2024-01-21T09:30:53.224 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-21T09:30:53.224 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi --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 --archive /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524358 --verbose -- /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524358/orig.config.yaml 2024-01-21T09:30:53.259 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-21T09:30:53.344 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524358 branch: wip-yuri4-testing-2024-01-18-1257-pacific description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7524358' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-yuri4-testing-2024-01-18-1257-pacific ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri4-testing-2024-01-18-1257-pacific sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 8186 sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri4-testing-2024-01-18-1257-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec targets: smithi118.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGGRZTqHoZ4ScyyeQ5ub+njU4o6tRSO8mBquxadqSeCQSyzYXIdVmQKDPLGwRr+GN3iDB8EPNFyU66lli15Qwa8= smithi134.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAbfhk5AtdKFu5Fr3Fbj8Elew/4jSsIInn7o39PaNx1fD3MkQkUeOjHl9Z3eM3mU2uG4RiQs6itk5nQCkJWq62s= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:3.0 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - cephadm.apply: specs: - placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 - placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: rgw.foo - cephadm.wait_for_service: service: ingress.rgw.foo - cephadm.shell: host.a: - "echo \"Check while healthy...\"\ncurl http://{{VIP0}}:9000/\n\n# stop each\ \ rgw in turn\necho \"Check with each rgw stopped in turn...\"\nfor rgw in `ceph\ \ orch ps | grep ^rgw.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $rgw\n while ! ceph orch ps | grep $rgw | grep stopped; do sleep 1 ; done\n\ \ while ! curl http://{{VIP0}}:9000/ ; do sleep 1 ; done\n ceph orch daemon\ \ start $rgw\n while ! ceph orch ps | grep $rgw | grep running; do sleep 1\ \ ; done\ndone\n\n# stop each haproxy in turn\necho \"Check with each haproxy\ \ down in turn...\"\nfor haproxy in `ceph orch ps | grep ^haproxy.rgw.foo. |\ \ awk '{print $1}'`; do\n ceph orch daemon stop $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep stopped; do sleep 1 ; done\n while ! curl http://{{VIP0}}:9000/\ \ ; do sleep 1 ; done\n ceph orch daemon start $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep running; do sleep 1 ; done\ndone\n\nwhile ! curl\ \ http://{{VIP0}}:9000/ ; do sleep 1 ; done\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: cd45576300487d997e5a85abed65500b9f5d143b timestamp: 2024-01-19_23:17:02 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-21T09:30:53.344 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa; will attempt to use it 2024-01-21T09:30:53.345 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks 2024-01-21T09:30:53.345 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-21T09:30:53.346 INFO:teuthology.task.internal:Checking packages... 2024-01-21T09:30:53.371 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec' 2024-01-21T09:30:53.371 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-21T09:30:53.371 INFO:teuthology.packaging:ref: None 2024-01-21T09:30:53.371 INFO:teuthology.packaging:tag: None 2024-01-21T09:30:53.371 INFO:teuthology.packaging:branch: wip-yuri4-testing-2024-01-18-1257-pacific 2024-01-21T09:30:53.371 INFO:teuthology.packaging:sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 2024-01-21T09:30:53.372 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri4-testing-2024-01-18-1257-pacific 2024-01-21T09:30:53.514 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-454.gea310589 2024-01-21T09:30:53.516 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-21T09:30:53.522 INFO:teuthology.task.internal:no buildpackages task found 2024-01-21T09:30:53.522 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-21T09:30:53.555 INFO:teuthology.task.internal:Saving configuration 2024-01-21T09:30:53.568 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-21T09:30:53.577 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T09:30:53.601 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi118.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524358', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-21 09:25:07.602454', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGGRZTqHoZ4ScyyeQ5ub+njU4o6tRSO8mBquxadqSeCQSyzYXIdVmQKDPLGwRr+GN3iDB8EPNFyU66lli15Qwa8='} 2024-01-21T09:30:53.626 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi134.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524358', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-21 09:25:07.604058', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAbfhk5AtdKFu5Fr3Fbj8Elew/4jSsIInn7o39PaNx1fD3MkQkUeOjHl9Z3eM3mU2uG4RiQs6itk5nQCkJWq62s='} 2024-01-21T09:30:53.626 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-21T09:30:53.632 INFO:teuthology.task.internal:roles: ubuntu@smithi118.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-01-21T09:30:53.632 INFO:teuthology.task.internal:roles: ubuntu@smithi134.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-01-21T09:30:53.632 INFO:teuthology.run_tasks:Running task console_log... 2024-01-21T09:30:53.712 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f7d783e3160>, signals=[15]) 2024-01-21T09:30:53.713 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-21T09:30:53.718 INFO:teuthology.task.internal:Opening connections... 2024-01-21T09:30:53.718 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi118.front.sepia.ceph.com 2024-01-21T09:30:53.720 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T09:30:53.794 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi134.front.sepia.ceph.com 2024-01-21T09:30:53.795 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T09:30:53.869 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-21T09:30:53.876 DEBUG:teuthology.orchestra.run.smithi118:> uname -m 2024-01-21T09:30:53.898 INFO:teuthology.orchestra.run.smithi118.stdout:x86_64 2024-01-21T09:30:53.898 DEBUG:teuthology.orchestra.run.smithi118:> cat /etc/os-release 2024-01-21T09:30:53.958 INFO:teuthology.orchestra.run.smithi118.stdout:NAME="Red Hat Enterprise Linux" 2024-01-21T09:30:53.959 INFO:teuthology.orchestra.run.smithi118.stdout:VERSION="8.6 (Ootpa)" 2024-01-21T09:30:53.959 INFO:teuthology.orchestra.run.smithi118.stdout:ID="rhel" 2024-01-21T09:30:53.959 INFO:teuthology.orchestra.run.smithi118.stdout:ID_LIKE="fedora" 2024-01-21T09:30:53.959 INFO:teuthology.orchestra.run.smithi118.stdout:VERSION_ID="8.6" 2024-01-21T09:30:53.959 INFO:teuthology.orchestra.run.smithi118.stdout:PLATFORM_ID="platform:el8" 2024-01-21T09:30:53.959 INFO:teuthology.orchestra.run.smithi118.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-01-21T09:30:53.959 INFO:teuthology.orchestra.run.smithi118.stdout:ANSI_COLOR="0;31" 2024-01-21T09:30:53.959 INFO:teuthology.orchestra.run.smithi118.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-01-21T09:30:53.959 INFO:teuthology.orchestra.run.smithi118.stdout:HOME_URL="https://www.redhat.com/" 2024-01-21T09:30:53.959 INFO:teuthology.orchestra.run.smithi118.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-01-21T09:30:53.959 INFO:teuthology.orchestra.run.smithi118.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-21T09:30:53.959 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:30:53.959 INFO:teuthology.orchestra.run.smithi118.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-21T09:30:53.959 INFO:teuthology.orchestra.run.smithi118.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-01-21T09:30:53.960 INFO:teuthology.orchestra.run.smithi118.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-01-21T09:30:53.960 INFO:teuthology.orchestra.run.smithi118.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-01-21T09:30:53.960 INFO:teuthology.lock.ops:Updating smithi118.front.sepia.ceph.com on lock server 2024-01-21T09:30:53.995 DEBUG:teuthology.orchestra.run.smithi134:> uname -m 2024-01-21T09:30:54.015 INFO:teuthology.orchestra.run.smithi134.stdout:x86_64 2024-01-21T09:30:54.015 DEBUG:teuthology.orchestra.run.smithi134:> cat /etc/os-release 2024-01-21T09:30:54.075 INFO:teuthology.orchestra.run.smithi134.stdout:NAME="Red Hat Enterprise Linux" 2024-01-21T09:30:54.075 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION="8.6 (Ootpa)" 2024-01-21T09:30:54.075 INFO:teuthology.orchestra.run.smithi134.stdout:ID="rhel" 2024-01-21T09:30:54.075 INFO:teuthology.orchestra.run.smithi134.stdout:ID_LIKE="fedora" 2024-01-21T09:30:54.075 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION_ID="8.6" 2024-01-21T09:30:54.075 INFO:teuthology.orchestra.run.smithi134.stdout:PLATFORM_ID="platform:el8" 2024-01-21T09:30:54.075 INFO:teuthology.orchestra.run.smithi134.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-01-21T09:30:54.075 INFO:teuthology.orchestra.run.smithi134.stdout:ANSI_COLOR="0;31" 2024-01-21T09:30:54.075 INFO:teuthology.orchestra.run.smithi134.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-01-21T09:30:54.075 INFO:teuthology.orchestra.run.smithi134.stdout:HOME_URL="https://www.redhat.com/" 2024-01-21T09:30:54.075 INFO:teuthology.orchestra.run.smithi134.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-01-21T09:30:54.075 INFO:teuthology.orchestra.run.smithi134.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-21T09:30:54.076 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-21T09:30:54.076 INFO:teuthology.orchestra.run.smithi134.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-21T09:30:54.076 INFO:teuthology.orchestra.run.smithi134.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-01-21T09:30:54.076 INFO:teuthology.orchestra.run.smithi134.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-01-21T09:30:54.076 INFO:teuthology.orchestra.run.smithi134.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-01-21T09:30:54.076 INFO:teuthology.lock.ops:Updating smithi134.front.sepia.ceph.com on lock server 2024-01-21T09:30:54.094 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-21T09:30:54.103 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-21T09:30:54.115 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-21T09:30:54.115 DEBUG:teuthology.orchestra.run.smithi118:> test '!' -e /home/ubuntu/cephtest 2024-01-21T09:30:54.118 DEBUG:teuthology.orchestra.run.smithi134:> test '!' -e /home/ubuntu/cephtest 2024-01-21T09:30:54.136 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-21T09:30:54.143 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-21T09:30:54.143 DEBUG:teuthology.orchestra.run.smithi118:> test -z $(ls -A /var/lib/ceph) 2024-01-21T09:30:54.178 DEBUG:teuthology.orchestra.run.smithi134:> test -z $(ls -A /var/lib/ceph) 2024-01-21T09:30:54.204 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-21T09:30:54.257 INFO:teuthology.run_tasks:Running task kernel... 2024-01-21T09:30:54.271 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-21T09:30:54.272 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-21T09:30:54.272 DEBUG:teuthology.orchestra.run.smithi118:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-21T09:30:54.275 DEBUG:teuthology.orchestra.run.smithi134:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-21T09:30:54.293 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T09:30:54.294 DEBUG:teuthology.orchestra.run.smithi134:> uname -r 2024-01-21T09:30:54.295 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T09:30:54.295 DEBUG:teuthology.orchestra.run.smithi118:> uname -r 2024-01-21T09:30:54.353 INFO:teuthology.orchestra.run.smithi134.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-01-21T09:30:54.353 INFO:teuthology.task.kernel:Running kernel on smithi134: 4.18.0-513.9.1.el8_9.x86_64 2024-01-21T09:30:54.353 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum install -y kernel 2024-01-21T09:30:54.355 INFO:teuthology.orchestra.run.smithi118.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-01-21T09:30:54.355 INFO:teuthology.task.kernel:Running kernel on smithi118: 4.18.0-513.9.1.el8_9.x86_64 2024-01-21T09:30:54.355 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum install -y kernel 2024-01-21T09:30:55.817 INFO:teuthology.orchestra.run.smithi134.stdout:Updating Subscription Management repositories. 2024-01-21T09:30:55.817 INFO:teuthology.orchestra.run.smithi134.stdout:Unable to read consumer identity 2024-01-21T09:30:55.923 INFO:teuthology.orchestra.run.smithi118.stdout:Updating Subscription Management repositories. 2024-01-21T09:30:55.923 INFO:teuthology.orchestra.run.smithi118.stdout:Unable to read consumer identity 2024-01-21T09:30:56.101 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-21T09:30:56.101 INFO:teuthology.orchestra.run.smithi134.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-21T09:30:56.101 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-21T09:30:56.175 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:30:56.175 INFO:teuthology.orchestra.run.smithi118.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-21T09:30:56.175 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:30:57.855 INFO:teuthology.orchestra.run.smithi134.stdout:Copr repo for python3-asyncssh owned by ceph 13 kB/s | 3.5 kB 00:00 2024-01-21T09:30:59.050 INFO:teuthology.orchestra.run.smithi134.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2024-01-21T09:30:59.904 INFO:teuthology.orchestra.run.smithi118.stdout:Copr repo for python3-asyncssh owned by ceph 10 kB/s | 3.5 kB 00:00 2024-01-21T09:31:02.681 INFO:teuthology.orchestra.run.smithi134.stdout:lab-extras 253 kB/s | 24 kB 00:00 2024-01-21T09:31:03.459 INFO:teuthology.orchestra.run.smithi134.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-01-21T09:31:03.459 INFO:teuthology.orchestra.run.smithi134.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-01-21T09:31:03.530 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-01-21T09:31:03.531 INFO:teuthology.orchestra.run.smithi134.stdout:Nothing to do. 2024-01-21T09:31:03.531 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-01-21T09:31:03.658 DEBUG:teuthology.orchestra.run.smithi134:> echo no | sudo yum reinstall kernel || true 2024-01-21T09:31:04.034 INFO:teuthology.orchestra.run.smithi134.stdout:Updating Subscription Management repositories. 2024-01-21T09:31:04.034 INFO:teuthology.orchestra.run.smithi134.stdout:Unable to read consumer identity 2024-01-21T09:31:04.107 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-21T09:31:04.107 INFO:teuthology.orchestra.run.smithi134.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-21T09:31:04.107 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-21T09:31:04.421 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:00:02 ago on Sun 21 Jan 2024 09:31:02 AM UTC. 2024-01-21T09:31:04.499 INFO:teuthology.orchestra.run.smithi134.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-01-21T09:31:04.505 INFO:teuthology.orchestra.run.smithi134.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-21T09:31:04.552 INFO:teuthology.orchestra.run.smithi134.stderr:Error: No packages marked for reinstall. 2024-01-21T09:31:04.599 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum reinstall -y kernel || true 2024-01-21T09:31:04.935 INFO:teuthology.orchestra.run.smithi134.stdout:Updating Subscription Management repositories. 2024-01-21T09:31:04.936 INFO:teuthology.orchestra.run.smithi134.stdout:Unable to read consumer identity 2024-01-21T09:31:05.062 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-21T09:31:05.062 INFO:teuthology.orchestra.run.smithi134.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-21T09:31:05.062 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-21T09:31:05.367 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:00:03 ago on Sun 21 Jan 2024 09:31:02 AM UTC. 2024-01-21T09:31:05.434 INFO:teuthology.orchestra.run.smithi134.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-01-21T09:31:05.435 INFO:teuthology.orchestra.run.smithi134.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-21T09:31:05.475 INFO:teuthology.orchestra.run.smithi134.stderr:Error: No packages marked for reinstall. 2024-01-21T09:31:05.527 DEBUG:teuthology.orchestra.run.smithi134:> rpm -q kernel | sort -rV | head -n 1 2024-01-21T09:31:05.683 INFO:teuthology.orchestra.run.smithi134.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-01-21T09:31:05.684 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-01-21T09:31:05.684 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-01-21T09:31:05.684 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-21T09:31:05.684 DEBUG:teuthology.orchestra.run.smithi134:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-21T09:31:05.716 INFO:teuthology.orchestra.run.smithi134.stdout:ttyS1 2024-01-21T09:31:05.730 DEBUG:teuthology.parallel:result is None 2024-01-21T09:31:08.688 INFO:teuthology.orchestra.run.smithi118.stdout:Extra Packages for Enterprise Linux 1.8 MB/s | 16 MB 00:08 2024-01-21T09:31:12.355 INFO:teuthology.orchestra.run.smithi118.stdout:lab-extras 347 kB/s | 24 kB 00:00 2024-01-21T09:31:13.116 INFO:teuthology.orchestra.run.smithi118.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-01-21T09:31:13.116 INFO:teuthology.orchestra.run.smithi118.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-01-21T09:31:13.229 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-01-21T09:31:13.230 INFO:teuthology.orchestra.run.smithi118.stdout:Nothing to do. 2024-01-21T09:31:13.230 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-01-21T09:31:13.362 DEBUG:teuthology.orchestra.run.smithi118:> echo no | sudo yum reinstall kernel || true 2024-01-21T09:31:13.697 INFO:teuthology.orchestra.run.smithi118.stdout:Updating Subscription Management repositories. 2024-01-21T09:31:13.697 INFO:teuthology.orchestra.run.smithi118.stdout:Unable to read consumer identity 2024-01-21T09:31:13.772 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:31:13.772 INFO:teuthology.orchestra.run.smithi118.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-21T09:31:13.772 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:31:14.076 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:00:02 ago on Sun 21 Jan 2024 09:31:12 AM UTC. 2024-01-21T09:31:14.158 INFO:teuthology.orchestra.run.smithi118.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-01-21T09:31:14.158 INFO:teuthology.orchestra.run.smithi118.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-21T09:31:14.215 INFO:teuthology.orchestra.run.smithi118.stderr:Error: No packages marked for reinstall. 2024-01-21T09:31:14.262 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum reinstall -y kernel || true 2024-01-21T09:31:14.597 INFO:teuthology.orchestra.run.smithi118.stdout:Updating Subscription Management repositories. 2024-01-21T09:31:14.597 INFO:teuthology.orchestra.run.smithi118.stdout:Unable to read consumer identity 2024-01-21T09:31:14.963 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:31:14.963 INFO:teuthology.orchestra.run.smithi118.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-21T09:31:14.963 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:31:15.274 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:00:03 ago on Sun 21 Jan 2024 09:31:12 AM UTC. 2024-01-21T09:31:15.345 INFO:teuthology.orchestra.run.smithi118.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-01-21T09:31:15.345 INFO:teuthology.orchestra.run.smithi118.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-21T09:31:15.375 INFO:teuthology.orchestra.run.smithi118.stderr:Error: No packages marked for reinstall. 2024-01-21T09:31:15.427 DEBUG:teuthology.orchestra.run.smithi118:> rpm -q kernel | sort -rV | head -n 1 2024-01-21T09:31:15.621 INFO:teuthology.orchestra.run.smithi118.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-01-21T09:31:15.621 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-01-21T09:31:15.621 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-01-21T09:31:15.622 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-21T09:31:15.622 DEBUG:teuthology.orchestra.run.smithi118:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-21T09:31:15.651 INFO:teuthology.orchestra.run.smithi118.stdout:ttyS1 2024-01-21T09:31:15.663 DEBUG:teuthology.parallel:result is None 2024-01-21T09:31:15.663 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-21T09:31:15.670 INFO:teuthology.task.internal:Creating test directory... 2024-01-21T09:31:15.670 DEBUG:teuthology.orchestra.run.smithi118:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-21T09:31:15.705 DEBUG:teuthology.orchestra.run.smithi134:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-21T09:31:15.726 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-21T09:31:15.733 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-21T09:31:15.739 INFO:teuthology.task.internal:Creating archive directory... 2024-01-21T09:31:15.739 DEBUG:teuthology.orchestra.run.smithi118:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-21T09:31:15.762 DEBUG:teuthology.orchestra.run.smithi134:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-21T09:31:15.801 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-21T09:31:15.811 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-21T09:31:15.811 DEBUG:teuthology.orchestra.run.smithi118:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-21T09:31:15.829 DEBUG:teuthology.orchestra.run.smithi134:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-21T09:31:15.861 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T09:31:15.871 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T09:31:15.874 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T09:31:15.886 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T09:31:15.888 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-21T09:31:15.895 INFO:teuthology.task.internal:Configuring sudo... 2024-01-21T09:31:15.895 DEBUG:teuthology.orchestra.run.smithi118:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-21T09:31:15.915 DEBUG:teuthology.orchestra.run.smithi134:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-21T09:31:15.958 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-21T09:31:15.967 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-21T09:31:15.967 DEBUG:teuthology.orchestra.run.smithi118:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-21T09:31:15.982 DEBUG:teuthology.orchestra.run.smithi134:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-21T09:31:16.016 DEBUG:teuthology.orchestra.run.smithi118:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T09:31:16.079 DEBUG:teuthology.orchestra.run.smithi118:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T09:31:16.136 DEBUG:teuthology.orchestra.run.smithi118:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T09:31:16.222 DEBUG:teuthology.orchestra.run.smithi118:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T09:31:16.264 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-21T09:31:16.264 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-21T09:31:16.329 DEBUG:teuthology.orchestra.run.smithi134:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T09:31:16.377 DEBUG:teuthology.orchestra.run.smithi134:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T09:31:16.430 DEBUG:teuthology.orchestra.run.smithi134:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T09:31:16.514 DEBUG:teuthology.orchestra.run.smithi134:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T09:31:16.559 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-01-21T09:31:16.559 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-21T09:31:16.627 DEBUG:teuthology.orchestra.run.smithi118:> sudo service rsyslog restart 2024-01-21T09:31:16.630 DEBUG:teuthology.orchestra.run.smithi134:> sudo service rsyslog restart 2024-01-21T09:31:16.669 INFO:teuthology.orchestra.run.smithi118.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T09:31:16.722 INFO:teuthology.orchestra.run.smithi134.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T09:31:17.107 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-21T09:31:17.115 INFO:teuthology.task.internal:Starting timer... 2024-01-21T09:31:17.115 INFO:teuthology.run_tasks:Running task pcp... 2024-01-21T09:31:17.125 INFO:teuthology.run_tasks:Running task selinux... 2024-01-21T09:31:17.133 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-21T09:31:17.134 DEBUG:teuthology.orchestra.run.smithi118:> sudo service auditd rotate 2024-01-21T09:31:17.226 INFO:teuthology.orchestra.run.smithi118.stdout:Rotating logs: 2024-01-21T09:31:17.228 DEBUG:teuthology.orchestra.run.smithi134:> sudo service auditd rotate 2024-01-21T09:31:17.286 INFO:teuthology.orchestra.run.smithi134.stdout:Rotating logs: 2024-01-21T09:31:17.288 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-21T09:31:17.288 DEBUG:teuthology.orchestra.run.smithi118:> /usr/sbin/getenforce 2024-01-21T09:31:17.320 INFO:teuthology.orchestra.run.smithi118.stdout:Permissive 2024-01-21T09:31:17.320 DEBUG:teuthology.orchestra.run.smithi134:> /usr/sbin/getenforce 2024-01-21T09:31:17.341 INFO:teuthology.orchestra.run.smithi134.stdout:Permissive 2024-01-21T09:31:17.341 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi118.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi134.front.sepia.ceph.com': 'permissive'} 2024-01-21T09:31:17.341 DEBUG:teuthology.orchestra.run.smithi118:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-21T09:31:17.387 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T09:31:17.388 DEBUG:teuthology.orchestra.run.smithi134:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-21T09:31:17.414 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T09:31:17.415 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-21T09:31:17.415 DEBUG:teuthology.orchestra.run.smithi118:> sudo /usr/sbin/setenforce permissive 2024-01-21T09:31:17.456 DEBUG:teuthology.orchestra.run.smithi134:> sudo /usr/sbin/setenforce permissive 2024-01-21T09:31:17.494 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-21T09:31:17.504 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-01-21T09:31:17.509 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-01-21T09:31:17.652 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-21T09:31:17.665 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-01-21T09:31:17.666 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi118.front.sepia.ceph.com,smithi134.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-21T09:38:49.309 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi118.front.sepia.ceph.com'), Remote(name='ubuntu@smithi134.front.sepia.ceph.com')] 2024-01-21T09:38:49.310 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-01-21T09:38:49.311 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T09:38:49.387 DEBUG:teuthology.orchestra.run.smithi118:> true 2024-01-21T09:38:49.454 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-01-21T09:38:49.454 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-01-21T09:38:49.455 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T09:38:49.529 DEBUG:teuthology.orchestra.run.smithi134:> true 2024-01-21T09:38:49.597 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-01-21T09:38:49.598 INFO:teuthology.run_tasks:Running task clock... 2024-01-21T09:38:49.609 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-21T09:38:49.609 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-21T09:38:49.610 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T09:38:49.612 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-21T09:38:49.612 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T09:38:49.643 INFO:teuthology.orchestra.run.smithi118.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-21T09:38:49.658 INFO:teuthology.orchestra.run.smithi118.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-21T09:38:49.669 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-21T09:38:49.684 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-21T09:38:49.728 INFO:teuthology.orchestra.run.smithi118.stderr:sudo: ntpd: command not found 2024-01-21T09:38:49.740 INFO:teuthology.orchestra.run.smithi118.stdout:506 Cannot talk to daemon 2024-01-21T09:38:49.754 INFO:teuthology.orchestra.run.smithi118.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-21T09:38:49.757 INFO:teuthology.orchestra.run.smithi134.stderr:sudo: ntpd: command not found 2024-01-21T09:38:49.768 INFO:teuthology.orchestra.run.smithi118.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-21T09:38:49.769 INFO:teuthology.orchestra.run.smithi134.stdout:506 Cannot talk to daemon 2024-01-21T09:38:49.783 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-21T09:38:49.797 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-21T09:38:49.843 INFO:teuthology.orchestra.run.smithi118.stderr:bash: ntpq: command not found 2024-01-21T09:38:49.847 INFO:teuthology.orchestra.run.smithi118.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T09:38:49.847 INFO:teuthology.orchestra.run.smithi118.stdout:=============================================================================== 2024-01-21T09:38:49.847 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T09:38:49.847 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T09:38:49.847 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T09:38:49.847 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T09:38:49.882 INFO:teuthology.orchestra.run.smithi134.stderr:bash: ntpq: command not found 2024-01-21T09:38:49.886 INFO:teuthology.orchestra.run.smithi134.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T09:38:49.886 INFO:teuthology.orchestra.run.smithi134.stdout:=============================================================================== 2024-01-21T09:38:49.886 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T09:38:49.886 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T09:38:49.886 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T09:38:49.886 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T09:38:49.887 INFO:teuthology.run_tasks:Running task pexec... 2024-01-21T09:38:49.896 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-21T09:38:49.897 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi118.front.sepia.ceph.com 2024-01-21T09:38:49.897 DEBUG:teuthology.orchestra.run.smithi118:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-21T09:38:49.897 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi134.front.sepia.ceph.com 2024-01-21T09:38:49.897 DEBUG:teuthology.orchestra.run.smithi134:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-21T09:38:50.273 INFO:teuthology.orchestra.run.smithi118.stdout:Updating Subscription Management repositories. 2024-01-21T09:38:50.304 INFO:teuthology.orchestra.run.smithi134.stdout:Updating Subscription Management repositories. 2024-01-21T09:38:52.101 INFO:teuthology.orchestra.run.smithi118.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 39 kB/s | 4.5 kB 00:00 2024-01-21T09:38:52.143 INFO:teuthology.orchestra.run.smithi134.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 32 kB/s | 4.5 kB 00:00 2024-01-21T09:38:52.766 INFO:teuthology.orchestra.run.smithi118.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 29 kB/s | 4.1 kB 00:00 2024-01-21T09:38:52.829 INFO:teuthology.orchestra.run.smithi134.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 22 kB/s | 4.1 kB 00:00 2024-01-21T09:38:55.656 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-01-21T09:38:55.657 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-01-21T09:38:55.657 INFO:teuthology.orchestra.run.smithi134.stdout: Package Architecture Version Repository Size 2024-01-21T09:38:55.657 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-01-21T09:38:55.657 INFO:teuthology.orchestra.run.smithi134.stdout:Resetting modules: 2024-01-21T09:38:55.657 INFO:teuthology.orchestra.run.smithi134.stdout: container-tools 2024-01-21T09:38:55.657 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-21T09:38:55.657 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-01-21T09:38:55.657 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-01-21T09:38:55.657 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-21T09:38:55.745 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-01-21T09:38:55.746 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-01-21T09:38:55.746 INFO:teuthology.orchestra.run.smithi118.stdout: Package Architecture Version Repository Size 2024-01-21T09:38:55.746 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-01-21T09:38:55.747 INFO:teuthology.orchestra.run.smithi118.stdout:Resetting modules: 2024-01-21T09:38:55.747 INFO:teuthology.orchestra.run.smithi118.stdout: container-tools 2024-01-21T09:38:55.747 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:38:55.747 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2024-01-21T09:38:55.747 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-01-21T09:38:55.747 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:39:02.754 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-01-21T09:39:03.162 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-01-21T09:39:03.225 INFO:teuthology.orchestra.run.smithi134.stdout:Updating Subscription Management repositories. 2024-01-21T09:39:03.632 INFO:teuthology.orchestra.run.smithi118.stdout:Updating Subscription Management repositories. 2024-01-21T09:39:04.006 INFO:teuthology.orchestra.run.smithi134.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 64 kB/s | 4.5 kB 00:00 2024-01-21T09:39:04.424 INFO:teuthology.orchestra.run.smithi118.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 117 kB/s | 4.5 kB 00:00 2024-01-21T09:39:04.690 INFO:teuthology.orchestra.run.smithi134.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 22 kB/s | 4.1 kB 00:00 2024-01-21T09:39:05.087 INFO:teuthology.orchestra.run.smithi118.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 28 kB/s | 4.1 kB 00:00 2024-01-21T09:39:07.417 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-01-21T09:39:07.570 INFO:teuthology.orchestra.run.smithi134.stdout:========================================================================================================================== 2024-01-21T09:39:07.570 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-01-21T09:39:07.570 INFO:teuthology.orchestra.run.smithi134.stdout:========================================================================================================================== 2024-01-21T09:39:07.570 INFO:teuthology.orchestra.run.smithi134.stdout:Installing group/module packages: 2024-01-21T09:39:07.570 INFO:teuthology.orchestra.run.smithi134.stdout: buildah x86_64 1.19.9-6.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.6 M 2024-01-21T09:39:07.570 INFO:teuthology.orchestra.run.smithi134.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2024-01-21T09:39:07.570 INFO:teuthology.orchestra.run.smithi134.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2024-01-21T09:39:07.571 INFO:teuthology.orchestra.run.smithi134.stdout: skopeo x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.2 M 2024-01-21T09:39:07.571 INFO:teuthology.orchestra.run.smithi134.stdout: toolbox x86_64 0.0.99.3-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.2 M 2024-01-21T09:39:07.571 INFO:teuthology.orchestra.run.smithi134.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-01-21T09:39:07.571 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-01-21T09:39:07.571 INFO:teuthology.orchestra.run.smithi134.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-01-21T09:39:07.571 INFO:teuthology.orchestra.run.smithi134.stdout:Downgrading: 2024-01-21T09:39:07.571 INFO:teuthology.orchestra.run.smithi134.stdout: conmon x86_64 2:2.0.26-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-01-21T09:39:07.571 INFO:teuthology.orchestra.run.smithi134.stdout: container-selinux noarch 2:2.189.0-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 55 k 2024-01-21T09:39:07.571 INFO:teuthology.orchestra.run.smithi134.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 19 M 2024-01-21T09:39:07.571 INFO:teuthology.orchestra.run.smithi134.stdout: containers-common x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 91 k 2024-01-21T09:39:07.571 INFO:teuthology.orchestra.run.smithi134.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2024-01-21T09:39:07.571 INFO:teuthology.orchestra.run.smithi134.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 72 k 2024-01-21T09:39:07.572 INFO:teuthology.orchestra.run.smithi134.stdout: libslirp x86_64 4.3.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 69 k 2024-01-21T09:39:07.572 INFO:teuthology.orchestra.run.smithi134.stdout: podman x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 11 M 2024-01-21T09:39:07.572 INFO:teuthology.orchestra.run.smithi134.stdout: podman-catatonit x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 323 k 2024-01-21T09:39:07.572 INFO:teuthology.orchestra.run.smithi134.stdout: podman-docker noarch 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 57 k 2024-01-21T09:39:07.572 INFO:teuthology.orchestra.run.smithi134.stdout: runc x86_64 1.0.0-73.rc95.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.9 M 2024-01-21T09:39:07.572 INFO:teuthology.orchestra.run.smithi134.stdout: slirp4netns x86_64 1.1.8-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-01-21T09:39:07.572 INFO:teuthology.orchestra.run.smithi134.stdout:Installing module profiles: 2024-01-21T09:39:07.572 INFO:teuthology.orchestra.run.smithi134.stdout: container-tools/common 2024-01-21T09:39:07.572 INFO:teuthology.orchestra.run.smithi134.stdout:Enabling module streams: 2024-01-21T09:39:07.572 INFO:teuthology.orchestra.run.smithi134.stdout: container-tools 3.0 2024-01-21T09:39:07.572 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-21T09:39:07.572 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-01-21T09:39:07.572 INFO:teuthology.orchestra.run.smithi134.stdout:========================================================================================================================== 2024-01-21T09:39:07.572 INFO:teuthology.orchestra.run.smithi134.stdout:Install 7 Packages 2024-01-21T09:39:07.572 INFO:teuthology.orchestra.run.smithi134.stdout:Downgrade 12 Packages 2024-01-21T09:39:07.573 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-21T09:39:07.573 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 50 M 2024-01-21T09:39:07.573 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-01-21T09:39:07.702 INFO:teuthology.orchestra.run.smithi134.stdout:(1/19): criu-3.15-1.module+el8.7.0+16533+44634e 3.9 MB/s | 511 kB 00:00 2024-01-21T09:39:07.727 INFO:teuthology.orchestra.run.smithi134.stdout:(2/19): conmon-2.0.26-3.module+el8.7.0+16533+44 334 kB/s | 51 kB 00:00 2024-01-21T09:39:07.804 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-01-21T09:39:07.820 INFO:teuthology.orchestra.run.smithi134.stdout:(3/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 753 kB/s | 69 kB 00:00 2024-01-21T09:39:07.878 INFO:teuthology.orchestra.run.smithi134.stdout:(4/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 410 kB/s | 72 kB 00:00 2024-01-21T09:39:07.955 INFO:teuthology.orchestra.run.smithi118.stdout:========================================================================================================================== 2024-01-21T09:39:07.956 INFO:teuthology.orchestra.run.smithi118.stdout: Package Arch Version Repository Size 2024-01-21T09:39:07.956 INFO:teuthology.orchestra.run.smithi118.stdout:========================================================================================================================== 2024-01-21T09:39:07.956 INFO:teuthology.orchestra.run.smithi118.stdout:Installing group/module packages: 2024-01-21T09:39:07.956 INFO:teuthology.orchestra.run.smithi118.stdout: buildah x86_64 1.19.9-6.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.6 M 2024-01-21T09:39:07.956 INFO:teuthology.orchestra.run.smithi118.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2024-01-21T09:39:07.956 INFO:teuthology.orchestra.run.smithi118.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2024-01-21T09:39:07.956 INFO:teuthology.orchestra.run.smithi118.stdout: skopeo x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.2 M 2024-01-21T09:39:07.956 INFO:teuthology.orchestra.run.smithi118.stdout: toolbox x86_64 0.0.99.3-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.2 M 2024-01-21T09:39:07.956 INFO:teuthology.orchestra.run.smithi118.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-01-21T09:39:07.956 INFO:teuthology.orchestra.run.smithi118.stdout:Installing dependencies: 2024-01-21T09:39:07.956 INFO:teuthology.orchestra.run.smithi118.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-01-21T09:39:07.956 INFO:teuthology.orchestra.run.smithi118.stdout:Downgrading: 2024-01-21T09:39:07.956 INFO:teuthology.orchestra.run.smithi118.stdout: conmon x86_64 2:2.0.26-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-01-21T09:39:07.957 INFO:teuthology.orchestra.run.smithi118.stdout: container-selinux noarch 2:2.189.0-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 55 k 2024-01-21T09:39:07.957 INFO:teuthology.orchestra.run.smithi118.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 19 M 2024-01-21T09:39:07.957 INFO:teuthology.orchestra.run.smithi118.stdout: containers-common x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 91 k 2024-01-21T09:39:07.957 INFO:teuthology.orchestra.run.smithi118.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2024-01-21T09:39:07.957 INFO:teuthology.orchestra.run.smithi118.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 72 k 2024-01-21T09:39:07.957 INFO:teuthology.orchestra.run.smithi118.stdout: libslirp x86_64 4.3.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 69 k 2024-01-21T09:39:07.957 INFO:teuthology.orchestra.run.smithi118.stdout: podman x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 11 M 2024-01-21T09:39:07.957 INFO:teuthology.orchestra.run.smithi118.stdout: podman-catatonit x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 323 k 2024-01-21T09:39:07.957 INFO:teuthology.orchestra.run.smithi118.stdout: podman-docker noarch 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 57 k 2024-01-21T09:39:07.957 INFO:teuthology.orchestra.run.smithi118.stdout: runc x86_64 1.0.0-73.rc95.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.9 M 2024-01-21T09:39:07.957 INFO:teuthology.orchestra.run.smithi118.stdout: slirp4netns x86_64 1.1.8-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-01-21T09:39:07.957 INFO:teuthology.orchestra.run.smithi118.stdout:Installing module profiles: 2024-01-21T09:39:07.957 INFO:teuthology.orchestra.run.smithi118.stdout: container-tools/common 2024-01-21T09:39:07.957 INFO:teuthology.orchestra.run.smithi118.stdout:Enabling module streams: 2024-01-21T09:39:07.957 INFO:teuthology.orchestra.run.smithi118.stdout: container-tools 3.0 2024-01-21T09:39:07.958 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:39:07.958 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2024-01-21T09:39:07.958 INFO:teuthology.orchestra.run.smithi118.stdout:========================================================================================================================== 2024-01-21T09:39:07.958 INFO:teuthology.orchestra.run.smithi118.stdout:Install 7 Packages 2024-01-21T09:39:07.958 INFO:teuthology.orchestra.run.smithi118.stdout:Downgrade 12 Packages 2024-01-21T09:39:07.958 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:39:07.958 INFO:teuthology.orchestra.run.smithi118.stdout:Total download size: 50 M 2024-01-21T09:39:07.958 INFO:teuthology.orchestra.run.smithi118.stdout:Downloading Packages: 2024-01-21T09:39:08.135 INFO:teuthology.orchestra.run.smithi118.stdout:(1/19): conmon-2.0.26-3.module+el8.7.0+16533+44 292 kB/s | 51 kB 00:00 2024-01-21T09:39:08.161 INFO:teuthology.orchestra.run.smithi134.stdout:(5/19): containernetworking-plugins-0.9.1-1.mod 32 MB/s | 19 MB 00:00 2024-01-21T09:39:08.168 INFO:teuthology.orchestra.run.smithi118.stdout:(2/19): criu-3.15-1.module+el8.7.0+16533+44634e 2.4 MB/s | 511 kB 00:00 2024-01-21T09:39:08.186 INFO:teuthology.orchestra.run.smithi134.stdout:(6/19): podman-docker-3.0.1-15.module+el8.7.0+1 185 kB/s | 57 kB 00:00 2024-01-21T09:39:08.244 INFO:teuthology.orchestra.run.smithi118.stdout:(3/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 663 kB/s | 72 kB 00:00 2024-01-21T09:39:08.319 INFO:teuthology.orchestra.run.smithi118.stdout:(4/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 460 kB/s | 69 kB 00:00 2024-01-21T09:39:08.437 INFO:teuthology.orchestra.run.smithi134.stdout:(7/19): podman-3.0.1-15.module+el8.7.0+18021+1e 17 MB/s | 11 MB 00:00 2024-01-21T09:39:08.462 INFO:teuthology.orchestra.run.smithi134.stdout:(8/19): container-selinux-2.189.0-1.module+el8. 199 kB/s | 55 kB 00:00 2024-01-21T09:39:08.487 INFO:teuthology.orchestra.run.smithi134.stdout:(9/19): containers-common-1.2.4-2.module+el8.7. 1.8 MB/s | 91 kB 00:00 2024-01-21T09:39:08.529 INFO:teuthology.orchestra.run.smithi134.stdout:(10/19): runc-1.0.0-73.rc95.module+el8.7.0+1653 7.8 MB/s | 2.9 MB 00:00 2024-01-21T09:39:08.554 INFO:teuthology.orchestra.run.smithi134.stdout:(11/19): slirp4netns-1.1.8-1.module+el8.7.0+165 763 kB/s | 51 kB 00:00 2024-01-21T09:39:08.580 INFO:teuthology.orchestra.run.smithi134.stdout:(12/19): podman-catatonit-3.0.1-15.module+el8.7 2.7 MB/s | 323 kB 00:00 2024-01-21T09:39:08.603 INFO:teuthology.orchestra.run.smithi118.stdout:(5/19): containernetworking-plugins-0.9.1-1.mod 29 MB/s | 19 MB 00:00 2024-01-21T09:39:08.620 INFO:teuthology.orchestra.run.smithi118.stdout:(6/19): podman-docker-3.0.1-15.module+el8.7.0+1 190 kB/s | 57 kB 00:00 2024-01-21T09:39:08.672 INFO:teuthology.orchestra.run.smithi134.stdout:(13/19): cockpit-podman-29-2.module+el8.7.0+165 7.5 MB/s | 1.1 MB 00:00 2024-01-21T09:39:08.697 INFO:teuthology.orchestra.run.smithi134.stdout:(14/19): crun-0.18-3.module+el8.7.0+16533+44634 1.3 MB/s | 185 kB 00:00 2024-01-21T09:39:08.803 INFO:teuthology.orchestra.run.smithi118.stdout:(7/19): podman-3.0.1-15.module+el8.7.0+18021+1e 19 MB/s | 11 MB 00:00 2024-01-21T09:39:08.822 INFO:teuthology.orchestra.run.smithi134.stdout:(15/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 26 MB/s | 6.2 MB 00:00 2024-01-21T09:39:08.829 INFO:teuthology.orchestra.run.smithi118.stdout:(8/19): container-selinux-2.189.0-1.module+el8. 263 kB/s | 55 kB 00:00 2024-01-21T09:39:08.856 INFO:teuthology.orchestra.run.smithi134.stdout:(16/19): udica-0.2.4-1.module+el8.7.0+16533+446 319 kB/s | 51 kB 00:00 2024-01-21T09:39:08.904 INFO:teuthology.orchestra.run.smithi118.stdout:(9/19): runc-1.0.0-73.rc95.module+el8.7.0+16533 9.6 MB/s | 2.9 MB 00:00 2024-01-21T09:39:08.931 INFO:teuthology.orchestra.run.smithi134.stdout:(17/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 8.5 MB/s | 2.2 MB 00:00 2024-01-21T09:39:08.987 INFO:teuthology.orchestra.run.smithi118.stdout:(10/19): containers-common-1.2.4-2.module+el8.7 496 kB/s | 91 kB 00:00 2024-01-21T09:39:09.013 INFO:teuthology.orchestra.run.smithi118.stdout:(11/19): podman-catatonit-3.0.1-15.module+el8.7 1.7 MB/s | 323 kB 00:00 2024-01-21T09:39:09.055 INFO:teuthology.orchestra.run.smithi118.stdout:(12/19): slirp4netns-1.1.8-1.module+el8.7.0+165 340 kB/s | 51 kB 00:00 2024-01-21T09:39:09.064 INFO:teuthology.orchestra.run.smithi134.stdout:(18/19): buildah-1.19.9-6.module+el8.7.0+16533+ 27 MB/s | 6.6 MB 00:00 2024-01-21T09:39:09.090 INFO:teuthology.orchestra.run.smithi134.stdout:(19/19): yajl-2.1.0-12.el8.x86_64.rpm 175 kB/s | 41 kB 00:00 2024-01-21T09:39:09.090 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-01-21T09:39:09.090 INFO:teuthology.orchestra.run.smithi134.stdout:Total 33 MB/s | 50 MB 00:01 2024-01-21T09:39:09.097 INFO:teuthology.orchestra.run.smithi118.stdout:(13/19): cockpit-podman-29-2.module+el8.7.0+165 9.8 MB/s | 1.1 MB 00:00 2024-01-21T09:39:09.122 INFO:teuthology.orchestra.run.smithi118.stdout:(14/19): crun-0.18-3.module+el8.7.0+16533+44634 1.7 MB/s | 185 kB 00:00 2024-01-21T09:39:09.306 INFO:teuthology.orchestra.run.smithi118.stdout:(15/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 25 MB/s | 6.2 MB 00:00 2024-01-21T09:39:09.364 INFO:teuthology.orchestra.run.smithi118.stdout:(16/19): udica-0.2.4-1.module+el8.7.0+16533+446 209 kB/s | 51 kB 00:00 2024-01-21T09:39:09.415 INFO:teuthology.orchestra.run.smithi118.stdout:(17/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 6.9 MB/s | 2.2 MB 00:00 2024-01-21T09:39:09.565 INFO:teuthology.orchestra.run.smithi118.stdout:(18/19): buildah-1.19.9-6.module+el8.7.0+16533+ 25 MB/s | 6.6 MB 00:00 2024-01-21T09:39:09.580 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-01-21T09:39:09.599 INFO:teuthology.orchestra.run.smithi118.stdout:(19/19): yajl-2.1.0-12.el8.x86_64.rpm 175 kB/s | 41 kB 00:00 2024-01-21T09:39:09.599 INFO:teuthology.orchestra.run.smithi118.stdout:-------------------------------------------------------------------------------- 2024-01-21T09:39:09.599 INFO:teuthology.orchestra.run.smithi118.stdout:Total 30 MB/s | 50 MB 00:01 2024-01-21T09:39:09.623 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-01-21T09:39:09.624 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-01-21T09:39:10.057 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-01-21T09:39:10.065 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-01-21T09:39:10.086 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction check 2024-01-21T09:39:10.131 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction check succeeded. 2024-01-21T09:39:10.131 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction test 2024-01-21T09:39:10.548 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction test succeeded. 2024-01-21T09:39:10.557 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction 2024-01-21T09:39:11.269 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-01-21T09:39:11.285 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2024-01-21T09:39:11.302 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-21T09:39:11.504 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-21T09:39:11.743 INFO:teuthology.orchestra.run.smithi118.stdout: Preparing : 1/1 2024-01-21T09:39:11.759 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2024-01-21T09:39:11.776 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-21T09:39:11.950 INFO:teuthology.orchestra.run.smithi118.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-21T09:39:28.249 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-21T09:39:28.409 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-01-21T09:39:28.427 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-01-21T09:39:28.600 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2024-01-21T09:39:28.740 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2024-01-21T09:39:28.819 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-21T09:39:28.942 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2024-01-21T09:39:28.942 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2024-01-21T09:39:28.942 INFO:teuthology.orchestra.run.smithi134.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2024-01-21T09:39:28.942 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-21T09:39:29.005 INFO:teuthology.orchestra.run.smithi118.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-01-21T09:39:29.023 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-01-21T09:39:29.229 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2024-01-21T09:39:29.394 INFO:teuthology.orchestra.run.smithi118.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2024-01-21T09:39:29.588 INFO:teuthology.orchestra.run.smithi118.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2024-01-21T09:39:29.588 INFO:teuthology.orchestra.run.smithi118.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2024-01-21T09:39:29.589 INFO:teuthology.orchestra.run.smithi118.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2024-01-21T09:39:29.589 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:39:29.727 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2024-01-21T09:39:30.361 INFO:teuthology.orchestra.run.smithi118.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2024-01-21T09:39:31.411 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2024-01-21T09:39:31.632 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2024-01-21T09:39:31.809 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2024-01-21T09:39:33.125 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2024-01-21T09:39:33.406 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2024-01-21T09:39:33.423 INFO:teuthology.orchestra.run.smithi118.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2024-01-21T09:39:33.652 INFO:teuthology.orchestra.run.smithi118.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2024-01-21T09:39:33.658 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-01-21T09:39:33.880 INFO:teuthology.orchestra.run.smithi118.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2024-01-21T09:39:34.040 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2024-01-21T09:39:34.757 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2024-01-21T09:39:35.148 INFO:teuthology.orchestra.run.smithi118.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2024-01-21T09:39:35.424 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2024-01-21T09:39:35.463 INFO:teuthology.orchestra.run.smithi118.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2024-01-21T09:39:35.649 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2024-01-21T09:39:35.695 INFO:teuthology.orchestra.run.smithi118.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-01-21T09:39:35.874 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2024-01-21T09:39:36.038 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2024-01-21T09:39:36.081 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2024-01-21T09:39:36.218 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 20/31 2024-01-21T09:39:36.231 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-21T09:39:36.231 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-21T09:39:36.515 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-21T09:39:36.680 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2024-01-21T09:39:36.680 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-01-21T09:39:36.768 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2024-01-21T09:39:36.843 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-01-21T09:39:36.844 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-01-21T09:39:36.976 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-01-21T09:39:37.184 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2024-01-21T09:39:37.359 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2024-01-21T09:39:37.493 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2024-01-21T09:39:37.522 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2024-01-21T09:39:37.684 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2024-01-21T09:39:37.728 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2024-01-21T09:39:37.851 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2024-01-21T09:39:37.903 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2024-01-21T09:39:37.995 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2024-01-21T09:39:37.995 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-21T09:39:38.094 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2024-01-21T09:39:38.200 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-21T09:39:38.238 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 20/31 2024-01-21T09:39:38.251 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-21T09:39:38.252 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-21T09:39:38.601 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-21T09:39:38.766 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2024-01-21T09:39:38.766 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-01-21T09:39:38.931 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-01-21T09:39:38.932 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-01-21T09:39:39.080 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-01-21T09:39:39.230 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2024-01-21T09:39:39.430 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2024-01-21T09:39:39.599 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2024-01-21T09:39:39.746 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2024-01-21T09:39:39.896 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2024-01-21T09:39:40.057 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2024-01-21T09:39:40.058 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-21T09:39:40.271 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-21T09:39:55.694 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2024-01-21T09:39:56.138 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-21T09:39:56.138 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2024-01-21T09:39:56.138 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2024-01-21T09:39:56.138 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2024-01-21T09:39:56.138 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2024-01-21T09:39:56.139 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2024-01-21T09:39:56.139 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2024-01-21T09:39:56.139 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2024-01-21T09:39:56.139 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2024-01-21T09:39:56.139 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2024-01-21T09:39:56.139 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2024-01-21T09:39:56.139 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2024-01-21T09:39:56.139 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 12/31 2024-01-21T09:39:56.139 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-01-21T09:39:56.139 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 14/31 2024-01-21T09:39:56.139 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2024-01-21T09:39:56.139 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2024-01-21T09:39:56.139 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2024-01-21T09:39:56.139 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2024-01-21T09:39:56.139 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2024-01-21T09:39:56.139 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2024-01-21T09:39:56.140 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2024-01-21T09:39:56.140 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 22/31 2024-01-21T09:39:56.140 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2024-01-21T09:39:56.140 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2024-01-21T09:39:56.140 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2024-01-21T09:39:56.140 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2024-01-21T09:39:56.140 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2024-01-21T09:39:56.140 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2024-01-21T09:39:56.140 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2024-01-21T09:39:56.141 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2024-01-21T09:39:57.919 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2024-01-21T09:39:58.349 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-21T09:39:58.349 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2024-01-21T09:39:58.349 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2024-01-21T09:39:58.349 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2024-01-21T09:39:58.349 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2024-01-21T09:39:58.349 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2024-01-21T09:39:58.350 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2024-01-21T09:39:58.350 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2024-01-21T09:39:58.350 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2024-01-21T09:39:58.350 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2024-01-21T09:39:58.350 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2024-01-21T09:39:58.350 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2024-01-21T09:39:58.350 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 12/31 2024-01-21T09:39:58.350 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-01-21T09:39:58.350 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 14/31 2024-01-21T09:39:58.350 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2024-01-21T09:39:58.350 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2024-01-21T09:39:58.350 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2024-01-21T09:39:58.350 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2024-01-21T09:39:58.350 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2024-01-21T09:39:58.350 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2024-01-21T09:39:58.351 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2024-01-21T09:39:58.351 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 22/31 2024-01-21T09:39:58.351 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2024-01-21T09:39:58.351 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2024-01-21T09:39:58.351 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2024-01-21T09:39:58.351 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2024-01-21T09:39:58.351 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2024-01-21T09:39:58.351 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2024-01-21T09:39:58.351 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2024-01-21T09:39:58.351 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2024-01-21T09:40:03.475 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2024-01-21T09:40:03.475 INFO:teuthology.orchestra.run.smithi134.stdout:Installed products updated. 2024-01-21T09:40:04.201 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-21T09:40:04.201 INFO:teuthology.orchestra.run.smithi134.stdout:Downgraded: 2024-01-21T09:40:04.202 INFO:teuthology.orchestra.run.smithi134.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T09:40:04.202 INFO:teuthology.orchestra.run.smithi134.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2024-01-21T09:40:04.202 INFO:teuthology.orchestra.run.smithi134.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T09:40:04.202 INFO:teuthology.orchestra.run.smithi134.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T09:40:04.202 INFO:teuthology.orchestra.run.smithi134.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T09:40:04.202 INFO:teuthology.orchestra.run.smithi134.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T09:40:04.202 INFO:teuthology.orchestra.run.smithi134.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T09:40:04.202 INFO:teuthology.orchestra.run.smithi134.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-01-21T09:40:04.202 INFO:teuthology.orchestra.run.smithi134.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-01-21T09:40:04.202 INFO:teuthology.orchestra.run.smithi134.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2024-01-21T09:40:04.202 INFO:teuthology.orchestra.run.smithi134.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T09:40:04.202 INFO:teuthology.orchestra.run.smithi134.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T09:40:04.202 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-01-21T09:40:04.202 INFO:teuthology.orchestra.run.smithi134.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T09:40:04.203 INFO:teuthology.orchestra.run.smithi134.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2024-01-21T09:40:04.203 INFO:teuthology.orchestra.run.smithi134.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T09:40:04.203 INFO:teuthology.orchestra.run.smithi134.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T09:40:04.203 INFO:teuthology.orchestra.run.smithi134.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T09:40:04.203 INFO:teuthology.orchestra.run.smithi134.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2024-01-21T09:40:04.203 INFO:teuthology.orchestra.run.smithi134.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-21T09:40:04.203 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-21T09:40:04.203 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-01-21T09:40:04.393 DEBUG:teuthology.parallel:result is None 2024-01-21T09:40:05.340 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2024-01-21T09:40:05.340 INFO:teuthology.orchestra.run.smithi118.stdout:Installed products updated. 2024-01-21T09:40:05.887 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:40:05.888 INFO:teuthology.orchestra.run.smithi118.stdout:Downgraded: 2024-01-21T09:40:05.888 INFO:teuthology.orchestra.run.smithi118.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T09:40:05.888 INFO:teuthology.orchestra.run.smithi118.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2024-01-21T09:40:05.888 INFO:teuthology.orchestra.run.smithi118.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T09:40:05.888 INFO:teuthology.orchestra.run.smithi118.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T09:40:05.888 INFO:teuthology.orchestra.run.smithi118.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T09:40:05.888 INFO:teuthology.orchestra.run.smithi118.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T09:40:05.888 INFO:teuthology.orchestra.run.smithi118.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T09:40:05.888 INFO:teuthology.orchestra.run.smithi118.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-01-21T09:40:05.888 INFO:teuthology.orchestra.run.smithi118.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-01-21T09:40:05.888 INFO:teuthology.orchestra.run.smithi118.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2024-01-21T09:40:05.888 INFO:teuthology.orchestra.run.smithi118.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T09:40:05.889 INFO:teuthology.orchestra.run.smithi118.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T09:40:05.889 INFO:teuthology.orchestra.run.smithi118.stdout:Installed: 2024-01-21T09:40:05.889 INFO:teuthology.orchestra.run.smithi118.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T09:40:05.889 INFO:teuthology.orchestra.run.smithi118.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2024-01-21T09:40:05.889 INFO:teuthology.orchestra.run.smithi118.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T09:40:05.889 INFO:teuthology.orchestra.run.smithi118.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T09:40:05.889 INFO:teuthology.orchestra.run.smithi118.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-21T09:40:05.889 INFO:teuthology.orchestra.run.smithi118.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2024-01-21T09:40:05.889 INFO:teuthology.orchestra.run.smithi118.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-21T09:40:05.889 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:40:05.889 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-01-21T09:40:06.061 DEBUG:teuthology.parallel:result is None 2024-01-21T09:40:06.061 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-01-21T09:40:06.073 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-01-21T09:40:06.074 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-21T09:40:06.074 DEBUG:teuthology.orchestra.run.smithi118:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T09:40:06.091 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-21T09:40:06.091 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_1 2024-01-21T09:40:06.148 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-21T09:40:06.149 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T09:40:06.149 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 6h/6d Inode: 172030 Links: 1 2024-01-21T09:40:06.149 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T09:40:06.149 INFO:teuthology.orchestra.run.smithi118.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T09:40:06.149 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2024-01-21 09:39:58.065818518 +0000 2024-01-21T09:40:06.149 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2024-01-21 09:38:20.253131971 +0000 2024-01-21T09:40:06.149 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2024-01-21 09:38:20.253131971 +0000 2024-01-21T09:40:06.149 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2024-01-21T09:40:06.149 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-21T09:40:06.214 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2024-01-21T09:40:06.214 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2024-01-21T09:40:06.214 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000118116 s, 4.3 MB/s 2024-01-21T09:40:06.215 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-21T09:40:06.273 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_2 2024-01-21T09:40:06.330 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-21T09:40:06.330 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T09:40:06.330 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 6h/6d Inode: 173878 Links: 1 2024-01-21T09:40:06.330 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T09:40:06.330 INFO:teuthology.orchestra.run.smithi118.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T09:40:06.330 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2024-01-21 09:39:58.066818496 +0000 2024-01-21T09:40:06.330 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2024-01-21 09:38:20.596124417 +0000 2024-01-21T09:40:06.330 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2024-01-21 09:38:20.596124417 +0000 2024-01-21T09:40:06.331 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2024-01-21T09:40:06.331 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-21T09:40:06.395 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2024-01-21T09:40:06.396 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2024-01-21T09:40:06.396 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000116114 s, 4.4 MB/s 2024-01-21T09:40:06.397 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-21T09:40:06.454 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_3 2024-01-21T09:40:06.512 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-21T09:40:06.512 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T09:40:06.512 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 6h/6d Inode: 177461 Links: 1 2024-01-21T09:40:06.512 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T09:40:06.512 INFO:teuthology.orchestra.run.smithi118.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T09:40:06.512 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2024-01-21 09:39:58.066818496 +0000 2024-01-21T09:40:06.512 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2024-01-21 09:38:20.926117149 +0000 2024-01-21T09:40:06.512 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2024-01-21 09:38:20.926117149 +0000 2024-01-21T09:40:06.512 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2024-01-21T09:40:06.513 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-21T09:40:06.577 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2024-01-21T09:40:06.577 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2024-01-21T09:40:06.577 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000106441 s, 4.8 MB/s 2024-01-21T09:40:06.578 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-21T09:40:06.636 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_4 2024-01-21T09:40:06.693 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-21T09:40:06.693 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T09:40:06.693 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 6h/6d Inode: 177509 Links: 1 2024-01-21T09:40:06.693 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T09:40:06.693 INFO:teuthology.orchestra.run.smithi118.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T09:40:06.693 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2024-01-21 09:39:58.066818496 +0000 2024-01-21T09:40:06.693 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2024-01-21 09:38:21.281109330 +0000 2024-01-21T09:40:06.693 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2024-01-21 09:38:21.281109330 +0000 2024-01-21T09:40:06.693 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2024-01-21T09:40:06.693 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-21T09:40:06.757 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2024-01-21T09:40:06.758 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2024-01-21T09:40:06.758 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 9.7261e-05 s, 5.3 MB/s 2024-01-21T09:40:06.759 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-21T09:40:06.817 DEBUG:teuthology.orchestra.run.smithi118:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-01-21T09:40:06.937 INFO:teuthology.orchestra.run.smithi118.stdout:loop 2024-01-21T09:40:06.938 INFO:tasks.nvme_loop:Connecting nvme_loop smithi118:/dev/vg_nvme/lv_1... 2024-01-21T09:40:06.938 DEBUG:teuthology.orchestra.run.smithi118:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-01-21T09:40:06.974 INFO:teuthology.orchestra.run.smithi118.stdout:1 2024-01-21T09:40:07.009 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/vg_nvme/lv_11 2024-01-21T09:40:07.049 INFO:tasks.nvme_loop:Connecting nvme_loop smithi118:/dev/vg_nvme/lv_2... 2024-01-21T09:40:07.049 DEBUG:teuthology.orchestra.run.smithi118:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-01-21T09:40:07.127 INFO:teuthology.orchestra.run.smithi118.stdout:1 2024-01-21T09:40:07.162 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/vg_nvme/lv_21 2024-01-21T09:40:07.200 INFO:tasks.nvme_loop:Connecting nvme_loop smithi118:/dev/vg_nvme/lv_3... 2024-01-21T09:40:07.201 DEBUG:teuthology.orchestra.run.smithi118:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-01-21T09:40:07.279 INFO:teuthology.orchestra.run.smithi118.stdout:1 2024-01-21T09:40:07.314 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/vg_nvme/lv_31 2024-01-21T09:40:07.354 INFO:tasks.nvme_loop:Connecting nvme_loop smithi118:/dev/vg_nvme/lv_4... 2024-01-21T09:40:07.354 DEBUG:teuthology.orchestra.run.smithi118:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-01-21T09:40:07.430 INFO:teuthology.orchestra.run.smithi118.stdout:1 2024-01-21T09:40:07.465 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/vg_nvme/lv_41 2024-01-21T09:40:07.503 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-21T09:40:07.503 DEBUG:teuthology.orchestra.run.smithi118:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T09:40:07.561 DEBUG:teuthology.orchestra.run.smithi118:> sudo nvme list 2024-01-21T09:40:07.626 INFO:teuthology.orchestra.run.smithi118.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-21T09:40:07.626 INFO:teuthology.orchestra.run.smithi118.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-21T09:40:07.626 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/nvme0n1 PHMB747500JS480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-01-21T09:40:07.626 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/nvme1n1 0b3276aff30f8eabd0f0 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T09:40:07.626 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/nvme2n1 5540529ef695413761e2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T09:40:07.626 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/nvme3n1 fae90d8f068dda53a0a3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T09:40:07.626 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/nvme4n1 6fc647bf2a7de6939281 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T09:40:07.627 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T09:40:07.627 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-21T09:40:07.628 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/scratch_devs 2024-01-21T09:40:07.694 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-01-21T09:40:07.694 DEBUG:teuthology.orchestra.run.smithi134:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T09:40:07.716 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-21T09:40:07.716 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_1 2024-01-21T09:40:07.775 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-21T09:40:07.775 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T09:40:07.775 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 176318 Links: 1 2024-01-21T09:40:07.775 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T09:40:07.775 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T09:40:07.775 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2024-01-21 09:39:55.843153010 +0000 2024-01-21T09:40:07.776 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2024-01-21 09:38:17.854791273 +0000 2024-01-21T09:40:07.776 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2024-01-21 09:38:17.854791273 +0000 2024-01-21T09:40:07.776 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2024-01-21T09:40:07.776 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-21T09:40:07.845 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2024-01-21T09:40:07.845 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2024-01-21T09:40:07.845 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000268841 s, 1.9 MB/s 2024-01-21T09:40:07.846 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-21T09:40:07.906 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_2 2024-01-21T09:40:07.964 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-21T09:40:07.964 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T09:40:07.964 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 175503 Links: 1 2024-01-21T09:40:07.964 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T09:40:07.964 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T09:40:07.964 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2024-01-21 09:39:55.843153010 +0000 2024-01-21T09:40:07.964 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2024-01-21 09:38:18.195783308 +0000 2024-01-21T09:40:07.964 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2024-01-21 09:38:18.195783308 +0000 2024-01-21T09:40:07.964 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2024-01-21T09:40:07.965 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-21T09:40:08.031 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2024-01-21T09:40:08.031 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2024-01-21T09:40:08.031 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000320414 s, 1.6 MB/s 2024-01-21T09:40:08.033 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-21T09:40:08.091 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_3 2024-01-21T09:40:08.149 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-21T09:40:08.149 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T09:40:08.149 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 178288 Links: 1 2024-01-21T09:40:08.149 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T09:40:08.149 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T09:40:08.149 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2024-01-21 09:39:55.843153010 +0000 2024-01-21T09:40:08.149 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2024-01-21 09:38:18.528775529 +0000 2024-01-21T09:40:08.149 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2024-01-21 09:38:18.528775529 +0000 2024-01-21T09:40:08.150 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2024-01-21T09:40:08.150 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-21T09:40:08.215 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2024-01-21T09:40:08.215 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2024-01-21T09:40:08.215 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000180526 s, 2.8 MB/s 2024-01-21T09:40:08.216 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-21T09:40:08.274 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_4 2024-01-21T09:40:08.331 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-21T09:40:08.332 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T09:40:08.332 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 172940 Links: 1 2024-01-21T09:40:08.332 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T09:40:08.332 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T09:40:08.332 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2024-01-21 09:39:55.843153010 +0000 2024-01-21T09:40:08.332 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2024-01-21 09:38:18.866767635 +0000 2024-01-21T09:40:08.332 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2024-01-21 09:38:18.866767635 +0000 2024-01-21T09:40:08.332 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2024-01-21T09:40:08.332 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-21T09:40:08.397 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2024-01-21T09:40:08.397 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2024-01-21T09:40:08.397 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000233696 s, 2.2 MB/s 2024-01-21T09:40:08.398 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-21T09:40:08.456 DEBUG:teuthology.orchestra.run.smithi134:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-01-21T09:40:08.571 INFO:teuthology.orchestra.run.smithi134.stdout:loop 2024-01-21T09:40:08.572 INFO:tasks.nvme_loop:Connecting nvme_loop smithi134:/dev/vg_nvme/lv_1... 2024-01-21T09:40:08.572 DEBUG:teuthology.orchestra.run.smithi134:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-01-21T09:40:08.608 INFO:teuthology.orchestra.run.smithi134.stdout:1 2024-01-21T09:40:08.643 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/vg_nvme/lv_11 2024-01-21T09:40:08.683 INFO:tasks.nvme_loop:Connecting nvme_loop smithi134:/dev/vg_nvme/lv_2... 2024-01-21T09:40:08.684 DEBUG:teuthology.orchestra.run.smithi134:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-01-21T09:40:08.760 INFO:teuthology.orchestra.run.smithi134.stdout:1 2024-01-21T09:40:08.796 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/vg_nvme/lv_21 2024-01-21T09:40:08.835 INFO:tasks.nvme_loop:Connecting nvme_loop smithi134:/dev/vg_nvme/lv_3... 2024-01-21T09:40:08.835 DEBUG:teuthology.orchestra.run.smithi134:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-01-21T09:40:08.915 INFO:teuthology.orchestra.run.smithi134.stdout:1 2024-01-21T09:40:08.950 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/vg_nvme/lv_31 2024-01-21T09:40:08.988 INFO:tasks.nvme_loop:Connecting nvme_loop smithi134:/dev/vg_nvme/lv_4... 2024-01-21T09:40:08.989 DEBUG:teuthology.orchestra.run.smithi134:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-01-21T09:40:09.069 INFO:teuthology.orchestra.run.smithi134.stdout:1 2024-01-21T09:40:09.105 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/vg_nvme/lv_41 2024-01-21T09:40:09.143 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-01-21T09:40:09.143 DEBUG:teuthology.orchestra.run.smithi134:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T09:40:09.205 DEBUG:teuthology.orchestra.run.smithi134:> sudo nvme list 2024-01-21T09:40:09.271 INFO:teuthology.orchestra.run.smithi134.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-21T09:40:09.271 INFO:teuthology.orchestra.run.smithi134.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-21T09:40:09.271 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/nvme0n1 CVFT62420002400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-21T09:40:09.271 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/nvme1n1 98720a2a73e5365d91e3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T09:40:09.271 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/nvme2n1 4534b600524746499f10 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T09:40:09.271 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/nvme3n1 1415ecdfa30333973f15 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T09:40:09.271 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/nvme4n1 ac1bbfbc338d3c6edb0e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T09:40:09.272 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T09:40:09.272 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-01-21T09:40:09.272 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/scratch_devs 2024-01-21T09:40:09.378 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-21T09:40:09.446 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': 'ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec'} 2024-01-21T09:40:09.447 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 2024-01-21T09:40:09.447 INFO:tasks.cephadm:Cluster fsid is 111bae68-b841-11ee-95b0-87774f69a715 2024-01-21T09:40:09.447 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-21T09:40:09.447 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-21T09:40:09.448 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi118': '172.21.15.118', 'mon.smithi134': '172.21.15.134'} 2024-01-21T09:40:09.448 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-21T09:40:09.448 DEBUG:teuthology.orchestra.run.smithi118:> sudo hostname $(hostname -s) 2024-01-21T09:40:09.481 DEBUG:teuthology.orchestra.run.smithi134:> sudo hostname $(hostname -s) 2024-01-21T09:40:09.508 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec)... 2024-01-21T09:40:09.509 DEBUG:teuthology.orchestra.run.smithi118:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-21T09:40:09.823 INFO:teuthology.orchestra.run.smithi118.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 21 09:40 /home/ubuntu/cephtest/cephadm 2024-01-21T09:40:09.823 DEBUG:teuthology.orchestra.run.smithi134:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-21T09:40:09.966 INFO:teuthology.orchestra.run.smithi134.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 21 09:40 /home/ubuntu/cephtest/cephadm 2024-01-21T09:40:09.966 DEBUG:teuthology.orchestra.run.smithi118:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-21T09:40:09.989 DEBUG:teuthology.orchestra.run.smithi134:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-21T09:40:10.016 DEBUG:teuthology.orchestra.run.smithi118:> sudo mkdir -p /etc/ceph 2024-01-21T09:40:10.062 DEBUG:teuthology.orchestra.run.smithi134:> sudo mkdir -p /etc/ceph 2024-01-21T09:40:10.088 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod 777 /etc/ceph 2024-01-21T09:40:10.132 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 777 /etc/ceph 2024-01-21T09:40:10.158 INFO:tasks.cephadm:Writing seed config... 2024-01-21T09:40:10.159 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-21T09:40:10.159 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-21T09:40:10.159 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-21T09:40:10.159 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-21T09:40:10.159 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-21T09:40:10.160 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-21T09:40:10.160 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-21T09:40:10.160 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-21T09:40:10.160 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-21T09:40:10.160 DEBUG:teuthology.orchestra.run.smithi118:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-21T09:40:10.191 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 111bae68-b841-11ee-95b0-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-01-21T09:40:10.191 DEBUG:teuthology.orchestra.run.smithi118:mon.smithi118> sudo journalctl -f -n 0 -u ceph-111bae68-b841-11ee-95b0-87774f69a715@mon.smithi118.service 2024-01-21T09:40:10.233 INFO:tasks.cephadm:Bootstrapping... 2024-01-21T09:40:10.233 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec -v bootstrap --fsid 111bae68-b841-11ee-95b0-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.118 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-21T09:40:10.263 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:-- Logs begin at Sun 2024-01-21 09:30:10 UTC. -- 2024-01-21T09:40:10.506 INFO:teuthology.orchestra.run.smithi118.stderr:-------------------------------------------------------------------------------- 2024-01-21T09:40:10.506 INFO:teuthology.orchestra.run.smithi118.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec', '-v', 'bootstrap', '--fsid', '111bae68-b841-11ee-95b0-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.118', '--skip-admin-label'] 2024-01-21T09:40:11.190 INFO:teuthology.orchestra.run.smithi118.stderr:/bin/podman: 3.0.1 2024-01-21T09:40:11.204 INFO:teuthology.orchestra.run.smithi118.stderr:Verifying podman|docker is present... 2024-01-21T09:40:11.244 INFO:teuthology.orchestra.run.smithi118.stderr:/bin/podman: 3.0.1 2024-01-21T09:40:11.260 INFO:teuthology.orchestra.run.smithi118.stderr:Verifying lvm2 is present... 2024-01-21T09:40:11.260 INFO:teuthology.orchestra.run.smithi118.stderr:Verifying time synchronization is in place... 2024-01-21T09:40:11.267 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-21T09:40:11.273 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: inactive 2024-01-21T09:40:11.279 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: enabled 2024-01-21T09:40:11.285 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: active 2024-01-21T09:40:11.285 INFO:teuthology.orchestra.run.smithi118.stderr:Unit chronyd.service is enabled and running 2024-01-21T09:40:11.286 INFO:teuthology.orchestra.run.smithi118.stderr:Repeating the final host check... 2024-01-21T09:40:11.323 INFO:teuthology.orchestra.run.smithi118.stderr:/bin/podman: 3.0.1 2024-01-21T09:40:11.345 INFO:teuthology.orchestra.run.smithi118.stderr:podman (/bin/podman) version 3.0.1 is present 2024-01-21T09:40:11.345 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl is present 2024-01-21T09:40:11.346 INFO:teuthology.orchestra.run.smithi118.stderr:lvcreate is present 2024-01-21T09:40:11.351 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-21T09:40:11.357 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: inactive 2024-01-21T09:40:11.363 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: enabled 2024-01-21T09:40:11.368 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: active 2024-01-21T09:40:11.369 INFO:teuthology.orchestra.run.smithi118.stderr:Unit chronyd.service is enabled and running 2024-01-21T09:40:11.369 INFO:teuthology.orchestra.run.smithi118.stderr:Host looks OK 2024-01-21T09:40:11.369 INFO:teuthology.orchestra.run.smithi118.stderr:Cluster fsid: 111bae68-b841-11ee-95b0-87774f69a715 2024-01-21T09:40:11.369 INFO:teuthology.orchestra.run.smithi118.stderr:Acquiring lock 140442324042136 on /run/cephadm/111bae68-b841-11ee-95b0-87774f69a715.lock 2024-01-21T09:40:11.369 INFO:teuthology.orchestra.run.smithi118.stderr:Lock 140442324042136 acquired on /run/cephadm/111bae68-b841-11ee-95b0-87774f69a715.lock 2024-01-21T09:40:11.370 INFO:teuthology.orchestra.run.smithi118.stderr:Verifying IP 172.21.15.118 port 3300 ... 2024-01-21T09:40:11.370 INFO:teuthology.orchestra.run.smithi118.stderr:Verifying IP 172.21.15.118 port 6789 ... 2024-01-21T09:40:11.370 INFO:teuthology.orchestra.run.smithi118.stderr:Base mon IP(s) is [172.21.15.118:3300, 172.21.15.118:6789], mon addrv is [v2:172.21.15.118:3300,v1:172.21.15.118:6789] 2024-01-21T09:40:11.373 INFO:teuthology.orchestra.run.smithi118.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-01-21T09:40:11.373 INFO:teuthology.orchestra.run.smithi118.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.118 metric 100 2024-01-21T09:40:11.376 INFO:teuthology.orchestra.run.smithi118.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-21T09:40:11.376 INFO:teuthology.orchestra.run.smithi118.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-01-21T09:40:11.376 INFO:teuthology.orchestra.run.smithi118.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-01-21T09:40:11.379 INFO:teuthology.orchestra.run.smithi118.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-21T09:40:11.379 INFO:teuthology.orchestra.run.smithi118.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-21T09:40:11.379 INFO:teuthology.orchestra.run.smithi118.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-21T09:40:11.379 INFO:teuthology.orchestra.run.smithi118.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-01-21T09:40:11.379 INFO:teuthology.orchestra.run.smithi118.stderr:/sbin/ip: inet6 fe80::1efd:564:ba95:9de9/64 scope link noprefixroute 2024-01-21T09:40:11.379 INFO:teuthology.orchestra.run.smithi118.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-21T09:40:11.380 INFO:teuthology.orchestra.run.smithi118.stderr:Mon IP `172.21.15.118` is in CIDR network `172.21.0.0/20` 2024-01-21T09:40:11.380 INFO:teuthology.orchestra.run.smithi118.stderr:Mon IP `172.21.15.118` is in CIDR network `172.21.0.0/20` 2024-01-21T09:40:11.380 INFO:teuthology.orchestra.run.smithi118.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-01-21T09:40:11.380 INFO:teuthology.orchestra.run.smithi118.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-21T09:40:11.381 INFO:teuthology.orchestra.run.smithi118.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec... 2024-01-21T09:40:11.447 INFO:teuthology.orchestra.run.smithi118.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec... 2024-01-21T09:40:11.531 INFO:teuthology.orchestra.run.smithi118.stderr:/bin/podman: Getting image source signatures 2024-01-21T09:40:11.672 INFO:teuthology.orchestra.run.smithi118.stderr:/bin/podman: Copying blob sha256:5892adb860b19d9bc0e53e97111c29aa2896ac907826d7e196bc8387f7e5b09b 2024-01-21T09:40:11.730 INFO:teuthology.orchestra.run.smithi118.stderr:/bin/podman: Copying blob sha256:38ed6fe6bc7105be7e2af5b50b1aa944602eb71b2fce6a9e38dbaeb8ba2b2d64 2024-01-21T09:40:27.011 INFO:teuthology.orchestra.run.smithi118.stderr:/bin/podman: Copying config sha256:9b28eb2d7c37a19008711b1b678be1a430e065f20ee023b4f4e779129fc1ff61 2024-01-21T09:40:27.061 INFO:teuthology.orchestra.run.smithi118.stderr:/bin/podman: Writing manifest to image destination 2024-01-21T09:40:27.061 INFO:teuthology.orchestra.run.smithi118.stderr:/bin/podman: Storing signatures 2024-01-21T09:40:37.188 INFO:teuthology.orchestra.run.smithi118.stderr:/bin/podman: 9b28eb2d7c37a19008711b1b678be1a430e065f20ee023b4f4e779129fc1ff61 2024-01-21T09:40:37.773 INFO:teuthology.orchestra.run.smithi118.stderr:ceph: ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable) 2024-01-21T09:40:48.710 INFO:teuthology.orchestra.run.smithi118.stderr:Ceph version: ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable) 2024-01-21T09:40:48.711 INFO:teuthology.orchestra.run.smithi118.stderr:Extracting ceph user uid/gid from container image... 2024-01-21T09:40:49.108 INFO:teuthology.orchestra.run.smithi118.stderr:stat: 167 167 2024-01-21T09:40:49.586 INFO:teuthology.orchestra.run.smithi118.stderr:Creating initial keys... 2024-01-21T09:40:49.916 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-authtool: AQCh5qxlCEecNRAABJUpNjRixJ9uvootMcoLqg== 2024-01-21T09:40:50.783 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-authtool: AQCi5qxlFG/cLRAAhu89L8dg2SHBP0F5qra2Ig== 2024-01-21T09:40:51.633 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-authtool: AQCj5qxlbXf1JBAAPoKDFvVxJuTQrBqP+FSkpg== 2024-01-21T09:40:52.099 INFO:teuthology.orchestra.run.smithi118.stderr:Creating initial monmap... 2024-01-21T09:40:52.424 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-21T09:40:52.424 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 111bae68-b841-11ee-95b0-87774f69a715 2024-01-21T09:40:52.425 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-21T09:40:52.906 INFO:teuthology.orchestra.run.smithi118.stderr:monmaptool for smithi118 [v2:172.21.15.118:3300,v1:172.21.15.118:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-21T09:40:52.906 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/monmaptool: set fsid to 111bae68-b841-11ee-95b0-87774f69a715 2024-01-21T09:40:52.906 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-21T09:40:52.906 INFO:teuthology.orchestra.run.smithi118.stderr: 2024-01-21T09:40:52.906 INFO:teuthology.orchestra.run.smithi118.stderr:Creating mon... 2024-01-21T09:40:53.299 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.268+0000 7f9d91a3a880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-21T09:40:53.300 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 1 imported monmap: 2024-01-21T09:40:53.300 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-21T09:40:53.300 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: fsid 111bae68-b841-11ee-95b0-87774f69a715 2024-01-21T09:40:53.300 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: last_changed 2024-01-21T09:40:52.407584+0000 2024-01-21T09:40:53.300 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: created 2024-01-21T09:40:52.407584+0000 2024-01-21T09:40:53.300 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-21T09:40:53.300 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-21T09:40:53.300 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] mon.smithi118 2024-01-21T09:40:53.300 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2024-01-21T09:40:53.300 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 0 /usr/bin/ceph-mon: set fsid to 111bae68-b841-11ee-95b0-87774f69a715 2024-01-21T09:40:53.300 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: RocksDB version: 6.8.1 2024-01-21T09:40:53.300 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2024-01-21T09:40:53.300 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-21T09:40:53.300 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Compile date Jan 19 2024 2024-01-21T09:40:53.301 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: DB SUMMARY 2024-01-21T09:40:53.301 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2024-01-21T09:40:53.301 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi118/store.db dir, Total Num: 0, files: 2024-01-21T09:40:53.301 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2024-01-21T09:40:53.301 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi118/store.db: 2024-01-21T09:40:53.301 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2024-01-21T09:40:53.301 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.error_if_exists: 0 2024-01-21T09:40:53.301 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.create_if_missing: 1 2024-01-21T09:40:53.301 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.paranoid_checks: 1 2024-01-21T09:40:53.301 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.env: 0x55815a12a080 2024-01-21T09:40:53.301 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.fs: Posix File System 2024-01-21T09:40:53.301 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.info_log: 0x55815afbf380 2024-01-21T09:40:53.301 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-21T09:40:53.301 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.statistics: (nil) 2024-01-21T09:40:53.301 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.use_fsync: 0 2024-01-21T09:40:53.302 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.max_log_file_size: 0 2024-01-21T09:40:53.302 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-21T09:40:53.302 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-21T09:40:53.302 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-21T09:40:53.302 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-21T09:40:53.302 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.allow_fallocate: 1 2024-01-21T09:40:53.302 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-21T09:40:53.302 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-21T09:40:53.302 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.use_direct_reads: 0 2024-01-21T09:40:53.302 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-21T09:40:53.302 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-21T09:40:53.302 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.db_log_dir: 2024-01-21T09:40:53.302 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi118/store.db 2024-01-21T09:40:53.302 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-21T09:40:53.302 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.max_subcompactions: 1 2024-01-21T09:40:53.303 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.max_background_flushes: -1 2024-01-21T09:40:53.303 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-21T09:40:53.303 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-21T09:40:53.303 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-21T09:40:53.303 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-21T09:40:53.303 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-21T09:40:53.303 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-21T09:40:53.303 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-21T09:40:53.303 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.write_buffer_manager: 0x55815afc5980 2024-01-21T09:40:53.303 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-21T09:40:53.303 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-21T09:40:53.303 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-21T09:40:53.303 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-21T09:40:53.303 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-21T09:40:53.303 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-21T09:40:53.304 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-21T09:40:53.304 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-21T09:40:53.304 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-21T09:40:53.304 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.unordered_write: 0 2024-01-21T09:40:53.304 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-21T09:40:53.304 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-21T09:40:53.304 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-21T09:40:53.304 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-21T09:40:53.304 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.row_cache: None 2024-01-21T09:40:53.304 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.wal_filter: None 2024-01-21T09:40:53.304 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-21T09:40:53.304 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-21T09:40:53.304 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.preserve_deletes: 0 2024-01-21T09:40:53.304 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.two_write_queues: 0 2024-01-21T09:40:53.304 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-21T09:40:53.305 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.atomic_flush: 0 2024-01-21T09:40:53.305 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-21T09:40:53.305 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-21T09:40:53.305 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-21T09:40:53.305 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.log_readahead_size: 0 2024-01-21T09:40:53.305 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-21T09:40:53.305 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.max_background_jobs: 2 2024-01-21T09:40:53.305 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.max_background_compactions: -1 2024-01-21T09:40:53.305 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-21T09:40:53.305 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-21T09:40:53.305 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-21T09:40:53.305 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-21T09:40:53.305 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-21T09:40:53.305 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-21T09:40:53.306 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-21T09:40:53.306 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-21T09:40:53.306 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.max_open_files: -1 2024-01-21T09:40:53.306 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-21T09:40:53.306 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-21T09:40:53.306 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-21T09:40:53.306 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-21T09:40:53.306 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Compression algorithms supported: 2024-01-21T09:40:53.306 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-21T09:40:53.306 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: kZSTD supported: 0 2024-01-21T09:40:53.306 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: kXpressCompression supported: 0 2024-01-21T09:40:53.306 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-21T09:40:53.306 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: kLZ4Compression supported: 1 2024-01-21T09:40:53.306 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: kBZip2Compression supported: 0 2024-01-21T09:40:53.306 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: kZlibCompression supported: 1 2024-01-21T09:40:53.307 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: kSnappyCompression supported: 1 2024-01-21T09:40:53.307 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.269+0000 7f9d91a3a880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-21T09:40:53.307 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-21T09:40:53.307 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2024-01-21T09:40:53.307 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi118/store.db/MANIFEST-000001 2024-01-21T09:40:53.307 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2024-01-21T09:40:53.307 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-21T09:40:53.307 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2024-01-21T09:40:53.307 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-21T09:40:53.307 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.merge_operator: 2024-01-21T09:40:53.307 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.compaction_filter: None 2024-01-21T09:40:53.307 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-21T09:40:53.307 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-21T09:40:53.307 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-21T09:40:53.307 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55815aecfd30) 2024-01-21T09:40:53.307 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-21T09:40:53.308 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-21T09:40:53.308 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-21T09:40:53.308 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-21T09:40:53.308 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-21T09:40:53.308 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-21T09:40:53.308 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-21T09:40:53.308 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-21T09:40:53.308 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-21T09:40:53.308 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-21T09:40:53.308 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-21T09:40:53.308 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: block_cache: 0x55815af08d10 2024-01-21T09:40:53.308 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-21T09:40:53.308 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-21T09:40:53.308 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-21T09:40:53.308 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-21T09:40:53.309 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-21T09:40:53.309 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-21T09:40:53.309 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-21T09:40:53.309 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-21T09:40:53.309 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-21T09:40:53.309 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-21T09:40:53.309 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-21T09:40:53.309 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-21T09:40:53.309 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-21T09:40:53.309 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-21T09:40:53.309 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-21T09:40:53.309 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-21T09:40:53.309 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-21T09:40:53.309 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-21T09:40:53.309 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-21T09:40:53.310 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-21T09:40:53.310 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-21T09:40:53.310 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-21T09:40:53.310 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2024-01-21T09:40:53.310 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-21T09:40:53.310 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-21T09:40:53.310 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.compression: NoCompression 2024-01-21T09:40:53.310 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-21T09:40:53.310 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-21T09:40:53.310 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-21T09:40:53.310 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.num_levels: 7 2024-01-21T09:40:53.310 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-21T09:40:53.310 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-21T09:40:53.310 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-21T09:40:53.311 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-21T09:40:53.311 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-21T09:40:53.311 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-21T09:40:53.311 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-21T09:40:53.311 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-21T09:40:53.311 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-21T09:40:53.311 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-21T09:40:53.311 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-21T09:40:53.311 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-21T09:40:53.311 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-21T09:40:53.311 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-21T09:40:53.311 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-21T09:40:53.311 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-21T09:40:53.311 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-21T09:40:53.312 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-21T09:40:53.312 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-21T09:40:53.312 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-21T09:40:53.312 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-21T09:40:53.312 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-21T09:40:53.312 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-21T09:40:53.312 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-21T09:40:53.312 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-21T09:40:53.312 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-21T09:40:53.312 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-21T09:40:53.312 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-21T09:40:53.312 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-21T09:40:53.312 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-21T09:40:53.312 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-21T09:40:53.313 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-21T09:40:53.313 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-21T09:40:53.313 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-21T09:40:53.313 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-21T09:40:53.313 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-21T09:40:53.313 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-21T09:40:53.313 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-21T09:40:53.313 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-21T09:40:53.313 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-21T09:40:53.313 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-21T09:40:53.313 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-21T09:40:53.313 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-21T09:40:53.313 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-21T09:40:53.313 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-21T09:40:53.313 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-21T09:40:53.313 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-21T09:40:53.314 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.table_properties_collectors: 2024-01-21T09:40:53.314 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.inplace_update_support: 0 2024-01-21T09:40:53.314 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-21T09:40:53.314 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-21T09:40:53.314 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-21T09:40:53.314 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-21T09:40:53.314 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.bloom_locality: 0 2024-01-21T09:40:53.314 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.max_successive_merges: 0 2024-01-21T09:40:53.314 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-21T09:40:53.314 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-21T09:40:53.314 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-21T09:40:53.314 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-21T09:40:53.314 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.ttl: 2592000 2024-01-21T09:40:53.314 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.270+0000 7f9d91a3a880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-21T09:40:53.315 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.271+0000 7f9d91a3a880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi118/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-21T09:40:53.315 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2024-01-21T09:40:53.315 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.271+0000 7f9d91a3a880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-21T09:40:53.315 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2024-01-21T09:40:53.315 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.271+0000 7f9d91a3a880 4 rocksdb: DB pointer 0x55815afd3800 2024-01-21T09:40:53.315 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.272+0000 7f9d7a8ad700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-21T09:40:53.315 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.272+0000 7f9d7a8ad700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-21T09:40:53.315 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-21T09:40:53.315 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T09:40:53.315 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-21T09:40:53.315 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-21T09:40:53.315 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T09:40:53.315 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-21T09:40:53.315 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-21T09:40:53.316 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T09:40:53.316 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2024-01-21T09:40:53.316 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T09:40:53.316 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T09:40:53.316 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T09:40:53.316 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-21T09:40:53.316 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-21T09:40:53.316 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2024-01-21T09:40:53.316 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T09:40:53.316 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T09:40:53.316 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T09:40:53.316 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T09:40:53.316 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T09:40:53.316 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T09:40:53.316 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T09:40:53.317 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T09:40:53.317 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-21T09:40:53.317 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T09:40:53.317 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T09:40:53.317 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-21T09:40:53.317 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2024-01-21T09:40:53.317 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-21T09:40:53.317 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2024-01-21T09:40:53.317 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T09:40:53.317 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T09:40:53.317 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T09:40:53.317 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-21T09:40:53.317 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-21T09:40:53.317 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2024-01-21T09:40:53.317 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T09:40:53.318 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T09:40:53.318 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T09:40:53.318 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T09:40:53.318 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T09:40:53.318 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T09:40:53.318 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T09:40:53.318 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T09:40:53.318 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-21T09:40:53.318 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T09:40:53.318 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T09:40:53.318 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-21T09:40:53.318 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2024-01-21T09:40:53.318 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-21T09:40:53.318 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2024-01-21T09:40:53.318 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.273+0000 7f9d91a3a880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-21T09:40:53.319 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.273+0000 7f9d91a3a880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-21T09:40:53.319 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2024-01-21T09:40:53.273+0000 7f9d91a3a880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi118 for mon.smithi118 2024-01-21T09:40:53.823 INFO:teuthology.orchestra.run.smithi118.stderr:create mon.smithi118 on 2024-01-21T09:40:53.935 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-21T09:40:54.031 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-111bae68-b841-11ee-95b0-87774f69a715.target → /etc/systemd/system/ceph-111bae68-b841-11ee-95b0-87774f69a715.target. 2024-01-21T09:40:54.032 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-111bae68-b841-11ee-95b0-87774f69a715.target → /etc/systemd/system/ceph-111bae68-b841-11ee-95b0-87774f69a715.target. 2024-01-21T09:40:54.235 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: Failed to reset failed state of unit ceph-111bae68-b841-11ee-95b0-87774f69a715@mon.smithi118.service: Unit ceph-111bae68-b841-11ee-95b0-87774f69a715@mon.smithi118.service not loaded. 2024-01-21T09:40:54.242 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: Created symlink /etc/systemd/system/ceph-111bae68-b841-11ee-95b0-87774f69a715.target.wants/ceph-111bae68-b841-11ee-95b0-87774f69a715@mon.smithi118.service → /etc/systemd/system/ceph-111bae68-b841-11ee-95b0-87774f69a715@.service. 2024-01-21T09:40:54.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:54 smithi118 systemd[1]: Starting Ceph mon.smithi118 for 111bae68-b841-11ee-95b0-87774f69a715... 2024-01-21T09:40:54.865 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: disabled 2024-01-21T09:40:54.872 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: inactive 2024-01-21T09:40:54.873 INFO:teuthology.orchestra.run.smithi118.stderr:firewalld.service is not enabled 2024-01-21T09:40:54.873 INFO:teuthology.orchestra.run.smithi118.stderr:Not possible to enable service . firewalld.service is not available 2024-01-21T09:40:54.873 INFO:teuthology.orchestra.run.smithi118.stderr:Waiting for mon to start... 2024-01-21T09:40:54.873 INFO:teuthology.orchestra.run.smithi118.stderr:Waiting for mon... 2024-01-21T09:40:55.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:54 smithi118 bash[34227]: d2935406010b98a9ddfb24d3abcdf32efb4407dd79df27791c6f02f9f8b44788 2024-01-21T09:40:55.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:54 smithi118 systemd[1]: Started Ceph mon.smithi118 for 111bae68-b841-11ee-95b0-87774f69a715. 2024-01-21T09:40:55.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:54 smithi118 conmon[34268]: cluster 2024-01-21T09:40:54.892253+0000 mon.smithi118 (mon.0) 0 : [INF] mkfs 111bae68-b841-11ee-95b0-87774f69a715 2024-01-21T09:40:55.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:54 smithi118 conmon[34268]: cluster 2024-01-21T09:40: 2024-01-21T09:40:55.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:54 smithi118 conmon[34268]: 54.863843+0000 mon.smithi118 (mon.0) 1 : cluster [INF] mon.smithi118 is new leader, mons smithi118 in quorum (ranks 0) 2024-01-21T09:40:55.388 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: cluster: 2024-01-21T09:40:55.389 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: id: 111bae68-b841-11ee-95b0-87774f69a715 2024-01-21T09:40:55.389 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-21T09:40:55.389 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: 2024-01-21T09:40:55.389 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: services: 2024-01-21T09:40:55.389 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi118 (age 0.507953s) 2024-01-21T09:40:55.389 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-21T09:40:55.389 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-21T09:40:55.389 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: 2024-01-21T09:40:55.389 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: data: 2024-01-21T09:40:55.389 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-21T09:40:55.389 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-21T09:40:55.389 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-21T09:40:55.390 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: pgs: 2024-01-21T09:40:55.390 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: 2024-01-21T09:40:56.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:55 smithi118 conmon[34268]: cluster 2024-01-21T09:40:54.878715+0000 mon.smithi118 (mon.0) 2 : 2024-01-21T09:40:56.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:55 smithi118 conmon[34268]: cluster [INF] mon.smithi118 is new leader, mons smithi118 in quorum (ranks 0) 2024-01-21T09:40:56.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:55 smithi118 conmon[34268]: cluster 2024-01-21T09:40:54.878921+0000 mon.smithi118 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi118=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0]} removed_ranks: {} 2024-01-21T09:40:56.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:55 smithi118 conmon[34268]: cluster 2024-01-21T09:40:54.893825+0000 mon.smithi118 (mon.0) 4 : cluster [DBG] fsmap 2024-01-21T09:40:56.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:55 smithi118 conmon[34268]: cluster 2024-01-21T09:40:54.895458+0000 mon.smithi118 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-21T09:40:56.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:55 smithi118 conmon[34268]: cluster 2024-01-21T09:40:54.895822+0000 mon.smithi118 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-21T09:40:56.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:55 smithi118 conmon[34268]: audit 2024-01-21T09:40:55.386610+0000 mon.smithi118 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.118:0/401824050' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-21T09:40:56.100 INFO:teuthology.orchestra.run.smithi118.stderr:mon is available 2024-01-21T09:40:56.101 INFO:teuthology.orchestra.run.smithi118.stderr:Assimilating anything we can from ceph.conf... 2024-01-21T09:40:56.603 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: 2024-01-21T09:40:56.603 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: [global] 2024-01-21T09:40:56.603 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: fsid = 111bae68-b841-11ee-95b0-87774f69a715 2024-01-21T09:40:56.603 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.118:3300,v1:172.21.15.118:6789] 2024-01-21T09:40:56.603 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-21T09:40:56.603 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-21T09:40:56.603 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-21T09:40:56.603 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-21T09:40:56.603 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: 2024-01-21T09:40:56.603 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: [mgr] 2024-01-21T09:40:56.604 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-21T09:40:56.604 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: 2024-01-21T09:40:56.604 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: [osd] 2024-01-21T09:40:56.604 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-21T09:40:56.604 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-21T09:40:57.092 INFO:teuthology.orchestra.run.smithi118.stderr:Generating new minimal ceph.conf... 2024-01-21T09:40:57.274 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:56 smithi118 conmon[34268]: audit 2024-01-21T09:40:56.598361+0000 mon.smithi118 (mon.0) 8 : audit [INF] from='client.? 172.21.15.118:0/3692264062' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-21T09:40:57.274 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:56 smithi118 conmon[34268]: audit 2024-01-21T09:40:56.600989+0000 mon.smithi118 (mon.0) 9 : audit [INF] from='client.? 172.21.15.118:0/3692264062' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-21T09:40:58.126 INFO:teuthology.orchestra.run.smithi118.stderr:Restarting the monitor... 2024-01-21T09:40:58.180 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:57 smithi118 conmon[34268]: audit 2024-01-21T09:40:57.575566+0000 mon.smithi118 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.118:0/853906516' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:40:58.180 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:58 smithi118 systemd[1]: Stopping Ceph mon.smithi118 for 111bae68-b841-11ee-95b0-87774f69a715... 2024-01-21T09:40:58.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:58 smithi118 bash[34767]: Error: no container with name or ID ceph-111bae68-b841-11ee-95b0-87774f69a715-mon.smithi118 found: no such container 2024-01-21T09:40:58.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:58 smithi118 conmon[34268]: debug 2024-01-21T09:40:58.406+0000 7f63849f5700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi118 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-21T09:40:58.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:58 smithi118 conmon[34268]: debug 2024-01-21T09:40:58.406+0000 7f63849f5700 -1 mon.smithi118@0(leader) e1 *** Got Signal Terminated *** 2024-01-21T09:40:59.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 bash[34882]: d2935406010b98a9ddfb24d3abcdf32efb4407dd79df27791c6f02f9f8b44788 2024-01-21T09:40:59.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 systemd[1]: ceph-111bae68-b841-11ee-95b0-87774f69a715@mon.smithi118.service: Succeeded. 2024-01-21T09:40:59.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 systemd[1]: Stopped Ceph mon.smithi118 for 111bae68-b841-11ee-95b0-87774f69a715. 2024-01-21T09:40:59.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 systemd[1]: Starting Ceph mon.smithi118 for 111bae68-b841-11ee-95b0-87774f69a715... 2024-01-21T09:40:59.723 INFO:teuthology.orchestra.run.smithi118.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-01-21T09:40:59.980 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.709+0000 7fe81c0b1880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-21T09:40:59.980 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.709+0000 7fe81c0b1880 0 ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable), process ceph-mon, pid 7 2024-01-21T09:40:59.980 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.709+0000 7fe81c0b1880 0 pidfile_write: ignore empty --pid-file 2024-01-21T09:40:59.980 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 bash[35204]: 3b03e47ed3bad745690301c0bccd2f12e97a7d8fce4417337e65235e1a0abd9c 2024-01-21T09:40:59.980 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.713+0000 7fe81c0b1880 0 load: jerasure load: lrc load: isa 2024-01-21T09:40:59.980 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: RocksDB version: 6.8.1 2024-01-21T09:40:59.980 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: 2024-01-21T09:40:59.980 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-21T09:40:59.980 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Compile date Jan 19 2024 2024-01-21T09:40:59.980 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: DB SUMMARY 2024-01-21T09:40:59.980 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: 2024-01-21T09:40:59.980 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: CURRENT file: CURRENT 2024-01-21T09:40:59.981 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: 2024-01-21T09:40:59.981 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-21T09:40:59.981 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: 2024-01-21T09:40:59.981 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-21T09:40:59.981 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: 2024-01-21T09:40:59.981 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi118/store.db dir, Total Num: 1, files: 000004.sst 2024-01-21T09:40:59.981 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: 2024-01-21T09:40:59.981 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi118/store.db: 000006.log size: 86531 ; 2024-01-21T09:40:59.981 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: 2024-01-21T09:40:59.981 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.error_if_exists: 0 2024-01-21T09:40:59.981 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.create_if_missing: 0 2024-01-21T09:40:59.981 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.paranoid_checks: 1 2024-01-21T09:40:59.981 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.env: 0x55771ca64080 2024-01-21T09:40:59.981 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.fs: Posix File System 2024-01-21T09:40:59.981 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.info_log: 0x55771d5bbd20 2024-01-21T09:40:59.982 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-21T09:40:59.982 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.statistics: (nil) 2024-01-21T09:40:59.982 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.use_fsync: 0 2024-01-21T09:40:59.982 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.max_log_file_size: 0 2024-01-21T09:40:59.982 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-21T09:40:59.982 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-21T09:40:59.982 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-21T09:40:59.982 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-21T09:40:59.982 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.allow_fallocate: 1 2024-01-21T09:40:59.982 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-21T09:40:59.982 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-21T09:40:59.982 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.use_direct_reads: 0 2024-01-21T09:40:59.982 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-21T09:40:59.982 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-21T09:40:59.982 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.db_log_dir: 2024-01-21T09:40:59.983 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi118/store.db 2024-01-21T09:40:59.983 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-21T09:40:59.983 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.max_subcompactions: 1 2024-01-21T09:40:59.983 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.max_background_flushes: -1 2024-01-21T09:40:59.983 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-21T09:40:59.983 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-21T09:40:59.983 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-21T09:40:59.983 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-21T09:40:59.983 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-21T09:40:59.983 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-21T09:40:59.983 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-21T09:40:59.983 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.write_buffer_manager: 0x55771e2b8420 2024-01-21T09:40:59.983 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-21T09:40:59.983 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-21T09:40:59.983 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-21T09:40:59.983 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-21T09:40:59.984 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-21T09:40:59.984 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-21T09:40:59.984 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-21T09:40:59.984 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-21T09:40:59.984 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-21T09:40:59.984 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.unordered_write: 0 2024-01-21T09:40:59.984 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-21T09:40:59.984 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-21T09:40:59.984 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-21T09:40:59.984 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-21T09:40:59.984 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.row_cache: None 2024-01-21T09:40:59.984 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.wal_filter: None 2024-01-21T09:40:59.984 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-21T09:40:59.984 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-21T09:40:59.985 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.preserve_deletes: 0 2024-01-21T09:40:59.985 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.two_write_queues: 0 2024-01-21T09:40:59.985 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-21T09:40:59.985 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.atomic_flush: 0 2024-01-21T09:40:59.985 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-21T09:40:59.985 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-21T09:40:59.985 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-21T09:40:59.985 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.log_readahead_size: 0 2024-01-21T09:40:59.985 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-21T09:40:59.985 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.max_background_jobs: 2 2024-01-21T09:40:59.985 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.max_background_compactions: -1 2024-01-21T09:40:59.985 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-21T09:40:59.985 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-21T09:40:59.985 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-21T09:40:59.985 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-21T09:40:59.986 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-21T09:40:59.986 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-21T09:40:59.986 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-21T09:40:59.986 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-21T09:40:59.986 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.max_open_files: -1 2024-01-21T09:40:59.986 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-21T09:40:59.986 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-21T09:40:59.986 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-21T09:40:59.986 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-21T09:40:59.986 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Compression algorithms supported: 2024-01-21T09:40:59.986 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-21T09:40:59.986 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: kZSTD supported: 0 2024-01-21T09:40:59.986 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: kXpressCompression supported: 0 2024-01-21T09:40:59.986 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-21T09:40:59.986 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: kLZ4Compression supported: 1 2024-01-21T09:40:59.987 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: kBZip2Compression supported: 0 2024-01-21T09:40:59.987 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: kZlibCompression supported: 1 2024-01-21T09:40:59.987 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: kSnappyCompression supported: 1 2024-01-21T09:40:59.987 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.714+0000 7fe81c0b1880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-21T09:40:59.987 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi118/store.db/MANIFEST-000005 2024-01-21T09:40:59.987 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: 2024-01-21T09:40:59.987 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-21T09:40:59.987 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: 2024-01-21T09:40:59.987 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-21T09:40:59.987 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.merge_operator: 2024-01-21T09:40:59.987 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.compaction_filter: None 2024-01-21T09:40:59.987 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-21T09:40:59.987 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-21T09:40:59.987 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-21T09:40:59.987 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55771d565d28) 2024-01-21T09:40:59.988 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: cache_index_and_filter_blocks: 1 2024-01-21T09:40:59.988 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-21T09:40:59.988 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-21T09:40:59.988 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: pin_top_level_index_and_filter: 1 2024-01-21T09:40:59.988 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: index_type: 0 2024-01-21T09:40:59.988 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: data_block_index_type: 0 2024-01-21T09:40:59.988 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: index_shortening: 1 2024-01-21T09:40:59.988 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: data_block_hash_table_util_ratio: 0.750000 2024-01-21T09:40:59.988 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: hash_index_allow_collision: 1 2024-01-21T09:40:59.988 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: checksum: 1 2024-01-21T09:40:59.988 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: no_block_cache: 0 2024-01-21T09:40:59.988 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: block_cache: 0x55771d59ef10 2024-01-21T09:40:59.988 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: block_cache_name: BinnedLRUCache 2024-01-21T09:40:59.988 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: block_cache_options: 2024-01-21T09:40:59.988 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: capacity : 536870912 2024-01-21T09:40:59.989 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: num_shard_bits : 4 2024-01-21T09:40:59.989 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: strict_capacity_limit : 0 2024-01-21T09:40:59.989 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: high_pri_pool_ratio: 0.000 2024-01-21T09:40:59.989 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: block_cache_compressed: (nil) 2024-01-21T09:40:59.989 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: persistent_cache: (nil) 2024-01-21T09:40:59.989 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: block_size: 4096 2024-01-21T09:40:59.989 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: block_size_deviation: 10 2024-01-21T09:40:59.989 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: block_restart_interval: 16 2024-01-21T09:40:59.989 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: index_block_restart_interval: 1 2024-01-21T09:40:59.989 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: metadata_block_size: 4096 2024-01-21T09:40:59.989 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: partition_filters: 0 2024-01-21T09:40:59.989 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: use_delta_encoding: 1 2024-01-21T09:40:59.989 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-21T09:40:59.989 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: whole_key_filtering: 1 2024-01-21T09:40:59.989 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: verify_compression: 0 2024-01-21T09:40:59.989 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: read_amp_bytes_per_bit: 0 2024-01-21T09:40:59.990 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: format_version: 2 2024-01-21T09:40:59.990 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: enable_index_compression: 1 2024-01-21T09:40:59.990 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: block_align: 0 2024-01-21T09:40:59.990 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: 2024-01-21T09:40:59.990 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-21T09:40:59.990 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-21T09:40:59.990 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.compression: NoCompression 2024-01-21T09:40:59.990 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-21T09:40:59.990 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-21T09:40:59.990 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-21T09:40:59.990 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.num_levels: 7 2024-01-21T09:40:59.990 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-21T09:40:59.990 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-21T09:40:59.990 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-21T09:40:59.990 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-21T09:40:59.991 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-21T09:40:59.991 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-21T09:40:59.991 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-21T09:40:59.991 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-21T09:40:59.991 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-21T09:40:59.991 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-21T09:40:59.991 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-21T09:40:59.991 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-21T09:40:59.991 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-21T09:40:59.991 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-21T09:40:59.991 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-21T09:40:59.991 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-21T09:40:59.991 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-21T09:40:59.991 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-21T09:40:59.991 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-21T09:40:59.991 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-21T09:40:59.992 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-21T09:40:59.992 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-21T09:40:59.992 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-21T09:40:59.992 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-21T09:40:59.992 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-21T09:40:59.992 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-21T09:40:59.992 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-21T09:40:59.992 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-21T09:40:59.992 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-21T09:40:59.992 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-21T09:40:59.992 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-21T09:40:59.992 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-21T09:40:59.992 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-21T09:40:59.992 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-21T09:40:59.992 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-21T09:40:59.992 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-21T09:40:59.993 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-21T09:40:59.993 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-21T09:40:59.993 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-21T09:40:59.993 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-21T09:40:59.993 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-21T09:40:59.993 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-21T09:40:59.993 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-21T09:40:59.993 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-21T09:40:59.993 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-21T09:40:59.993 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-21T09:40:59.993 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-21T09:40:59.993 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.table_properties_collectors: 2024-01-21T09:40:59.993 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.inplace_update_support: 0 2024-01-21T09:40:59.993 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-21T09:40:59.993 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-21T09:40:59.994 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-21T09:40:59.994 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-21T09:40:59.994 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.bloom_locality: 0 2024-01-21T09:40:59.994 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.max_successive_merges: 0 2024-01-21T09:40:59.994 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-21T09:40:59.995 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-21T09:40:59.995 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-21T09:40:59.995 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-21T09:40:59.995 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.ttl: 2592000 2024-01-21T09:40:59.995 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-21T09:40:59.995 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi118/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-21T09:40:59.995 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: 2024-01-21T09:40:59.995 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.715+0000 7fe81c0b1880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-21T09:40:59.995 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: 2024-01-21T09:40:59.995 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.716+0000 7fe81c0b1880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705830059717279, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-21T09:40:59.996 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.716+0000 7fe81c0b1880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-21T09:40:59.996 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.716+0000 7fe81c0b1880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-21T09:40:59.996 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.717+0000 7fe81c0b1880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705830059718466, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83404, "table_properties": {"data_size": 81671, "index_size": 338, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9331, "raw_average_key_size": 47, "raw_value_size": 76183, "raw_average_value_size": 384, "num_data_blocks": 11, "num_entries": 198, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1705830059, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-21T09:40:59.996 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.717+0000 7fe81c0b1880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-21T09:40:59.996 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: 2024-01-21T09:40:59.996 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.717+0000 7fe81c0b1880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705830059719010, "job": 1, "event": "recovery_finished"} 2024-01-21T09:40:59.996 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.718+0000 7fe81c0b1880 4 rocksdb: DB pointer 0x55771d669800 2024-01-21T09:40:59.996 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.719+0000 7fe802ea3700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-21T09:40:59.996 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.719+0000 7fe802ea3700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-21T09:40:59.996 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: ** DB Stats ** 2024-01-21T09:40:59.996 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T09:40:59.996 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-21T09:40:59.996 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-21T09:40:59.996 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T09:40:59.996 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-21T09:40:59.997 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-21T09:40:59.997 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T09:40:59.997 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: 2024-01-21T09:40:59.997 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: ** Compaction Stats [default] ** 2024-01-21T09:40:59.997 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T09:40:59.997 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T09:40:59.997 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: L0 2/0 83.14 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 101.2 0.00 0.00 1 0.001 0 0 2024-01-21T09:40:59.997 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: Sum 2/0 83.14 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 101.2 0.00 0.00 1 0.001 0 0 2024-01-21T09:40:59.997 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 101.2 0.00 0.00 1 0.001 0 0 2024-01-21T09:40:59.997 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: 2024-01-21T09:40:59.997 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: ** Compaction Stats [default] ** 2024-01-21T09:40:59.997 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T09:40:59.997 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T09:40:59.997 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 101.2 0.00 0.00 1 0.001 0 0 2024-01-21T09:40:59.997 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T09:40:59.997 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T09:40:59.998 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T09:40:59.998 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T09:40:59.998 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T09:40:59.998 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T09:40:59.998 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: Cumulative compaction: 0.00 GB write, 21.04 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T09:40:59.998 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: Interval compaction: 0.00 GB write, 21.04 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T09:40:59.998 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-21T09:40:59.998 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: 2024-01-21T09:40:59.998 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T09:40:59.998 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: 2024-01-21T09:40:59.998 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: ** Compaction Stats [default] ** 2024-01-21T09:40:59.998 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T09:40:59.998 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T09:40:59.998 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: L0 2/0 83.14 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 101.2 0.00 0.00 1 0.001 0 0 2024-01-21T09:40:59.998 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: Sum 2/0 83.14 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 101.2 0.00 0.00 1 0.001 0 0 2024-01-21T09:40:59.999 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-21T09:40:59.999 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: 2024-01-21T09:40:59.999 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: ** Compaction Stats [default] ** 2024-01-21T09:40:59.999 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T09:40:59.999 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T09:40:59.999 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 101.2 0.00 0.00 1 0.001 0 0 2024-01-21T09:40:59.999 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T09:40:59.999 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T09:40:59.999 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T09:40:59.999 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T09:40:59.999 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T09:40:59.999 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T09:40:59.999 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: Cumulative compaction: 0.00 GB write, 20.86 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T09:40:59.999 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T09:41:00.000 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-21T09:41:00.000 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: 2024-01-21T09:41:00.000 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T09:41:00.000 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: 2024-01-21T09:41:00.000 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.719+0000 7fe81c0b1880 0 starting mon.smithi118 rank 0 at public addrs [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] at bind addrs [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi118 fsid 111bae68-b841-11ee-95b0-87774f69a715 2024-01-21T09:41:00.000 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 systemd[1]: Started Ceph mon.smithi118 for 111bae68-b841-11ee-95b0-87774f69a715. 2024-01-21T09:41:00.000 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.721+0000 7fe81c0b1880 1 mon.smithi118@-1(???) e1 preinit fsid 111bae68-b841-11ee-95b0-87774f69a715 2024-01-21T09:41:00.000 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.721+0000 7fe81c0b1880 0 mon.smithi118@-1(???).mds e1 new map 2024-01-21T09:41:00.000 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.721+0000 7fe81c0b1880 0 mon.smithi118@-1(???).mds e1 print_map 2024-01-21T09:41:00.000 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: e1 2024-01-21T09:41:00.001 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-21T09:41:00.001 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-21T09:41:00.001 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: legacy client fscid: -1 2024-01-21T09:41:00.001 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: 2024-01-21T09:41:00.001 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: No filesystems configured 2024-01-21T09:41:00.001 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: 2024-01-21T09:41:00.001 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.721+0000 7fe81c0b1880 0 mon.smithi118@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-21T09:41:00.001 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.721+0000 7fe81c0b1880 0 mon.smithi118@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T09:41:00.001 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.721+0000 7fe81c0b1880 0 mon.smithi118@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T09:41:00.001 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.721+0000 7fe81c0b1880 0 mon.smithi118@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T09:41:00.001 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: audit 2024-01-21T09:41:00.001 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: 2024-01-21T 2024-01-21T09:41:00.001 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: 09:40:57.575566+0000 2024-01-21T09:41:00.002 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: mon.smithi118 (mon.0) 10 : 2024-01-21T09:41:00.002 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: audit [DBG] from='client.? 172.21.15.118:0/853906516' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:41:00.002 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: debug 2024-01-21T09:40:59.721+0000 7fe81c0b1880 1 mon.smithi118@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-21T09:41:00.002 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: cluster 2024-01-21T09:40:59.739939+0000 mon.smithi118 (mon.0) 1 : cluster [INF] mon.smithi118 is new leader, mons smithi118 in quorum (ranks 0) 2024-01-21T09:41:00.002 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: cluster 2024-01-21T09:40:59.739999+0000 mon.smithi118 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi118=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0]} removed_ranks: {} 2024-01-21T09:41:00.002 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: cluster 2024-01-21T09:40:59. 2024-01-21T09:41:00.002 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: 740406+0000 mon.smithi118 (mon.0) 3 : cluster [DBG] fsmap 2024-01-21T09:41:00.002 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: cluster 2024-01-21T09:40:59. 2024-01-21T09:41:00.002 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: 740434+0000 mon.smithi118 (mon.0) 4 : cluster [DBG] 2024-01-21T09:41:00.002 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: osdmap e1: 0 total, 0 up, 0 in 2024-01-21T09:41:00.002 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: cluster 2024-01-21T09:41:00.002 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: 2024-01-21T09:40:59.740779+0000 mon.smithi118 (mon.0 2024-01-21T09:41:00.002 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:40:59 smithi118 conmon[35245]: ) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-21T09:41:00.858 INFO:teuthology.orchestra.run.smithi118.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-21T09:41:00.858 INFO:teuthology.orchestra.run.smithi118.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-21T09:41:00.858 INFO:teuthology.orchestra.run.smithi118.stderr:Creating mgr... 2024-01-21T09:41:00.859 INFO:teuthology.orchestra.run.smithi118.stderr:Verifying port 9283 ... 2024-01-21T09:41:00.985 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: Failed to reset failed state of unit ceph-111bae68-b841-11ee-95b0-87774f69a715@mgr.smithi118.lddrqf.service: Unit ceph-111bae68-b841-11ee-95b0-87774f69a715@mgr.smithi118.lddrqf.service not loaded. 2024-01-21T09:41:00.991 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: Created symlink /etc/systemd/system/ceph-111bae68-b841-11ee-95b0-87774f69a715.target.wants/ceph-111bae68-b841-11ee-95b0-87774f69a715@mgr.smithi118.lddrqf.service → /etc/systemd/system/ceph-111bae68-b841-11ee-95b0-87774f69a715@.service. 2024-01-21T09:41:01.504 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:01 smithi118 conmon[35245]: audit 2024-01-21T09:41:00.237691+0000 mon.smithi118 2024-01-21T09:41:01.505 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:01 smithi118 conmon[35245]: (mon.0) 6 : audit [INF] from='client.? 172.21.15.118:0/1155775449' entity='client.admin' 2024-01-21T09:41:01.641 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: disabled 2024-01-21T09:41:01.649 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: inactive 2024-01-21T09:41:01.650 INFO:teuthology.orchestra.run.smithi118.stderr:firewalld.service is not enabled 2024-01-21T09:41:01.650 INFO:teuthology.orchestra.run.smithi118.stderr:Not possible to enable service . firewalld.service is not available 2024-01-21T09:41:01.659 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: disabled 2024-01-21T09:41:01.668 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: inactive 2024-01-21T09:41:01.668 INFO:teuthology.orchestra.run.smithi118.stderr:firewalld.service is not enabled 2024-01-21T09:41:01.668 INFO:teuthology.orchestra.run.smithi118.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-21T09:41:01.669 INFO:teuthology.orchestra.run.smithi118.stderr:Waiting for mgr to start... 2024-01-21T09:41:01.669 INFO:teuthology.orchestra.run.smithi118.stderr:Waiting for mgr... 2024-01-21T09:41:02.200 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: 2024-01-21T09:41:02.200 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: { 2024-01-21T09:41:02.200 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "fsid": "111bae68-b841-11ee-95b0-87774f69a715", 2024-01-21T09:41:02.200 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "health": { 2024-01-21T09:41:02.200 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T09:41:02.200 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T09:41:02.200 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T09:41:02.200 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2024-01-21T09:41:02.201 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T09:41:02.201 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T09:41:02.201 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: 0 2024-01-21T09:41:02.201 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: ], 2024-01-21T09:41:02.201 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T09:41:02.201 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "smithi118" 2024-01-21T09:41:02.201 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: ], 2024-01-21T09:41:02.201 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-01-21T09:41:02.201 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T09:41:02.201 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T09:41:02.201 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T09:41:02.201 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T09:41:02.201 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2024-01-21T09:41:02.202 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T09:41:02.202 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T09:41:02.202 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T09:41:02.202 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T09:41:02.202 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T09:41:02.208 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T09:41:02.208 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T09:41:02.208 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T09:41:02.209 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2024-01-21T09:41:02.209 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T09:41:02.209 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T09:41:02.209 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T09:41:02.209 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T09:41:02.209 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T09:41:02.209 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T09:41:02.210 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T09:41:02.210 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T09:41:02.210 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T09:41:02.210 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2024-01-21T09:41:02.210 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T09:41:02.210 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T09:41:02.211 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T09:41:02.211 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T09:41:02.211 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2024-01-21T09:41:02.211 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T09:41:02.211 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "available": false, 2024-01-21T09:41:02.211 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T09:41:02.211 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T09:41:02.212 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "iostat", 2024-01-21T09:41:02.212 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "nfs", 2024-01-21T09:41:02.212 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "restful" 2024-01-21T09:41:02.212 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: ], 2024-01-21T09:41:02.212 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "services": {} 2024-01-21T09:41:02.212 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2024-01-21T09:41:02.213 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T09:41:02.213 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T09:41:02.213 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "modified": "2024-01-21T09:40:54.892809+0000", 2024-01-21T09:41:02.213 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "services": {} 2024-01-21T09:41:02.213 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2024-01-21T09:41:02.213 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T09:41:02.213 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: } 2024-01-21T09:41:02.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:02 smithi118 conmon[35245]: audit 2024-01-21T09:41:02.196446+0000 mon.smithi118 (mon. 2024-01-21T09:41:02.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:02 smithi118 conmon[35245]: 0) 7 : audit [DBG] from='client.? 172.21.15.118:0/2891184402' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T09:41:02.785 INFO:teuthology.orchestra.run.smithi118.stderr:mgr not available, waiting (1/15)... 2024-01-21T09:41:05.294 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: 2024-01-21T09:41:05.294 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: { 2024-01-21T09:41:05.294 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "fsid": "111bae68-b841-11ee-95b0-87774f69a715", 2024-01-21T09:41:05.294 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "health": { 2024-01-21T09:41:05.294 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T09:41:05.295 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T09:41:05.295 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T09:41:05.295 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2024-01-21T09:41:05.295 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T09:41:05.295 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T09:41:05.295 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: 0 2024-01-21T09:41:05.295 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: ], 2024-01-21T09:41:05.295 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T09:41:05.295 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "smithi118" 2024-01-21T09:41:05.295 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: ], 2024-01-21T09:41:05.295 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "quorum_age": 5, 2024-01-21T09:41:05.295 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T09:41:05.296 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T09:41:05.296 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T09:41:05.296 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T09:41:05.296 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2024-01-21T09:41:05.296 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T09:41:05.296 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T09:41:05.296 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T09:41:05.296 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T09:41:05.296 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T09:41:05.300 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T09:41:05.300 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T09:41:05.300 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T09:41:05.300 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2024-01-21T09:41:05.300 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T09:41:05.300 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T09:41:05.300 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T09:41:05.300 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T09:41:05.300 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T09:41:05.300 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T09:41:05.300 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T09:41:05.300 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T09:41:05.300 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T09:41:05.301 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2024-01-21T09:41:05.301 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T09:41:05.301 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T09:41:05.301 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T09:41:05.301 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T09:41:05.301 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2024-01-21T09:41:05.301 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T09:41:05.301 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "available": false, 2024-01-21T09:41:05.301 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T09:41:05.301 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T09:41:05.301 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "iostat", 2024-01-21T09:41:05.301 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "nfs", 2024-01-21T09:41:05.301 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "restful" 2024-01-21T09:41:05.301 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: ], 2024-01-21T09:41:05.301 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "services": {} 2024-01-21T09:41:05.302 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2024-01-21T09:41:05.302 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T09:41:05.302 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T09:41:05.302 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "modified": "2024-01-21T09:40:54.892809+0000", 2024-01-21T09:41:05.302 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "services": {} 2024-01-21T09:41:05.302 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2024-01-21T09:41:05.302 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T09:41:05.302 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: } 2024-01-21T09:41:05.857 INFO:teuthology.orchestra.run.smithi118.stderr:mgr not available, waiting (2/15)... 2024-01-21T09:41:06.015 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:05 smithi118 conmon[35245]: audit 2024-01-21T09:41:05.290346+0000 mon.smithi118 (mon.0) 8 : 2024-01-21T09:41:06.015 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:05 smithi118 conmon[35245]: audit [DBG] from='client.? 172.21.15.118:0/995239544' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T09:41:07.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: cluster 2024-01-21T09:41:07.059159+0000 mon.smithi118 (mon.0) 9 : 2024-01-21T09:41:07.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: cluster [INF] Activating manager daemon smithi118.lddrqf 2024-01-21T09:41:07.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: cluster 2024-01-21T09:41:07.061721+0000 mon.smithi118 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi118.lddrqf(active, starting, since 0.00265949s) 2024-01-21T09:41:07.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: audit 2024-01-21T09:41:07.062394+0000 mon.smithi118 2024-01-21T09:41:07.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: (mon.0) 11 : audit [DBG] 2024-01-21T09:41:07.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: from='mgr.14100 172.21.15.118:0/2846862153' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T09:41:07.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: audit 2024-01-21 2024-01-21T09:41:07.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: T09:41:07.062578+0000 2024-01-21T09:41:07.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: mon.smithi118 (mon.0) 12 : audit [DBG] 2024-01-21T09:41:07.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: from='mgr.14100 172.21.15.118:0/2846862153' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T09:41:07.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: audit 2024 2024-01-21T09:41:07.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: -01-21T09:41:07 2024-01-21T09:41:07.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: .062681+0000 mon.smithi118 (mon.0 2024-01-21T09:41:07.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: ) 13 : audit [DBG] from='mgr.14100 172.21.15.118:0/2846862153' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T09:41:07.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: audit 2024-01-21T09: 2024-01-21T09:41:07.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: 41:07.062785+0000 mon.smithi118 (mon.0 2024-01-21T09:41:07.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: ) 14 : audit [DBG] from='mgr.14100 172.21.15.118:0/2846862153' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mon metadata", "id": "smithi118"}]: dispatch 2024-01-21T09:41:07.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: audit 2024- 2024-01-21T09:41:07.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: 01-21T09:41:07.063113 2024-01-21T09:41:07.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: +0000 mon.smithi118 (mon.0) 15 2024-01-21T09:41:07.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: : audit [DBG] from='mgr.14100 172.21.15.118:0/2846862153' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mgr metadata", "who": "smithi118.lddrqf", "id": "smithi118.lddrqf"}]: dispatch 2024-01-21T09:41:07.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: cluster 2024-01-21T09:41:07.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: 2024-01-21T09:41: 2024-01-21T09:41:07.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: 07.076875+0000 mon.smithi118 (mon. 2024-01-21T09:41:07.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: 0) 16 : cluster [INF] Manager daemon smithi118.lddrqf is now available 2024-01-21T09:41:07.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: 2024-01-21T09:41:07.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: audit 2024-01-21 2024-01-21T09:41:07.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: T09:41:07.085365+0000 2024-01-21T09:41:07.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: mon.smithi118 (mon.0) 17 : audit 2024-01-21T09:41:07.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: [INF] from='mgr.14100 172.21.15.118:0/2846862153' entity='mgr.smithi118.lddrqf' 2024-01-21T09:41:07.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: audit 2024 2024-01-21T09:41:07.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: -01-21T09:41:07 2024-01-21T09:41:07.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: .090510+0000 mon.smithi118 (mon.0 2024-01-21T09:41:07.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: ) 18 : audit [INF] from='mgr.14100 172.21.15.118:0/2846862153' entity='mgr.smithi118.lddrqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi118.lddrqf/mirror_snapshot_schedule"}]: dispatch 2024-01-21T09:41:07.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: audit 2024 2024-01-21T09:41:07.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: -01-21T09:41:07 2024-01-21T09:41:07.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: .093400+0000 mon.smithi118 (mon.0) 2024-01-21T09:41:07.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: 19 : audit [INF] from='mgr.14100 172.21.15.118:0/2846862153' entity='mgr.smithi118.lddrqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi118.lddrqf/trash_purge_schedule"}]: dispatch 2024-01-21T09:41:07.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: audit 2024 2024-01-21T09:41:07.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: -01-21T09:41:07 2024-01-21T09:41:07.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: .095926+0000 mon.smithi118 (mon.0 2024-01-21T09:41:07.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: ) 20 : audit [INF] from='mgr.14100 172.21.15.118:0/2846862153' entity='mgr.smithi118.lddrqf' 2024-01-21T09:41:07.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: audit 2024 2024-01-21T09:41:07.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: -01-21T09:41:07 2024-01-21T09:41:07.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: .097639+0000 mon.smithi118 (mon.0 2024-01-21T09:41:07.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:07 smithi118 conmon[35245]: ) 21 : audit [INF] from='mgr.14100 172.21.15.118:0/2846862153' entity='mgr.smithi118.lddrqf' 2024-01-21T09:41:08.526 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: 2024-01-21T09:41:08.526 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: { 2024-01-21T09:41:08.527 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "fsid": "111bae68-b841-11ee-95b0-87774f69a715", 2024-01-21T09:41:08.527 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "health": { 2024-01-21T09:41:08.527 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T09:41:08.527 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T09:41:08.527 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T09:41:08.527 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2024-01-21T09:41:08.527 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T09:41:08.527 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T09:41:08.527 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: 0 2024-01-21T09:41:08.527 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: ], 2024-01-21T09:41:08.527 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T09:41:08.527 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "smithi118" 2024-01-21T09:41:08.527 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: ], 2024-01-21T09:41:08.527 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "quorum_age": 8, 2024-01-21T09:41:08.528 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T09:41:08.528 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T09:41:08.528 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T09:41:08.528 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T09:41:08.528 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2024-01-21T09:41:08.528 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T09:41:08.528 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T09:41:08.528 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T09:41:08.528 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T09:41:08.528 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T09:41:08.528 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T09:41:08.528 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T09:41:08.528 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T09:41:08.528 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2024-01-21T09:41:08.529 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T09:41:08.529 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T09:41:08.529 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T09:41:08.529 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T09:41:08.529 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T09:41:08.529 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T09:41:08.529 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T09:41:08.529 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T09:41:08.529 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T09:41:08.529 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2024-01-21T09:41:08.529 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T09:41:08.529 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T09:41:08.529 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T09:41:08.529 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T09:41:08.529 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2024-01-21T09:41:08.530 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T09:41:08.530 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "available": true, 2024-01-21T09:41:08.530 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T09:41:08.530 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T09:41:08.530 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "iostat", 2024-01-21T09:41:08.530 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "nfs", 2024-01-21T09:41:08.530 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "restful" 2024-01-21T09:41:08.530 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: ], 2024-01-21T09:41:08.530 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "services": {} 2024-01-21T09:41:08.530 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2024-01-21T09:41:08.530 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T09:41:08.530 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T09:41:08.530 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "modified": "2024-01-21T09:40:54.892809+0000", 2024-01-21T09:41:08.530 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "services": {} 2024-01-21T09:41:08.531 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2024-01-21T09:41:08.531 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T09:41:08.531 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: } 2024-01-21T09:41:09.064 INFO:teuthology.orchestra.run.smithi118.stderr:mgr is available 2024-01-21T09:41:09.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:09 smithi118 conmon[35245]: cluster 2024-01-21T09:41:08.064921+0000 mon.smithi118 (mon.0) 22 : cluster 2024-01-21T09:41:09.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:09 smithi118 conmon[35245]: [DBG] mgrmap e3: smithi118.lddrqf(active, since 1.00586s) 2024-01-21T09:41:09.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:09 smithi118 conmon[35245]: audit 2024-01-21T09:41:08.520436+0000 mon.smithi118 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.118:0/3026755049' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T09:41:09.660 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: 2024-01-21T09:41:09.660 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: [global] 2024-01-21T09:41:09.660 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: fsid = 111bae68-b841-11ee-95b0-87774f69a715 2024-01-21T09:41:09.660 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-21T09:41:09.660 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-21T09:41:09.660 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-21T09:41:09.660 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-21T09:41:09.660 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: 2024-01-21T09:41:09.661 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: [mgr] 2024-01-21T09:41:09.661 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-21T09:41:09.661 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: 2024-01-21T09:41:09.661 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: [osd] 2024-01-21T09:41:09.661 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-21T09:41:09.661 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-21T09:41:10.198 INFO:teuthology.orchestra.run.smithi118.stderr:Enabling cephadm module... 2024-01-21T09:41:10.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:10 smithi118 conmon[35245]: cluster 2024-01-21T09:41:09.065608+0000 mon.smithi118 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi118.lddrqf(active, since 2s) 2024-01-21T09:41:10.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:10 smithi118 conmon[35245]: audit 2024-01-21T09:41:09 2024-01-21T09:41:10.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:10 smithi118 conmon[35245]: .658007+0000 mon.smithi118 (mon.0) 25 : audit [INF] from='client.? 172.21.15.118:0/3488145142' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-21T09:41:11.319 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:11 smithi118 conmon[35245]: audit 2024-01-21T09:41:10.820288+0000 mon.smithi118 (mon.0 2024-01-21T09:41:11.319 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:11 smithi118 conmon[35245]: ) 26 : audit [INF] from='client.? 172.21.15.118:0/3106336601' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-21T09:41:12.274 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: { 2024-01-21T09:41:12.274 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-21T09:41:12.274 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "available": true, 2024-01-21T09:41:12.274 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "active_name": "smithi118.lddrqf", 2024-01-21T09:41:12.274 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-21T09:41:12.275 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: } 2024-01-21T09:41:12.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:12 smithi118 conmon[35245]: audit 2024-01-21T09:41:11.068161+0000 mon.smithi118 (mon.0) 27 : audit [INF] from='client.? 172.21.15.118:0/3106336601' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-21T09:41:12.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:12 smithi118 conmon[35245]: 2024-01-21T09:41:12.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:12 smithi118 conmon[35245]: cluster 2024-01-21T09:41:11.068215+0000 mon.smithi118 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi118.lddrqf(active, since 4s) 2024-01-21T09:41:12.827 INFO:teuthology.orchestra.run.smithi118.stderr:Waiting for the mgr to restart... 2024-01-21T09:41:12.827 INFO:teuthology.orchestra.run.smithi118.stderr:Waiting for mgr epoch 5... 2024-01-21T09:41:13.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:13 smithi118 conmon[35245]: audit 2024-01-21T09:41:12.272130+0000 mon.smithi118 (mon.0 2024-01-21T09:41:13.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:13 smithi118 conmon[35245]: ) 29 : audit [DBG] from='client.? 172.21.15.118:0/2503240588' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-21T09:41:16.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:16 smithi118 conmon[35245]: cluster 2024-01-21T09:41:16.401163+0000 mon.smithi118 (mon.0) 2024-01-21T09:41:16.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:16 smithi118 conmon[35245]: 30 : cluster [INF] Active manager daemon smithi118.lddrqf restarted 2024-01-21T09:41:16.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:16 smithi118 conmon[35245]: cluster 2024-01-21T09:41:16.401460+0000 mon.smithi118 (mon.0) 31 : cluster [INF] Activating manager daemon smithi118.lddrqf 2024-01-21T09:41:16.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:16 smithi118 conmon[35245]: cluster 2024-01-21T09:41:16.404470+0000 mon.smithi118 (mon. 2024-01-21T09:41:16.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:16 smithi118 conmon[35245]: 0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-21T09:41:16.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:16 smithi118 conmon[35245]: cluster 2024-01-21T09:41:16.404575+0000 mon.smithi118 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi118.lddrqf(active, starting, since 0.00322959s) 2024-01-21T09:41:16.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:16 smithi118 conmon[35245]: 2024-01-21T09:41:16.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:16 smithi118 conmon[35245]: audit 2024-01-21T09:41:16.405253+0000 mon.smithi118 (mon.0) 34 : audit 2024-01-21T09:41:16.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:16 smithi118 conmon[35245]: [DBG] from='mgr.14116 172.21.15.118:0/863957749' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mon metadata", "id": "smithi118"}]: dispatch 2024-01-21T09:41:16.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:16 smithi118 conmon[35245]: audit 2024-01-21T09:41:16.405826+0000 2024-01-21T09:41:16.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:16 smithi118 conmon[35245]: mon.smithi118 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.118:0/863957749' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mgr metadata", "who": "smithi118.lddrqf", "id": "smithi118.lddrqf"}]: dispatch 2024-01-21T09:41:16.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:16 smithi118 conmon[35245]: audit 2024- 2024-01-21T09:41:16.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:16 smithi118 conmon[35245]: 01-21T09:41:16.406454+0000 mon.smithi118 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.118:0/863957749' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T09:41:16.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:16 smithi118 conmon[35245]: audit 2024-01-21T09:41:16.406602+0000 mon.smithi118 (mon.0) 37 : audit 2024-01-21T09:41:16.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:16 smithi118 conmon[35245]: [DBG] from='mgr.14116 172.21.15.118:0/863957749' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T09:41:16.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:16 smithi118 conmon[35245]: audit 2024-01-21T09:41 2024-01-21T09:41:16.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:16 smithi118 conmon[35245]: :16.406731+0000 mon.smithi118 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.118:0/863957749' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T09:41:16.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:16 smithi118 conmon[35245]: cluster 2024-01-21T09:41:16.408569+0000 mon.smithi118 (mon.0) 2024-01-21T09:41:16.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:16 smithi118 conmon[35245]: 39 : cluster [INF] Manager daemon smithi118.lddrqf is now available 2024-01-21T09:41:16.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:16 smithi118 conmon[35245]: audit 2024 2024-01-21T09:41:16.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:16 smithi118 conmon[35245]: -01-21T09:41:16.420423+0000 mon.smithi118 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.118:0/863957749' entity='mgr.smithi118.lddrqf' 2024-01-21T09:41:17.413 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: { 2024-01-21T09:41:17.414 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-21T09:41:17.414 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "initialized": true 2024-01-21T09:41:17.414 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: } 2024-01-21T09:41:17.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:17 smithi118 conmon[35245]: cephadm 2024-01-21T09:41:16.417978+0000 mgr.smithi118.lddrqf (mgr.14116) 1 : 2024-01-21T09:41:17.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:17 smithi118 conmon[35245]: cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-21T09:41:17.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:17 smithi118 conmon[35245]: audit 2024-01-21T09:41:16.505550+0000 mon.smithi118 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.118:0/863957749' entity='mgr.smithi118.lddrqf' 2024-01-21T09:41:17.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:17 smithi118 conmon[35245]: audit 2024-01-21T09:41:16.506635 2024-01-21T09:41:17.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:17 smithi118 conmon[35245]: +0000 mon.smithi118 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.118:0/863957749' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:41:17.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:17 smithi118 conmon[35245]: audit 2024-01-21T09:41:16.507801+0000 mon.smithi118 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.118:0/863957749' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:41:17.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:17 smithi118 conmon[35245]: audit 2024-01-21T09:41:16.509673+0000 mon.smithi118 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.118:0/863957749' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:41:17.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:17 smithi118 conmon[35245]: 2024-01-21T09:41:17.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:17 smithi118 conmon[35245]: audit 2024-01-21T09:41:16.523235 2024-01-21T09:41:17.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:17 smithi118 conmon[35245]: +0000 mon.smithi118 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.118:0/863957749' entity='mgr.smithi118.lddrqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi118.lddrqf/mirror_snapshot_schedule"}]: dispatch 2024-01-21T09:41:17.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:17 smithi118 conmon[35245]: audit 2024-01-21T09 2024-01-21T09:41:17.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:17 smithi118 conmon[35245]: :41:16.525863+0000 mon.smithi118 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.118:0/863957749' entity='mgr.smithi118.lddrqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi118.lddrqf/trash_purge_schedule"}]: dispatch 2024-01-21T09:41:17.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:17 smithi118 conmon[35245]: cluster 2024-01-21T09:41:17.406733+0000 mon.smithi118 (mon.0) 47 2024-01-21T09:41:17.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:17 smithi118 conmon[35245]: : cluster [DBG] mgrmap e7: smithi118.lddrqf(active, since 1.00538s) 2024-01-21T09:41:17.939 INFO:teuthology.orchestra.run.smithi118.stderr:mgr epoch 5 is available 2024-01-21T09:41:17.939 INFO:teuthology.orchestra.run.smithi118.stderr:Setting orchestrator backend to cephadm... 2024-01-21T09:41:18.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:18 smithi118 conmon[35245]: audit 2024-01-21T09:41:17.406159+0000 mgr.smithi118.lddrqf (mgr.14116) 2 : 2024-01-21T09:41:18.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:18 smithi118 conmon[35245]: audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-21T09:41:18.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:18 smithi118 conmon[35245]: audit 2024-01-21T09:41:17.412879+0000 mgr.smithi118.lddrqf (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-21T09:41:19.655 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: value unchanged 2024-01-21T09:41:19.812 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:19 smithi118 conmon[35245]: cluster 2024-01-21T09:41:18.509139+0000 mon.smithi118 (mon.0) 2024-01-21T09:41:19.812 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:19 smithi118 conmon[35245]: 48 : cluster [DBG] mgrmap e8: smithi118.lddrqf(active, since 2s) 2024-01-21T09:41:19.812 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:19 smithi118 conmon[35245]: audit 2024-01-21T09:41:18.526715+0000 mgr.smithi118.lddrqf (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:41:19.812 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:19 smithi118 conmon[35245]: audit 2024-01-21T09:41:18.530159+0000 mon.smithi118 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.118:0/863957749' entity='mgr.smithi118.lddrqf' 2024-01-21T09:41:19.813 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:19 smithi118 conmon[35245]: audit 2024-01-21T09:41:18.583880+0000 mon.smithi118 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.118:0/863957749' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:41:20.154 INFO:teuthology.orchestra.run.smithi118.stderr:Generating ssh key... 2024-01-21T09:41:20.989 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:20 smithi118 conmon[35245]: audit 2024-01-21T09:41:19.654860+0000 mgr.smithi118.lddrqf (mgr.14116) 5 2024-01-21T09:41:20.989 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:20 smithi118 conmon[35245]: : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:41:22.063 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQChbBL0iFDIYRkOWrlSY5FJ4h9oqK7N62DK2R6cLs2VYXeJq0ME6jM5RoFD/Pb4RSDUoa/PUBJSNCSh+y1ejOT38tc2HIBogK4+Vq1rVnL1+yN5+DuakFeJ4KG9iGBHcgJMUpwyIqGVGP4Koy1eCmDknAWK1IOCHrLWz8HI+e0MP/m8Bjn0560Hj/gRT+hwv05g9AoDK1uwrWgmHwaRKqBF/5xDyXxxXIBTveRYoC8YM9tJPcqetatycXoiHHn+cL0mm+P3OJvAI3OvCQD8U7JdSNKm6xDjYG58CM8a7wbIhlnRjJwIU78Px3m7xHBDuXDAFW2np6/IP6kXqt5It3f0YNiigU7HeCU1tAZ8EbuLfn+R+XOwfcaVplCWfKZoakfTwmWy2pS0bOHIuHpFUgU4Zv5IF6LQJYmvbvx2MMzUDXNqCBX4/xmbmyZySjlIqt6Icxd5AExzwURPbplxgXeZcqvFXSOLl1Xk5xrpAgGBMDT/uWQWEjRYHOo70vSQHAs= ceph-111bae68-b841-11ee-95b0-87774f69a715 2024-01-21T09:41:22.220 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:21 smithi118 conmon[35245]: audit 2024-01-21T09:41:20.764960+0000 mgr.smithi118.lddrqf (mgr.14116) 6 2024-01-21T09:41:22.220 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:21 smithi118 conmon[35245]: : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:41:22.220 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:21 smithi118 conmon[35245]: cephadm 2024-01-21T09:41:20.765211+0000 mgr.smithi118.lddrqf (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-01-21T09:41:22.220 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:21 smithi118 conmon[35245]: audit 2024-01- 2024-01-21T09:41:22.220 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:21 smithi118 conmon[35245]: 21T09:41:20.958502+0000 mon.smithi118 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.118:0/863957749' entity='mgr.smithi118.lddrqf' 2024-01-21T09:41:22.220 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:21 smithi118 conmon[35245]: audit 2024-01-21T09: 2024-01-21T09:41:22.220 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:21 smithi118 conmon[35245]: 41:20.960107+0000 mon.smithi118 (mon.0) 52 2024-01-21T09:41:22.221 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:21 smithi118 conmon[35245]: : audit [INF] from='mgr.14116 172.21.15.118:0/863957749' entity='mgr.smithi118.lddrqf' 2024-01-21T09:41:22.538 INFO:teuthology.orchestra.run.smithi118.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-21T09:41:22.538 INFO:teuthology.orchestra.run.smithi118.stderr:Adding key to root@localhost authorized_keys... 2024-01-21T09:41:22.540 INFO:teuthology.orchestra.run.smithi118.stderr:Adding host smithi118... 2024-01-21T09:41:23.226 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:22 smithi118 conmon[35245]: audit 2024-01-21T09:41:22.062173+0000 mgr.smithi118.lddrqf 2024-01-21T09:41:23.226 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:22 smithi118 conmon[35245]: (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:41:23.706 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: Added host 'smithi118' with addr '172.21.15.118' 2024-01-21T09:41:24.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:23 smithi118 conmon[35245]: audit 2024-01-21T09:41:23.086648+0000 mgr.smithi118.lddrqf (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi118", "addr": "172.21.15.118", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:41:24.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:23 smithi118 conmon[35245]: audit 2024-01-21T09:41:23.704960+0000 mon.smithi118 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.118:0/863957749' entity='mgr.smithi118.lddrqf' 2024-01-21T09:41:24.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:23 smithi118 conmon[35245]: audit 2024-01-21T09:41:23.709021+0000 mon.smithi118 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.118:0/863957749' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:41:24.221 INFO:teuthology.orchestra.run.smithi118.stderr:Deploying mon service with default placement... 2024-01-21T09:41:24.917 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-21T09:41:25.133 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:24 smithi118 conmon[35245]: cephadm 2024-01-21T09:41:23.705263+0000 mgr.smithi118.lddrqf 2024-01-21T09:41:25.134 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:24 smithi118 conmon[35245]: (mgr.14116) 10 : cephadm [INF] Added host smithi118 2024-01-21T09:41:25.134 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:24 smithi118 conmon[35245]: audit 2024-01-21T09:41:24.916105+0000 mon.smithi118 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.118:0/863957749' entity='mgr.smithi118.lddrqf' 2024-01-21T09:41:25.845 INFO:teuthology.orchestra.run.smithi118.stderr:Deploying mgr service with default placement... 2024-01-21T09:41:26.083 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:25 smithi118 conmon[35245]: audit 2024-01-21T09:41:24.913000+0000 mgr.smithi118.lddrqf (mgr 2024-01-21T09:41:26.083 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:25 smithi118 conmon[35245]: .14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:41:26.083 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:25 smithi118 conmon[35245]: cephadm 2024-01-21T09:41:24.914088+0000 mgr.smithi118.lddrqf (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-21T09:41:26.083 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:25 smithi118 conmon[35245]: audit 2024-01-21T09:41:25.852634+0000 mon.smithi118 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.118:0/863957749' entity='mgr.smithi118.lddrqf' 2024-01-21T09:41:26.496 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-21T09:41:27.328 INFO:teuthology.orchestra.run.smithi118.stderr:Deploying crash service with default placement... 2024-01-21T09:41:27.332 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:27 smithi118 conmon[35245]: audit 2024-01-21T09:41:26.115532+0000 mon.smithi118 (mon. 2024-01-21T09:41:27.332 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:27 smithi118 conmon[35245]: 0) 57 : audit [INF] from='mgr.14116 172.21.15.118:0/863957749' entity='mgr.smithi118.lddrqf' 2024-01-21T09:41:27.332 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:27 smithi118 conmon[35245]: audit 2024-01-21T09:41:26.491211+0000 mgr.smithi118.lddrqf (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:41:27.332 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:27 smithi118 conmon[35245]: cephadm 2024-01-21T09:41:26.492081+0000 mgr.smithi118.lddrqf (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-21T09:41:27.332 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:27 smithi118 conmon[35245]: audit 2024-01-21T 2024-01-21T09:41:27.332 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:27 smithi118 conmon[35245]: 09:41:26.495073+0000 mon.smithi118 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.118:0/863957749' entity='mgr.smithi118.lddrqf' 2024-01-21T09:41:27.949 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-21T09:41:28.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:28 smithi118 conmon[35245]: audit 2024-01-21T09:41:27.387611+0000 mon.smithi118 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.118:0/863957749' entity='mgr.smithi118.lddrqf' 2024-01-21T09:41:28.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:28 smithi118 conmon[35245]: audit 2024-01-21T09:41:27.945850+0000 mgr.smithi118.lddrqf (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:41:28.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:28 smithi118 conmon[35245]: cephadm 2024-01-21T09:41:27.946805+0000 mgr.smithi118.lddrqf (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-01-21T09:41:28.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:28 smithi118 conmon[35245]: audit 2024-01-21T09:41:27.948827+0000 mon.smithi118 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.118:0/863957749' entity='mgr.smithi118.lddrqf' 2024-01-21T09:41:28.841 INFO:teuthology.orchestra.run.smithi118.stderr:Deploying prometheus service with default placement... 2024-01-21T09:41:29.528 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-21T09:41:30.053 INFO:teuthology.orchestra.run.smithi118.stderr:Deploying grafana service with default placement... 2024-01-21T09:41:30.666 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-21T09:41:30.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:30 smithi118 conmon[35245]: audit 2024-01-21T09:41:29.524946+0000 2024-01-21T09:41:30.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:30 smithi118 conmon[35245]: mgr.smithi118.lddrqf (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:41:30.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:30 smithi118 conmon[35245]: cephadm 2024-01-21T09:41:29.525825+0000 mgr.smithi118.lddrqf (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-21T09:41:30.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:30 smithi118 conmon[35245]: audit 2024-01-21T09:41:29.527979+0000 mon.smithi118 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.118:0/863957749' entity='mgr.smithi118.lddrqf' 2024-01-21T09:41:31.186 INFO:teuthology.orchestra.run.smithi118.stderr:Deploying node-exporter service with default placement... 2024-01-21T09:41:31.831 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-21T09:41:31.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:31 smithi118 conmon[35245]: audit 2024-01-21T09:41:30.662309+0000 mgr.smithi118.lddrqf (mgr.14116) 19 2024-01-21T09:41:31.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:31 smithi118 conmon[35245]: : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:41:31.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:31 smithi118 conmon[35245]: cephadm 2024-01-21T09:41:30.663102+0000 mgr.smithi118.lddrqf (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-21T09:41:31.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:31 smithi118 conmon[35245]: audit 2024-01-21T09:41:30.665256+0000 2024-01-21T09:41:31.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:31 smithi118 conmon[35245]: mon.smithi118 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.118:0/863957749' entity='mgr.smithi118.lddrqf' 2024-01-21T09:41:32.369 INFO:teuthology.orchestra.run.smithi118.stderr:Deploying alertmanager service with default placement... 2024-01-21T09:41:32.967 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-21T09:41:33.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:32 smithi118 conmon[35245]: audit 2024-01-21T09:41:31.827002+0000 mgr.smithi118.lddrqf (mgr.14116) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:41:33.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:32 smithi118 conmon[35245]: cephadm 2024-01-21T09:41:31.827881+0000 mgr.smithi118.lddrqf (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-21T09:41:33.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:32 smithi118 conmon[35245]: audit 2024-01-21T09:41:31.830161+0000 mon.smithi118 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.118:0/863957749' entity='mgr.smithi118.lddrqf' 2024-01-21T09:41:34.260 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:33 smithi118 conmon[35245]: audit 2024-01-21T09:41:32.963775+0000 mgr.smithi118.lddrqf (mgr.14116) 23 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:41:34.260 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:33 smithi118 conmon[35245]: cephadm 2024-01-21T09:41:32.964611+0000 2024-01-21T09:41:34.261 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:33 smithi118 conmon[35245]: mgr.smithi118.lddrqf (mgr.14116) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-21T09:41:34.261 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:33 smithi118 conmon[35245]: audit 2024-01-21T09:41:32.966669+0000 mon.smithi118 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.118:0/863957749' entity='mgr.smithi118.lddrqf' 2024-01-21T09:41:35.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:35 smithi118 conmon[35245]: audit 2024-01-21T09:41:34.077612+0000 mon.smithi118 (mon.0) 65 : audit [INF] from='client.? 172.21.15.118:0/2442133664' entity='client.admin' 2024-01-21T09:41:35.802 INFO:teuthology.orchestra.run.smithi118.stderr:Enabling the dashboard module... 2024-01-21T09:41:36.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:36 smithi118 conmon[35245]: audit 2024-01-21T09:41:35.249457+0000 mon.smithi118 (mon.0) 66 : audit 2024-01-21T09:41:36.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:36 smithi118 conmon[35245]: [INF] from='client.? 172.21.15.118:0/2911443817' entity='client.admin' 2024-01-21T09:41:37.665 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:37 smithi118 conmon[35245]: cluster 2024-01-21T09:41:36.407858+0000 mgr.smithi118.lddrqf (mgr.14116) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:41:37.665 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:37 smithi118 conmon[35245]: 2024-01-21T09:41:37.665 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:37 smithi118 conmon[35245]: audit 2024-01-21T09:41:36.442268+0000 mon.smithi118 (mon.0) 67 : audit [INF] from='client.? 172.21.15.118:0/3159522938' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-21T09:41:38.589 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: { 2024-01-21T09:41:38.589 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "epoch": 9, 2024-01-21T09:41:38.589 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "available": true, 2024-01-21T09:41:38.589 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "active_name": "smithi118.lddrqf", 2024-01-21T09:41:38.589 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-21T09:41:38.589 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: } 2024-01-21T09:41:38.759 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:38 smithi118 conmon[35245]: audit 2024-01-21T09:41:37.414039+0000 mon.smithi118 (mon.0 2024-01-21T09:41:38.759 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:38 smithi118 conmon[35245]: ) 68 : audit [INF] from='client.? 172.21.15.118:0/3159522938' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-21T09:41:38.759 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:38 smithi118 conmon[35245]: cluster 2024-01-21T09:41:37.414109+0000 mon.smithi118 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi118.lddrqf(active, since 21s) 2024-01-21T09:41:39.122 INFO:teuthology.orchestra.run.smithi118.stderr:Waiting for the mgr to restart... 2024-01-21T09:41:39.123 INFO:teuthology.orchestra.run.smithi118.stderr:Waiting for mgr epoch 9... 2024-01-21T09:41:39.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:39 smithi118 conmon[35245]: audit 2024-01-21T09:41:38.587759+0000 mon.smithi118 (mon.0) 70 : audit 2024-01-21T09:41:39.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:39 smithi118 conmon[35245]: [DBG] from='client.? 172.21.15.118:0/2642591486' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-21T09:41:43.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:42 smithi118 conmon[35245]: cluster 2024-01-21T09:41:42.813111+0000 mon.smithi118 (mon.0) 71 : cluster [INF] Active manager daemon smithi118.lddrqf restarted 2024-01-21T09:41:43.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:42 smithi118 conmon[35245]: cluster 2024-01-21T09:41:42.813385+0000 mon.smithi118 (mon.0) 72 : cluster [INF] Activating manager daemon smithi118.lddrqf 2024-01-21T09:41:43.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:42 smithi118 conmon[35245]: cluster 2024-01-21T09:41:42.816003+0000 mon.smithi118 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-21T09:41:43.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:42 smithi118 conmon[35245]: cluster 2024-01-21T09:41:42.816103+0000 mon.smithi118 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi118.lddrqf(active, starting, since 0.00281092s) 2024-01-21T09:41:43.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:42 smithi118 conmon[35245]: audit 2024-01-21T09:41:43.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:42 smithi118 conmon[35245]: 2024-01-21T09:41:42.817006+0000 mon.smithi118 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.118:0/2905876112' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mon metadata", "id": "smithi118"}]: dispatch 2024-01-21T09:41:43.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:42 smithi118 conmon[35245]: audit 2024-01-21T09:41:42.817635+0000 mon.smithi118 (mon.0) 76 : audit 2024-01-21T09:41:43.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:42 smithi118 conmon[35245]: [DBG] from='mgr.14156 172.21.15.118:0/2905876112' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mgr metadata", "who": "smithi118.lddrqf", "id": "smithi118.lddrqf"}]: dispatch 2024-01-21T09:41:43.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:42 smithi118 conmon[35245]: audit 2024-01-21T09 2024-01-21T09:41:43.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:42 smithi118 conmon[35245]: :41:42.818289+0000 mon.smithi118 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.118:0/2905876112' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T09:41:43.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:42 smithi118 conmon[35245]: audit 2024- 2024-01-21T09:41:43.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:42 smithi118 conmon[35245]: 01-21T09:41:42.818443+0000 mon.smithi118 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.118:0/2905876112' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T09:41:43.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:42 smithi118 conmon[35245]: audit 2024-01-21T09:41:42.818558+0000 mon.smithi118 (mon.0) 79 2024-01-21T09:41:43.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:42 smithi118 conmon[35245]: : audit [DBG] from='mgr.14156 172.21.15.118:0/2905876112' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T09:41:43.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:42 smithi118 conmon[35245]: cluster 2024-01-21T 2024-01-21T09:41:43.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:42 smithi118 conmon[35245]: 09:41:42.831919+0000 mon.smithi118 (mon.0) 80 : cluster [INF] Manager daemon smithi118.lddrqf is now available 2024-01-21T09:41:43.824 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: { 2024-01-21T09:41:43.824 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-01-21T09:41:43.824 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "initialized": true 2024-01-21T09:41:43.824 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: } 2024-01-21T09:41:44.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:43 smithi118 conmon[35245]: audit 2024-01-21T09:41:42.925925+0000 2024-01-21T09:41:44.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:43 smithi118 conmon[35245]: mon.smithi118 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.118:0/2905876112' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:41:44.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:43 smithi118 conmon[35245]: audit 2024-01-21T09:41:42.927441+0000 mon.smithi118 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.118:0/2905876112' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:41:44.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:43 smithi118 conmon[35245]: audit 2024-01-21T09:41:42.952630+0000 mon.smithi118 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.118:0/2905876112' entity='mgr.smithi118.lddrqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi118.lddrqf/mirror_snapshot_schedule"}]: dispatch 2024-01-21T09:41:44.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:43 smithi118 conmon[35245]: audit 2024-01-21T09:41:42.955271+0000 mon.smithi118 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.118:0/2905876112' entity='mgr.smithi118.lddrqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi118.lddrqf/trash_purge_schedule"}]: dispatch 2024-01-21T09:41:44.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:43 smithi118 conmon[35245]: cluster 2024-01-21T09:41:43.818056+0000 mon.smithi118 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi118.lddrqf(active, since 1.00476s) 2024-01-21T09:41:44.382 INFO:teuthology.orchestra.run.smithi118.stderr:mgr epoch 9 is available 2024-01-21T09:41:44.383 INFO:teuthology.orchestra.run.smithi118.stderr:Generating a dashboard self-signed certificate... 2024-01-21T09:41:45.130 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-21T09:41:45.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:45 smithi118 conmon[35245]: audit 2024-01-21T09:41:43.817400+0000 mgr.smithi118.lddrqf (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-21T09:41:45.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:45 smithi118 conmon[35245]: audit 2024-01-21T09:41:43.823514+0000 mgr.smithi118.lddrqf (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-21T09:41:45.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:45 smithi118 conmon[35245]: audit 2024-01-21T09:41:44.363641+0000 mon.smithi118 (mon.0) 86 : audit [INF] from='mgr.14156 172.21.15.118:0/2905876112' entity='mgr.smithi118.lddrqf' 2024-01-21T09:41:45.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:45 smithi118 conmon[35245]: audit 2024-01-21T09:41:45.127669+0000 mon.smithi118 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.118:0/2905876112' entity='mgr.smithi118.lddrqf' 2024-01-21T09:41:45.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:45 smithi118 conmon[35245]: audit 2024-01-21T09:41:45.129398+0000 mon.smithi118 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.118:0/2905876112' entity='mgr.smithi118.lddrqf' 2024-01-21T09:41:45.900 INFO:teuthology.orchestra.run.smithi118.stderr:Creating initial admin user... 2024-01-21T09:41:46.728 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$WcR8/Hw4A31dIYhRm0ZNluLFneCJo4lY3wk4Dkc/ojzjf3ZedtTpq", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705830106, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-21T09:41:46.750 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:46 smithi118 conmon[35245]: audit 2024-01-21T09:41:44.986590+0000 mgr.smithi118.lddrqf (mgr.14156) 3 2024-01-21T09:41:46.750 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:46 smithi118 conmon[35245]: : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:41:46.750 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:46 smithi118 conmon[35245]: cluster 2024-01-21T09:41:45.737331+0000 mon.smithi118 (mon.0) 89 : cluster [DBG] mgrmap e12: smithi118.lddrqf(active, since 2s) 2024-01-21T09:41:47.301 INFO:teuthology.orchestra.run.smithi118.stderr:Fetching dashboard port number... 2024-01-21T09:41:47.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:47 smithi118 conmon[35245]: audit 2024-01-21T09:41:46.512195+0000 mgr.smithi118.lddrqf (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-01-21T09:41:47.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:47 smithi118 conmon[35245]: audit 2024-01-21T09:41:46.727913 2024-01-21T09:41:47.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:47 smithi118 conmon[35245]: +0000 mon.smithi118 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.118:0/2905876112' entity='mgr.smithi118.lddrqf' 2024-01-21T09:41:47.963 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: 8443 2024-01-21T09:41:48.551 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: disabled 2024-01-21T09:41:48.558 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: inactive 2024-01-21T09:41:48.558 INFO:teuthology.orchestra.run.smithi118.stderr:firewalld.service is not enabled 2024-01-21T09:41:48.559 INFO:teuthology.orchestra.run.smithi118.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-21T09:41:48.561 INFO:teuthology.orchestra.run.smithi118.stderr:Ceph Dashboard is now available at: 2024-01-21T09:41:48.561 INFO:teuthology.orchestra.run.smithi118.stderr: 2024-01-21T09:41:48.561 INFO:teuthology.orchestra.run.smithi118.stderr: URL: https://smithi118:8443/ 2024-01-21T09:41:48.561 INFO:teuthology.orchestra.run.smithi118.stderr: User: admin 2024-01-21T09:41:48.561 INFO:teuthology.orchestra.run.smithi118.stderr: Password: hhhesj2hef 2024-01-21T09:41:48.561 INFO:teuthology.orchestra.run.smithi118.stderr: 2024-01-21T09:41:48.561 INFO:teuthology.orchestra.run.smithi118.stderr:Enabling autotune for osd_memory_target 2024-01-21T09:41:48.800 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:48 smithi118 conmon[35245]: audit 2024-01-21T09:41:47.962840+0000 mon.smithi118 (mon.0) 2024-01-21T09:41:48.800 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:48 smithi118 conmon[35245]: 91 : audit [DBG] from='client.? 172.21.15.118:0/3934515880' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-21T09:41:50.408 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-01-21T09:41:51.000 INFO:teuthology.orchestra.run.smithi118.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-01-21T09:41:51.000 INFO:teuthology.orchestra.run.smithi118.stderr: 2024-01-21T09:41:51.001 INFO:teuthology.orchestra.run.smithi118.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 111bae68-b841-11ee-95b0-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-21T09:41:51.001 INFO:teuthology.orchestra.run.smithi118.stderr: 2024-01-21T09:41:51.001 INFO:teuthology.orchestra.run.smithi118.stderr:Or, if you are only running a single cluster on this host: 2024-01-21T09:41:51.001 INFO:teuthology.orchestra.run.smithi118.stderr: 2024-01-21T09:41:51.001 INFO:teuthology.orchestra.run.smithi118.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-01-21T09:41:51.001 INFO:teuthology.orchestra.run.smithi118.stderr: 2024-01-21T09:41:51.001 INFO:teuthology.orchestra.run.smithi118.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-21T09:41:51.001 INFO:teuthology.orchestra.run.smithi118.stderr: 2024-01-21T09:41:51.001 INFO:teuthology.orchestra.run.smithi118.stderr: ceph telemetry on 2024-01-21T09:41:51.001 INFO:teuthology.orchestra.run.smithi118.stderr: 2024-01-21T09:41:51.001 INFO:teuthology.orchestra.run.smithi118.stderr:For more information see: 2024-01-21T09:41:51.001 INFO:teuthology.orchestra.run.smithi118.stderr: 2024-01-21T09:41:51.001 INFO:teuthology.orchestra.run.smithi118.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-01-21T09:41:51.001 INFO:teuthology.orchestra.run.smithi118.stderr: 2024-01-21T09:41:51.001 INFO:teuthology.orchestra.run.smithi118.stderr:Bootstrap complete. 2024-01-21T09:41:51.008 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:50 smithi118 conmon[35245]: cluster 2024-01-21T09:41:49.730628+0000 mon.smithi118 (mon.0) 92 : cluster [DBG] mgrmap e13: smithi118.lddrqf(active, since 6s) 2024-01-21T09:41:51.008 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:50 smithi118 conmon[35245]: audit 2024-01-21T09:41:50.405650+0000 mon.smithi118 (mon 2024-01-21T09:41:51.008 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:50 smithi118 conmon[35245]: .0) 93 : audit [INF] from='client.? 172.21.15.118:0/769270992' entity='client.admin' 2024-01-21T09:41:51.038 INFO:tasks.cephadm:Fetching config... 2024-01-21T09:41:51.038 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-21T09:41:51.039 DEBUG:teuthology.orchestra.run.smithi118:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-21T09:41:51.057 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-21T09:41:51.057 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-21T09:41:51.057 DEBUG:teuthology.orchestra.run.smithi118:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-21T09:41:51.114 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-21T09:41:51.114 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-21T09:41:51.115 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/var/lib/ceph/111bae68-b841-11ee-95b0-87774f69a715/mon.smithi118/keyring of=/dev/stdout 2024-01-21T09:41:51.183 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-21T09:41:51.184 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-21T09:41:51.184 DEBUG:teuthology.orchestra.run.smithi118:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-21T09:41:51.241 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-21T09:41:51.242 DEBUG:teuthology.orchestra.run.smithi118:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQChbBL0iFDIYRkOWrlSY5FJ4h9oqK7N62DK2R6cLs2VYXeJq0ME6jM5RoFD/Pb4RSDUoa/PUBJSNCSh+y1ejOT38tc2HIBogK4+Vq1rVnL1+yN5+DuakFeJ4KG9iGBHcgJMUpwyIqGVGP4Koy1eCmDknAWK1IOCHrLWz8HI+e0MP/m8Bjn0560Hj/gRT+hwv05g9AoDK1uwrWgmHwaRKqBF/5xDyXxxXIBTveRYoC8YM9tJPcqetatycXoiHHn+cL0mm+P3OJvAI3OvCQD8U7JdSNKm6xDjYG58CM8a7wbIhlnRjJwIU78Px3m7xHBDuXDAFW2np6/IP6kXqt5It3f0YNiigU7HeCU1tAZ8EbuLfn+R+XOwfcaVplCWfKZoakfTwmWy2pS0bOHIuHpFUgU4Zv5IF6LQJYmvbvx2MMzUDXNqCBX4/xmbmyZySjlIqt6Icxd5AExzwURPbplxgXeZcqvFXSOLl1Xk5xrpAgGBMDT/uWQWEjRYHOo70vSQHAs= ceph-111bae68-b841-11ee-95b0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-21T09:41:51.320 INFO:teuthology.orchestra.run.smithi118.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQChbBL0iFDIYRkOWrlSY5FJ4h9oqK7N62DK2R6cLs2VYXeJq0ME6jM5RoFD/Pb4RSDUoa/PUBJSNCSh+y1ejOT38tc2HIBogK4+Vq1rVnL1+yN5+DuakFeJ4KG9iGBHcgJMUpwyIqGVGP4Koy1eCmDknAWK1IOCHrLWz8HI+e0MP/m8Bjn0560Hj/gRT+hwv05g9AoDK1uwrWgmHwaRKqBF/5xDyXxxXIBTveRYoC8YM9tJPcqetatycXoiHHn+cL0mm+P3OJvAI3OvCQD8U7JdSNKm6xDjYG58CM8a7wbIhlnRjJwIU78Px3m7xHBDuXDAFW2np6/IP6kXqt5It3f0YNiigU7HeCU1tAZ8EbuLfn+R+XOwfcaVplCWfKZoakfTwmWy2pS0bOHIuHpFUgU4Zv5IF6LQJYmvbvx2MMzUDXNqCBX4/xmbmyZySjlIqt6Icxd5AExzwURPbplxgXeZcqvFXSOLl1Xk5xrpAgGBMDT/uWQWEjRYHOo70vSQHAs= ceph-111bae68-b841-11ee-95b0-87774f69a715 2024-01-21T09:41:51.333 DEBUG:teuthology.orchestra.run.smithi134:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQChbBL0iFDIYRkOWrlSY5FJ4h9oqK7N62DK2R6cLs2VYXeJq0ME6jM5RoFD/Pb4RSDUoa/PUBJSNCSh+y1ejOT38tc2HIBogK4+Vq1rVnL1+yN5+DuakFeJ4KG9iGBHcgJMUpwyIqGVGP4Koy1eCmDknAWK1IOCHrLWz8HI+e0MP/m8Bjn0560Hj/gRT+hwv05g9AoDK1uwrWgmHwaRKqBF/5xDyXxxXIBTveRYoC8YM9tJPcqetatycXoiHHn+cL0mm+P3OJvAI3OvCQD8U7JdSNKm6xDjYG58CM8a7wbIhlnRjJwIU78Px3m7xHBDuXDAFW2np6/IP6kXqt5It3f0YNiigU7HeCU1tAZ8EbuLfn+R+XOwfcaVplCWfKZoakfTwmWy2pS0bOHIuHpFUgU4Zv5IF6LQJYmvbvx2MMzUDXNqCBX4/xmbmyZySjlIqt6Icxd5AExzwURPbplxgXeZcqvFXSOLl1Xk5xrpAgGBMDT/uWQWEjRYHOo70vSQHAs= ceph-111bae68-b841-11ee-95b0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-21T09:41:51.380 INFO:teuthology.orchestra.run.smithi134.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQChbBL0iFDIYRkOWrlSY5FJ4h9oqK7N62DK2R6cLs2VYXeJq0ME6jM5RoFD/Pb4RSDUoa/PUBJSNCSh+y1ejOT38tc2HIBogK4+Vq1rVnL1+yN5+DuakFeJ4KG9iGBHcgJMUpwyIqGVGP4Koy1eCmDknAWK1IOCHrLWz8HI+e0MP/m8Bjn0560Hj/gRT+hwv05g9AoDK1uwrWgmHwaRKqBF/5xDyXxxXIBTveRYoC8YM9tJPcqetatycXoiHHn+cL0mm+P3OJvAI3OvCQD8U7JdSNKm6xDjYG58CM8a7wbIhlnRjJwIU78Px3m7xHBDuXDAFW2np6/IP6kXqt5It3f0YNiigU7HeCU1tAZ8EbuLfn+R+XOwfcaVplCWfKZoakfTwmWy2pS0bOHIuHpFUgU4Zv5IF6LQJYmvbvx2MMzUDXNqCBX4/xmbmyZySjlIqt6Icxd5AExzwURPbplxgXeZcqvFXSOLl1Xk5xrpAgGBMDT/uWQWEjRYHOo70vSQHAs= ceph-111bae68-b841-11ee-95b0-87774f69a715 2024-01-21T09:41:51.393 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-21T09:41:54.135 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-21T09:41:54.135 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-21T09:41:54.806 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:54 smithi118 conmon[35245]: audit 2024-01-21T09:41:53.554680+0000 mon.smithi118 (mon.0) 94 : audit [INF] from='client.? 172.21.15.118:0/1045984439' entity='client.admin' 2024-01-21T09:41:56.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:55 smithi118 conmon[35245]: audit 2024-01-21T09:41:54.894212+0000 mon.smithi118 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.118:0/2905876112' entity='mgr.smithi118.lddrqf' 2024-01-21T09:41:56.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:55 smithi118 conmon[35245]: audit 2024-01-21T09:41:55.485457+0000 mon.smithi118 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.118:0/2905876112' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd/host:smithi118", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:41:56.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:55 smithi118 conmon[35245]: audit 2024-01-21T09:41:55.489109+0000 mon.smithi118 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.118:0/2905876112' entity='mgr.smithi118.lddrqf' 2024-01-21T09:41:56.688 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi134 2024-01-21T09:41:56.688 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-01-21T09:41:56.688 DEBUG:teuthology.orchestra.run.smithi134:> dd of=/etc/ceph/ceph.conf 2024-01-21T09:41:56.709 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-01-21T09:41:56.709 DEBUG:teuthology.orchestra.run.smithi134:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T09:41:56.769 INFO:tasks.cephadm:Adding host smithi134 to orchestrator... 2024-01-21T09:41:56.769 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch host add smithi134 2024-01-21T09:41:57.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:57 smithi118 conmon[35245]: cephadm 2024-01-21T09:41:55. 2024-01-21T09:41:57.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:57 smithi118 conmon[35245]: 497363+0000 mgr.smithi118.lddrqf (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi118 on smithi118 2024-01-21T09:41:57.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:57 smithi118 conmon[35245]: audit 2024-01-21T09:41:56.092575+0000 mgr.smithi118.lddrqf (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-01-21T09:41:57.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:41:57 smithi118 conmon[35245]: audit 2024-01-21T09:41:56.094852+0000 mon.smithi118 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.118:0/2905876112' entity='mgr.smithi118.lddrqf' 2024-01-21T09:42:03.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:03 smithi118 conmon[35245]: audit 2024-01-21T09:42:02.358723+0000 mon.smithi118 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.118:0/2905876112' entity='mgr.smithi118.lddrqf' 2024-01-21T09:42:03.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:03 smithi118 conmon[35245]: audit 2024-01-21T09:42:02.360401+0000 mon.smithi118 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.118:0/2905876112' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi118", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T09:42:03.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:03 smithi118 conmon[35245]: audit 2024-01-21T09:42:02.361944+0000 mon.smithi118 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.118:0/2905876112' entity='mgr.smithi118.lddrqf' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi118", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-21T09:42:03.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:03 smithi118 conmon[35245]: audit 2024-01-21T09:42:02.362513+0000 mon.smithi118 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.118:0/2905876112' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:42:03.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:03 smithi118 conmon[35245]: cephadm 2024-01-21T09:42:02.363017+0000 mgr.smithi118.lddrqf (mgr.14156) 7 : cephadm [INF] Deploying daemon crash.smithi118 on smithi118 2024-01-21T09:42:03.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:03 smithi118 conmon[35245]: audit 2024-01-21T09:42:02.951406+0000 mon.smithi118 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.118:0/2905876112' entity='mgr.smithi118.lddrqf' 2024-01-21T09:42:04.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:04 smithi118 conmon[35245]: cluster 2024-01-21T09:42:02.819516+0000 mgr.smithi118.lddrqf (mgr.14156) 8 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:42:05.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:05 smithi118 conmon[35245]: audit 2024-01-21T09:42:04.481453+0000 mon.smithi118 (mon.0) 104 : audit [INF] 2024-01-21T09:42:05.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:05 smithi118 conmon[35245]: from='mgr.14156 172.21.15.118:0/2905876112' entity='mgr.smithi118.lddrqf' 2024-01-21T09:42:05.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:05 smithi118 conmon[35245]: audit 2024-01-21T09:42:04.601233+0000 mon.smithi118 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.118:0/2905876112' entity='mgr.smithi118.lddrqf' 2024-01-21T09:42:05.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:05 smithi118 conmon[35245]: audit 2024-01-21T09:42:04.602971+0000 mon.smithi118 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.118:0/2905876112' entity='mgr.smithi118.lddrqf' 2024-01-21T09:42:05.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:05 smithi118 conmon[35245]: audit 2024-01-21T09:42:04.604966+0000 mon.smithi118 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.118:0/2905876112' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-21T09:42:05.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:05 smithi118 conmon[35245]: audit 2024-01-21T09:42:04.605302+0000 mgr.smithi118.lddrqf (mgr.14156) 9 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-21T09:42:05.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:05 smithi118 conmon[35245]: audit 2024-01-21T09:42:04.607543+0000 mon.smithi118 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.118:0/2905876112' entity='mgr.smithi118.lddrqf' 2024-01-21T09:42:05.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:05 smithi118 conmon[35245]: cephadm 2024-01-21T09:42:04.614602+0000 mgr.smithi118.lddrqf (mgr.14156) 10 : cephadm [INF] Deploying daemon grafana.smithi118 on smithi118 2024-01-21T09:42:05.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:05 smithi118 conmon[35245]: cluster 2024-01-21T09:42:04.819790+0000 mgr.smithi118.lddrqf (mgr.14156) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:42:08.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:07 smithi118 conmon[35245]: cluster 2024-01-21T09:42:06.820025+0000 mgr.smithi118.lddrqf (mgr.14156) 12 : cluster 2024-01-21T09:42:08.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:07 smithi118 conmon[35245]: [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:42:09.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:08 smithi118 conmon[35245]: audit 2024-01-21T09:42:07.954087+0000 mon.smithi118 (mon.0) 109 : audit [INF] 2024-01-21T09:42:09.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:08 smithi118 conmon[35245]: from='mgr.14156 172.21.15.118:0/2905876112' entity='mgr.smithi118.lddrqf' 2024-01-21T09:42:10.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:09 smithi118 conmon[35245]: cluster 2024-01-21T09:42:08.820213+0000 mgr.smithi118.lddrqf (mgr.14156) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:42:12.287 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:11 smithi118 conmon[35245]: cluster 2024-01-21T09:42:10.820410+0000 mgr.smithi118.lddrqf (mgr. 2024-01-21T09:42:12.287 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:11 smithi118 conmon[35245]: 14156) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:42:14.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:13 smithi118 conmon[35245]: cluster 2024-01-21T09:42:12.820617+0000 mgr.smithi118.lddrqf (mgr.14156) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:42:16.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:15 smithi118 conmon[35245]: cluster 2024-01-21T09:42:14.820823+0000 2024-01-21T09:42:16.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:15 smithi118 conmon[35245]: mgr.smithi118.lddrqf (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:42:18.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:17 smithi118 conmon[35245]: cluster 2024-01-21T09:42:16.821131+0000 mgr.smithi118.lddrqf (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:42:20.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:19 smithi118 conmon[35245]: cluster 2024-01-21T09:42:18.821320+0000 2024-01-21T09:42:20.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:19 smithi118 conmon[35245]: mgr.smithi118.lddrqf (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:42:22.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:21 smithi118 conmon[35245]: cluster 2024-01-21T09:42:20.821522+0000 mgr.smithi118.lddrqf (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:42:24.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:23 smithi118 conmon[35245]: cluster 2024-01-21T09:42:22.821783+0000 mgr.smithi118.lddrqf (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:42:26.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:25 smithi118 conmon[35245]: cluster 2024-01-21T09:42:24.822134+0000 mgr.smithi118.lddrqf (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:42:28.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:27 smithi118 conmon[35245]: cluster 2024-01-21T09:42:26.822525+0000 mgr.smithi118.lddrqf (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:42:30.179 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:29 smithi118 conmon[35245]: cluster 2024-01-21T09:42:28.822818+0000 mgr.smithi118.lddrqf (mgr.14156) 23 2024-01-21T09:42:30.179 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:29 smithi118 conmon[35245]: : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:42:32.006 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:31 smithi118 conmon[35245]: audit 2024-01-21T09:42:30.767997+0000 mon.smithi118 (mon.0 2024-01-21T09:42:32.006 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:31 smithi118 conmon[35245]: ) 110 : audit [INF] from='mgr.14156 172.21.15.118:0/2905876112' entity='mgr.smithi118.lddrqf' 2024-01-21T09:42:32.006 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:31 smithi118 conmon[35245]: cephadm 2024-01-21T09:42:30.769936+0000 mgr.smithi118.lddrqf (mgr.14156) 24 : cephadm 2024-01-21T09:42:32.006 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:31 smithi118 conmon[35245]: [INF] Deploying daemon node-exporter.smithi118 on smithi118 2024-01-21T09:42:32.006 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:31 smithi118 conmon[35245]: cluster 2024-01-21T09:42:30 2024-01-21T09:42:32.006 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:31 smithi118 conmon[35245]: .823076+0000 mgr.smithi118.lddrqf (mgr.14156) 25 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:42:34.149 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:33 smithi118 conmon[35245]: cluster 2024-01-21T09:42:32.823342 2024-01-21T09:42:34.149 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:33 smithi118 conmon[35245]: +0000 mgr.smithi118.lddrqf (mgr.14156) 26 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:42:34.149 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:33 smithi118 conmon[35245]: audit 2024-01 2024-01-21T09:42:34.149 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:33 smithi118 conmon[35245]: -21T09:42:32.958842+0000 mon.smithi118 (mon.0 2024-01-21T09:42:34.149 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:33 smithi118 conmon[35245]: ) 111 : audit [INF] from='mgr.14156 172.21.15.118:0/2905876112' entity='mgr.smithi118.lddrqf' 2024-01-21T09:42:35.221 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:34 smithi118 conmon[35245]: audit 2024-01-21T09:42:33.979071+0000 mon.smithi118 (mon.0) 112 : audit [INF] 2024-01-21T09:42:35.221 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:34 smithi118 conmon[35245]: from='mgr.14156 172.21.15.118:0/2905876112' entity='mgr.smithi118.lddrqf' 2024-01-21T09:42:35.221 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:34 smithi118 conmon[35245]: audit 2024-01-21T09:42:33.981095+0000 mon.smithi118 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.118:0/2905876112' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-21T09:42:36.004 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:35 smithi118 conmon[35245]: audit 2024-01-21T09:42:34.980790+0000 mon.smithi118 (mon.0 2024-01-21T09:42:36.004 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:35 smithi118 conmon[35245]: ) 114 : audit [INF] from='mgr.14156 172.21.15.118:0/2905876112' entity='mgr.smithi118.lddrqf' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-21T09:42:36.004 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:35 smithi118 conmon[35245]: cluster 2024-01-21T09:42:34.980840+0000 mon.smithi118 (mon.0) 115 2024-01-21T09:42:36.004 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:35 smithi118 conmon[35245]: : cluster [DBG] mgrmap e14: smithi118.lddrqf(active, since 52s) 2024-01-21T09:42:40.965 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:40 smithi118 conmon[35245]: cluster 2024-01-21T09:42:40.385343+0000 mon.smithi118 (mon.0) 116 : cluster [INF] Active manager daemon smithi118.lddrqf restarted 2024-01-21T09:42:40.965 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:40 smithi118 conmon[35245]: cluster 2024-01-21T09:42:40.385624+0000 mon.smithi118 (mon.0) 117 : cluster [INF] Activating manager daemon smithi118.lddrqf 2024-01-21T09:42:40.965 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:40 smithi118 conmon[35245]: cluster 2024-01-21T09:42:40.388349+0000 mon.smithi118 (mon.0) 118 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-21T09:42:40.965 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:40 smithi118 conmon[35245]: cluster 2024-01-21T09:42:40.388449+0000 mon.smithi118 (mon.0) 119 : cluster [DBG] mgrmap e15: smithi118.lddrqf(active, starting, since 0.00293234s) 2024-01-21T09:42:40.965 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:40 smithi118 conmon[35245]: audit 2024-01-21T09:42:40.965 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:40 smithi118 conmon[35245]: 2024-01-21T09:42:40.389244+0000 mon.smithi118 (mon.0) 120 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mon metadata", "id": "smithi118"}]: dispatch 2024-01-21T09:42:40.965 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:40 smithi118 conmon[35245]: audit 2024-01-21T09:42:40.389756+0000 mon.smithi118 (mon.0) 121 : audit [DBG] 2024-01-21T09:42:40.965 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:40 smithi118 conmon[35245]: from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mgr metadata", "who": "smithi118.lddrqf", "id": "smithi118.lddrqf"}]: dispatch 2024-01-21T09:42:40.965 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:40 smithi118 conmon[35245]: audit 2024-01-21T09:42:40.390410 2024-01-21T09:42:40.966 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:40 smithi118 conmon[35245]: +0000 mon.smithi118 (mon.0) 122 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T09:42:40.966 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:40 smithi118 conmon[35245]: audit 2024-01-21T09:42 2024-01-21T09:42:40.966 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:40 smithi118 conmon[35245]: :40.390603+0000 mon.smithi118 (mon.0) 123 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T09:42:40.966 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:40 smithi118 conmon[35245]: audit 2024-01-21 2024-01-21T09:42:40.966 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:40 smithi118 conmon[35245]: T09:42:40.390787+0000 mon.smithi118 (mon.0) 124 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T09:42:40.966 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:40 smithi118 conmon[35245]: cluster 2024-01-21T09:42:40.966 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:40 smithi118 conmon[35245]: 2024-01-21T09:42:40.404536+0000 mon.smithi118 (mon.0) 125 : cluster [INF] Manager daemon smithi118.lddrqf is now available 2024-01-21T09:42:40.966 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:40 smithi118 conmon[35245]: audit 2024-01-21T09:42:40.501714+0000 mon.smithi118 (mon.0) 126 2024-01-21T09:42:40.966 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:40 smithi118 conmon[35245]: : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:42:40.966 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:40 smithi118 conmon[35245]: audit 2024-01-21T09 2024-01-21T09:42:40.966 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:40 smithi118 conmon[35245]: :42:40.504056+0000 mon.smithi118 (mon.0) 127 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:42:40.966 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:40 smithi118 conmon[35245]: audit 2024-01-21T 2024-01-21T09:42:40.966 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:40 smithi118 conmon[35245]: 09:42:40.526944+0000 mon.smithi118 (mon.0) 128 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:42:40.966 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:40 smithi118 conmon[35245]: audit 2024-01-21T09:42:40.966 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:40 smithi118 conmon[35245]: 2024-01-21T09:42:40.537957+0000 mon.smithi118 (mon.0) 129 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi118.lddrqf/mirror_snapshot_schedule"}]: dispatch 2024-01-21T09:42:40.966 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:40 smithi118 conmon[35245]: audit 2024-01-21T09:42:40.542249+0000 mon.smithi118 (mon.0 2024-01-21T09:42:40.967 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:40 smithi118 conmon[35245]: ) 130 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi118.lddrqf/trash_purge_schedule"}]: dispatch 2024-01-21T09:42:42.050 INFO:teuthology.orchestra.run.smithi134.stdout:Added host 'smithi134' with addr '172.21.15.134' 2024-01-21T09:42:42.581 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch host ls --format=json 2024-01-21T09:42:42.641 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:42 smithi118 conmon[35245]: audit 2024-01-21T09:42:41.390556+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T09:42:42.641 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:42 smithi118 conmon[35245]: ) 1 : audit [DBG] from='client.14181 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi134", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:42:42.641 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:42 smithi118 conmon[35245]: cluster 2024-01-21T09:42:41.391033+0000 mon.smithi118 (mon.0) 131 : cluster [DBG] mgrmap e16: smithi118.lddrqf(active, since 1.00551s) 2024-01-21T09:42:42.641 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:42 smithi118 conmon[35245]: audit 2024-01-21T09:42:42.048764+0000 2024-01-21T09:42:42.642 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:42 smithi118 conmon[35245]: mon.smithi118 (mon.0) 132 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:42:43.488 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:43 smithi118 conmon[35245]: cephadm 2024-01-21T09:42:42.049074+0000 mgr.smithi118.lddrqf (mgr.14182) 2 : cephadm [INF] Added host smithi134 2024-01-21T09:42:44.317 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-21T09:42:44.317 INFO:teuthology.orchestra.run.smithi134.stdout:[{"addr": "172.21.15.118", "hostname": "smithi118", "labels": [], "status": ""}, {"addr": "172.21.15.134", "hostname": "smithi134", "labels": [], "status": ""}] 2024-01-21T09:42:44.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: cluster 2024-01-21T09:42:43. 2024-01-21T09:42:44.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: 392990+0000 mon.smithi118 (mon.0) 133 : cluster [DBG] mgrmap e17: smithi118.lddrqf(active, since 3s) 2024-01-21T09:42:44.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: audit 2024-01- 2024-01-21T09:42:44.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: 21T09:42:43.433338+0000 2024-01-21T09:42:44.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: mon.smithi118 (mon.0) 134 : 2024-01-21T09:42:44.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:42:44.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: audit 2024-01-21T09:42:44.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: 2024-01-21T09:42 2024-01-21T09:42:44.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: :43.727403+0000 mon.smithi118 ( 2024-01-21T09:42:44.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: mon.0) 135 : audit [INF] 2024-01-21T09:42:44.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd/host:smithi118", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:42:44.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: audit 2024-01- 2024-01-21T09:42:44.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: 21T09:42:43.728206 2024-01-21T09:42:44.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: +0000 mon.smithi118 (mon.0) 136 2024-01-21T09:42:44.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:42:44.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: audit 2024 2024-01-21T09:42:44.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: -01-21T09:42: 2024-01-21T09:42:44.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: 43.728737+0000 mon.smithi118 (mon 2024-01-21T09:42:44.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: .0) 137 : audit [INF] 2024-01-21T09:42:44.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:42:44.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: cephadm 2024- 2024-01-21T09:42:44.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: 01-21T09:42:43 2024-01-21T09:42:44.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: .729725+0000 mgr.smithi118.lddrqf (mgr. 2024-01-21T09:42:44.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: 14182) 3 : cephadm [INF] Updating smithi118:/etc/ceph/ceph.conf 2024-01-21T09:42:44.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: 2024-01-21T09:42:44.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: cephadm 2024-01- 2024-01-21T09:42:44.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: 21T09:42:43.790189 2024-01-21T09:42:44.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: +0000 mgr.smithi118.lddrqf (mgr.14182) 4 2024-01-21T09:42:44.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: : cephadm [INF] Updating smithi118:/etc/ceph/ceph.client.admin.keyring 2024-01-21T09:42:44.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: audit 2024-01-21T09:42:44.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: 2024-01-21T09:42 2024-01-21T09:42:44.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: :43.819371+0000 mon.smithi118 (mon. 2024-01-21T09:42:44.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: 0) 138 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:42:44.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: 2024-01-21T09:42:44.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: audit 2024 2024-01-21T09:42:44.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: -01-21T09:42: 2024-01-21T09:42:44.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: 43.821655+0000 mon.smithi118 (mon. 2024-01-21T09:42:44.598 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: 0) 139 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:42:44.598 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: cephadm 2024- 2024-01-21T09:42:44.598 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: 01-21T09:42:43.833815 2024-01-21T09:42:44.598 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: +0000 mgr.smithi118.lddrqf (mgr.14182) 5 2024-01-21T09:42:44.598 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:44 smithi118 conmon[35245]: : cephadm [INF] Deploying daemon prometheus.smithi118 on smithi118 2024-01-21T09:42:44.962 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-21T09:42:44.963 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph osd crush tunables default 2024-01-21T09:42:45.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:45 smithi118 conmon[35245]: audit 2024-01-21T09:42:44.316461+0000 mgr.smithi118.lddrqf (mgr.14182) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:42:48.418 INFO:teuthology.orchestra.run.smithi118.stderr:adjusted tunables profile to default 2024-01-21T09:42:48.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:48 smithi118 conmon[35245]: audit 2024-01-21T09:42:48.362538+0000 mon.smithi118 (mon.0) 140 : 2024-01-21T09:42:48.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:48 smithi118 conmon[35245]: audit [INF] from='client.? 172.21.15.118:0/4275006686' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-21T09:42:49.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:49 smithi118 conmon[35245]: audit 2024-01-21T09:42:48.415174+0000 mon.smithi118 (mon.0) 141 : audit [INF] from='client.? 172.21.15.118:0/4275006686' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-21T09:42:49.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:49 smithi118 conmon[35245]: cluster 2024-01-21T09:42:48.415214+0000 mon.smithi118 (mon.0) 142 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-21T09:42:52.234 INFO:tasks.cephadm:Adding mon.smithi118 on smithi118 2024-01-21T09:42:52.234 INFO:tasks.cephadm:Adding mon.smithi134 on smithi134 2024-01-21T09:42:52.234 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch apply mon '2;smithi118:172.21.15.118=smithi118;smithi134:172.21.15.134=smithi134' 2024-01-21T09:42:54.000 INFO:teuthology.orchestra.run.smithi134.stdout:Scheduled mon update... 2024-01-21T09:42:54.544 DEBUG:teuthology.orchestra.run.smithi134:mon.smithi134> sudo journalctl -f -n 0 -u ceph-111bae68-b841-11ee-95b0-87774f69a715@mon.smithi134.service 2024-01-21T09:42:54.547 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:42:54.547 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:42:54.576 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:-- Logs begin at Sun 2024-01-21 09:29:29 UTC. -- 2024-01-21T09:42:55.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:54 smithi118 conmon[35245]: audit 2024-01-21T09:42:53.995422+0000 mgr.smithi118.lddrqf (mgr.14182) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi118:172.21.15.118=smithi118;smithi134:172.21.15.134=smithi134", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:42:55.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:54 smithi118 conmon[35245]: cephadm 2024-01-21T09:42:53.997242+0000 mgr.smithi118.lddrqf (mgr.14182) 8 : cephadm [INF] Saving service mon spec with placement smithi118:172.21.15.118=smithi118;smithi134:172.21.15.134=smithi134;count:2 2024-01-21T09:42:55.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:54 smithi118 conmon[35245]: audit 2024-01-21T09:42:53.999605+0000 mon.smithi118 (mon.0) 143 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:42:56.305 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-21T09:42:56.306 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":1,"fsid":"111bae68-b841-11ee-95b0-87774f69a715","modified":"2024-01-21T09:40:52.407584Z","created":"2024-01-21T09:40:52.407584Z","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":"smithi118","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:3300","nonce":0},{"type":"v1","addr":"172.21.15.118:6789","nonce":0}]},"addr":"172.21.15.118:6789/0","public_addr":"172.21.15.118:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:42:56.307 INFO:teuthology.orchestra.run.smithi134.stderr:dumped monmap epoch 1 2024-01-21T09:42:57.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:57 smithi118 conmon[35245]: audit 2024-01-21T09:42:56.254873+0000 mon.smithi118 (mon.0) 144 : audit 2024-01-21T09:42:57.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:57 smithi118 conmon[35245]: [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:42:57.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:57 smithi118 conmon[35245]: audit 2024-01-21T09:42:56.255907+0000 mon.smithi118 (mon.0) 145 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:42:57.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:57 smithi118 conmon[35245]: audit 2024-01-21T09:42:56.304669+0000 mon.smithi118 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.134:0/3334128361' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:42:57.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:57 smithi118 conmon[35245]: audit 2024-01-21T09:42:56.869518+0000 mon.smithi118 (mon.0) 147 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:42:57.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:57 smithi118 conmon[35245]: audit 2024-01-21T09:42:57.200500+0000 mon.smithi118 (mon.0) 148 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:42:57.870 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:42:57.871 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:43:00.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:59 smithi118 conmon[35245]: audit 2024-01-21T09:42:58.842430+0000 mon.smithi118 (mon.0) 149 : audit [INF] 2024-01-21T09:43:00.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:42:59 smithi118 conmon[35245]: from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:00.674 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-21T09:43:00.674 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":1,"fsid":"111bae68-b841-11ee-95b0-87774f69a715","modified":"2024-01-21T09:40:52.407584Z","created":"2024-01-21T09:40:52.407584Z","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":"smithi118","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:3300","nonce":0},{"type":"v1","addr":"172.21.15.118:6789","nonce":0}]},"addr":"172.21.15.118:6789/0","public_addr":"172.21.15.118:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:43:00.676 INFO:teuthology.orchestra.run.smithi134.stderr:dumped monmap epoch 1 2024-01-21T09:43:01.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: cluster 2024-01-21T09:43:00.391788+0000 mgr.smithi118.lddrqf (mgr.14182) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:01.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: audit 2024-01-21T09:43:00.529410+0000 mon.smithi118 (mon.0) 150 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:01.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: audit 2024-01-21T09:43:00.610707+0000 mon.smithi118 (mon.0) 151 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:01.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: audit 2024-01-21T09:43:00.673753+0000 2024-01-21T09:43:01.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: mon.smithi118 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.134:0/3129386636' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:43:01.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: audit 2024-01-21T09:43:01.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: 2024-01-21T09:43: 2024-01-21T09:43:01.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: 01.295374+0000 mon.smithi118 (mon.0) 153 : 2024-01-21T09:43:01.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:01.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: audit 2024-01- 2024-01-21T09:43:01.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: 21T09:43:01.296172+0000 2024-01-21T09:43:01.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: mon.smithi118 (mon.0) 154 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd/host:smithi134", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:43:01.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: audit 2024 2024-01-21T09:43:01.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: -01-21T09:43:01 2024-01-21T09:43:01.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: .297028+0000 mon.smithi118 (mon.0) 155 : audit 2024-01-21T09:43:01.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:43:01.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: audit 2024-01-21T 2024-01-21T09:43:01.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: 09:43:01.297742+0000 mon.smithi118 (mon 2024-01-21T09:43:01.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: .0) 156 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:43:01.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: audit 2024-01-21T09:43:01.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: 2024-01-21T09:43: 2024-01-21T09:43:01.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: 01.366467+0000 mon.smithi118 (mon.0) 157 : audit 2024-01-21T09:43:01.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:01.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: audit 2024-01- 2024-01-21T09:43:01.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: 21T09:43:01.369110+0000 2024-01-21T09:43:01.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: mon.smithi118 (mon.0) 158 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:01.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: 2024-01-21T09:43:01.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: audit 2024-01-21T09:43:01.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: 2024-01-21T09:43:01.370846 2024-01-21T09:43:01.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: +0000 mon.smithi118 (mon.0) 159 : audit [INF] 2024-01-21T09:43:01.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi134", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T09:43:01.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: audit 2024-01-21T09:43:01.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: 2024-01-21T 2024-01-21T09:43:01.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: 09:43:01.372845+0000 mon.smithi118 (mon 2024-01-21T09:43:01.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: .0) 160 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi134", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-21T09:43:01.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: audit 2024-01-21T09:43:01.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: 2024-01-21 2024-01-21T09:43:01.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: T09:43:01.373620+0000 2024-01-21T09:43:01.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: mon.smithi118 (mon.0) 161 : audit [DBG] 2024-01-21T09:43:01.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:01 smithi118 conmon[35245]: from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:43:02.395 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:43:02.396 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:43:02.801 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:02 smithi118 conmon[35245]: cephadm 2024-01-21T09:43:01.298803+0000 mgr.smithi118.lddrqf (mgr.14182) 10 : cephadm 2024-01-21T09:43:02.801 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:02 smithi118 conmon[35245]: [INF] Updating smithi134:/etc/ceph/ceph.conf 2024-01-21T09:43:02.801 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:02 smithi118 conmon[35245]: cephadm 2024-01-21T09:43:01.313770+0000 mgr.smithi118.lddrqf (mgr.14182) 11 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.client.admin.keyring 2024-01-21T09:43:02.801 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:02 smithi118 conmon[35245]: cephadm 2024-01-21T09:43:01.374257+0000 mgr.smithi118.lddrqf (mgr.14182) 12 : cephadm [INF] 2024-01-21T09:43:02.801 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:02 smithi118 conmon[35245]: Deploying daemon crash.smithi134 on smithi134 2024-01-21T09:43:03.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:03 smithi118 conmon[35245]: cluster 2024-01-21T09:43:02.392190+0000 mgr.smithi118.lddrqf (mgr.14182) 13 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:04.732 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-21T09:43:04.732 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":1,"fsid":"111bae68-b841-11ee-95b0-87774f69a715","modified":"2024-01-21T09:40:52.407584Z","created":"2024-01-21T09:40:52.407584Z","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":"smithi118","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:3300","nonce":0},{"type":"v1","addr":"172.21.15.118:6789","nonce":0}]},"addr":"172.21.15.118:6789/0","public_addr":"172.21.15.118:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:43:04.734 INFO:teuthology.orchestra.run.smithi134.stderr:dumped monmap epoch 1 2024-01-21T09:43:05.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:05 smithi118 conmon[35245]: cluster 2024-01-21T09:43:04.392596+0000 mgr.smithi118.lddrqf (mgr.14182) 14 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:05.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:05 smithi118 conmon[35245]: audit 2024-01-21T09:43:04.580998+0000 mon.smithi118 (mon. 2024-01-21T09:43:05.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:05 smithi118 conmon[35245]: 0) 162 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:05.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:05 smithi118 conmon[35245]: audit 2024-01-21T09:43:04.583625+0000 mon.smithi118 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi134.papjbv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T09:43:05.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:05 smithi118 conmon[35245]: audit 2024-01-21T09:43:04.585507+0000 mon.smithi118 (mon.0) 164 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi134.papjbv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-21T09:43:05.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:05 smithi118 conmon[35245]: audit 2024 2024-01-21T09:43:05.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:05 smithi118 conmon[35245]: -01-21T09:43:04.586291+0000 mon.smithi118 (mon.0) 165 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T09:43:05.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:05 smithi118 conmon[35245]: audit 2024-01-21T09:43:04.587201+0000 mon.smithi118 (mon.0) 166 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:43:05.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:05 smithi118 conmon[35245]: cephadm 2024-01-21T09:43:04.587927+0000 mgr.smithi118.lddrqf (mgr.14182) 15 : cephadm [INF] Deploying daemon mgr.smithi134.papjbv on smithi134 2024-01-21T09:43:05.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:05 smithi118 conmon[35245]: audit 2024-01-21T09:43:05.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:05 smithi118 conmon[35245]: 2024-01-21T09:43:04.731428+0000 mon.smithi118 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.134:0/1148015245' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:43:05.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:05 smithi118 conmon[35245]: audit 2024- 2024-01-21T09:43:05.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:05 smithi118 conmon[35245]: 01-21T09:43:05.532529+0000 mon.smithi118 (mon.0) 168 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:06.352 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:43:06.353 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:43:07.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:07 smithi118 conmon[35245]: cluster 2024-01-21T09:43:06.392955+0000 mgr.smithi118.lddrqf (mgr.14182) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:07.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:07 smithi118 conmon[35245]: 2024-01-21T09:43:08.533 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-21T09:43:08.533 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":1,"fsid":"111bae68-b841-11ee-95b0-87774f69a715","modified":"2024-01-21T09:40:52.407584Z","created":"2024-01-21T09:40:52.407584Z","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":"smithi118","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:3300","nonce":0},{"type":"v1","addr":"172.21.15.118:6789","nonce":0}]},"addr":"172.21.15.118:6789/0","public_addr":"172.21.15.118:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T09:43:08.535 INFO:teuthology.orchestra.run.smithi134.stderr:dumped monmap epoch 1 2024-01-21T09:43:09.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:09 smithi118 conmon[35245]: audit 2024-01-21T09:43:08.069249+0000 mon.smithi118 (mon.0) 169 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:09.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:09 smithi118 conmon[35245]: audit 2024-01-21T09:43:08.071342+0000 mon.smithi118 (mon.0) 170 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T09:43:09.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:09 smithi118 conmon[35245]: audit 2024-01-21T09:43:08.072133+0000 mon.smithi118 (mon.0) 171 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:43:09.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:09 smithi118 conmon[35245]: cephadm 2024-01-21T09:43:08.072795+0000 2024-01-21T09:43:09.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:09 smithi118 conmon[35245]: mgr.smithi118.lddrqf (mgr.14182) 17 : cephadm [INF] Deploying daemon mon.smithi134 on smithi134 2024-01-21T09:43:09.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:09 smithi118 conmon[35245]: cluster 2024-01-21T09:43:08.393372+0000 mgr.smithi118.lddrqf (mgr.14182) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:09.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:09 smithi118 conmon[35245]: audit 2024-01-21T09:43:08.532434+0000 mon.smithi118 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.134:0/1182260215' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:43:10.262 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T09:43:10.262 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T09:43:11.817 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:11 smithi134 conmon[40421]: debug 2024-01-21T09:43:11.815+0000 7f5dd5e8f700 0 mon.smithi134@-1(synchronizing).mds e1 new map 2024-01-21T09:43:11.817 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:11 smithi134 conmon[40421]: debug 2024-01-21T09:43:11.815+0000 7f5dd5e8f700 0 mon.smithi134@-1(synchronizing).mds e1 print_map 2024-01-21T09:43:11.817 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:11 smithi134 conmon[40421]: e1 2024-01-21T09:43:11.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:11 smithi118 conmon[35245]: cluster 2024-01-21T09:43:10.393749+0000 mgr.smithi118.lddrqf (mgr.14182) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:11.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:11 smithi118 conmon[35245]: audit 2024-01-21T09:43:10.538100+0000 mon.smithi118 (mon.0) 173 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:12.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:11 smithi134 conmon[40421]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-21T09:43:12.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:11 smithi134 conmon[40421]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-21T09:43:12.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:11 smithi134 conmon[40421]: legacy client fscid: -1 2024-01-21T09:43:12.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:11 smithi134 conmon[40421]: 2024-01-21T09:43:12.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:11 smithi134 conmon[40421]: No filesystems configured 2024-01-21T09:43:12.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:11 smithi134 conmon[40421]: 2024-01-21T09:43:12.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:11 smithi134 conmon[40421]: debug 2024-01-21T09:43:11.815+0000 7f5dd5e8f700 1 mon.smithi134@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-01-21T09:43:12.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:11 smithi134 conmon[40421]: debug 2024-01-21T09:43:11.816+0000 7f5dd5e8f700 1 mon.smithi134@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-01-21T09:43:12.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:11 smithi134 conmon[40421]: debug 2024-01-21T09:43:11.816+0000 7f5dd5e8f700 1 mon.smithi134@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-01-21T09:43:12.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:11 smithi134 conmon[40421]: debug 2024-01-21T09:43:11.816+0000 7f5dd5e8f700 1 mon.smithi134@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-01-21T09:43:12.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:11 smithi134 conmon[40421]: debug 2024-01-21T09:43:11.816+0000 7f5dd5e8f700 1 mon.smithi134@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-01-21T09:43:12.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:11 smithi134 conmon[40421]: debug 2024-01-21T09:43:11.816+0000 7f5dd5e8f700 1 mon.smithi134@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-01-21T09:43:12.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:11 smithi134 conmon[40421]: debug 2024-01-21T09:43:11.816+0000 7f5dd5e8f700 1 mon.smithi134@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-01-21T09:43:12.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:11 smithi134 bash[40352]: d7e0d710e2ba8510f02b6eca26394f459cc4759abd31b1439238698922504c4b 2024-01-21T09:43:12.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:11 smithi134 conmon[40421]: debug 2024-01-21T09:43:11.819+0000 7f5dd5e8f700 0 mon.smithi134@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-21T09:43:12.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:11 smithi134 conmon[40421]: debug 2024-01-21T09:43:11.819+0000 7f5dd5e8f700 0 mon.smithi134@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T09:43:12.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:11 smithi134 conmon[40421]: debug 2024-01-21T09:43:11.819+0000 7f5dd5e8f700 0 mon.smithi134@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T09:43:12.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:11 smithi134 conmon[40421]: debug 2024-01-21T09:43:11.819+0000 7f5dd5e8f700 0 mon.smithi134@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T09:43:12.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:11 smithi134 conmon[40421]: cluster 2024- 2024-01-21T09:43:12.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:11 smithi134 conmon[40421]: 01-21T09:43:10.393749+0000 mgr.smithi118.lddrqf (mgr.14182) 19 : cluster [DBG] 2024-01-21T09:43:12.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:11 smithi134 conmon[40421]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:12.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:11 smithi134 conmon[40421]: audit 2024-01-21T09:43:10. 2024-01-21T09:43:12.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:11 smithi134 conmon[40421]: 538100+0000 mon.smithi118 (mon.0) 173 : audit [INF] 2024-01-21T09:43:12.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:11 smithi134 conmon[40421]: from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:12.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:11 smithi134 conmon[40421]: debug 2024-01-21T09:43:11.819+0000 7f5dd5e8f700 1 mon.smithi134@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-01-21T09:43:12.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:11 smithi134 systemd[1]: Started Ceph mon.smithi134 for 111bae68-b841-11ee-95b0-87774f69a715. 2024-01-21T09:43:17.200 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: audit 2024-01-21T09:43:11.827538+0000 mon.smithi118 (mon.0) 175 : audit [DBG] 2024-01-21T09:43:17.201 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mon metadata", "id": "smithi118"}]: dispatch 2024-01-21T09:43:17.201 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: cluster 2024-01-21T09:43:11.827764+0000 mon.smithi118 (mon.0) 176 : cluster [INF] mon.smithi118 calling monitor election 2024-01-21T09:43:17.201 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: audit 2024-01-21T09:43:11.840163+0000 mon.smithi118 (mon.0) 177 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mon metadata", "id": "smithi134"}]: dispatch 2024-01-21T09:43:17.201 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: cluster 2024-01-21T09:43:12.394074+0000 mgr.smithi118.lddrqf (mgr.14182) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:17.201 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: audit 2024-01-21T09:43:12.824603+0000 mon.smithi118 (mon.0) 178 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mon metadata", "id": "smithi134"}]: dispatch 2024-01-21T09:43:17.201 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: audit 2024 2024-01-21T09:43:17.201 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: -01-21T09:43:13.620116+0000 mon.smithi118 (mon.0) 179 : audit [DBG] from='mgr.? 172.21.15.134:0/1317954773' entity='mgr.smithi134.papjbv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi134.papjbv/crt"}]: dispatch 2024-01-21T09:43:17.201 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: audit 2024-01-21T09:43:13 2024-01-21T09:43:17.201 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: .825264+0000 mon.smithi118 (mon.0) 180 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mon metadata", "id": "smithi134"}]: dispatch 2024-01-21T09:43:17.201 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: cluster 2024- 2024-01-21T09:43:17.201 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: 01-21T09:43:13.826984+0000 mon.smithi134 (mon 2024-01-21T09:43:17.201 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: .1) 1 : cluster [INF] mon.smithi134 calling monitor election 2024-01-21T09:43:17.201 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: cluster 2024-01-21T09:43:17.201 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: 2024-01-21T09:43:14.394516+0000 mgr.smithi118.lddrqf 2024-01-21T09:43:17.201 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: (mgr.14182) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:17.202 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: audit 2024-01-21T09:43:17.202 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: 2024-01-21T09:43:14.824968+0000 mon.smithi118 2024-01-21T09:43:17.202 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: (mon.0) 181 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mon metadata", "id": "smithi134"}]: dispatch 2024-01-21T09:43:17.202 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: audit 2024 2024-01-21T09:43:17.202 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: -01-21T09:43:15.824885+0000 mon.smithi118 ( 2024-01-21T09:43:17.202 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: mon.0) 182 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mon metadata", "id": "smithi134"}]: dispatch 2024-01-21T09:43:17.202 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: audit 2024 2024-01-21T09:43:17.202 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: -01-21T09:43:16.825005+0000 mon.smithi118 ( 2024-01-21T09:43:17.202 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: mon.0) 183 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mon metadata", "id": "smithi134"}]: dispatch 2024-01-21T09:43:17.202 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: cluster 2024-01-21T09:43:17.202 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: 2024-01-21T09:43:16.853767 2024-01-21T09:43:17.202 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: +0000 mon.smithi118 (mon.0) 184 : cluster [INF] 2024-01-21T09:43:17.202 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: mon.smithi118 is new leader, mons smithi118,smithi134 in quorum (ranks 0,1) 2024-01-21T09:43:17.202 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: cluster 2024-01-21T09:43:16.859344 2024-01-21T09:43:17.202 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: +0000 mon.smithi118 (mon.0) 185 : cluster [DBG] monmap e2: 2 mons at {smithi118=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],smithi134=[v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0]} removed_ranks: {} 2024-01-21T09:43:17.203 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: 2024-01-21T09:43:17.203 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: cluster 2024 2024-01-21T09:43:17.203 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: -01-21T09:43:16.859847+0000 mon.smithi118 (mon 2024-01-21T09:43:17.203 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: .0) 186 : cluster [DBG] fsmap 2024-01-21T09:43:17.203 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: cluster 2024- 2024-01-21T09:43:17.203 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: 01-21T09:43:16.859894+0000 mon.smithi118 (mon 2024-01-21T09:43:17.203 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: .0) 187 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-21T09:43:17.203 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: cluster 2024-01 2024-01-21T09:43:17.203 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: -21T09:43:16.860140+0000 mon.smithi118 (mon. 2024-01-21T09:43:17.203 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: 0) 188 : cluster [DBG] mgrmap e17: smithi118.lddrqf(active, since 36s) 2024-01-21T09:43:17.203 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: cluster 2024-01- 2024-01-21T09:43:17.203 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: 21T09:43:16.861058+0000 mon.smithi118 (mon. 2024-01-21T09:43:17.203 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: 0) 189 : cluster [DBG] Standby manager daemon smithi134.papjbv started 2024-01-21T09:43:17.203 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: audit 2024-01- 2024-01-21T09:43:17.203 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: 21T09:43:16.862062+0000 mon.smithi118 (mon. 2024-01-21T09:43:17.204 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: 0) 190 : audit [DBG] from='mgr.? 172.21.15.134:0/1317954773' entity='mgr.smithi134.papjbv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-21T09:43:17.204 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: audit 2024-01- 2024-01-21T09:43:17.204 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: 21T09:43:16.863665+0000 mon.smithi118 (mon. 2024-01-21T09:43:17.204 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: 0) 191 : audit [DBG] from='mgr.? 172.21.15.134:0/1317954773' entity='mgr.smithi134.papjbv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi134.papjbv/key"}]: dispatch 2024-01-21T09:43:17.204 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: audit 2024-01-21 2024-01-21T09:43:17.204 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: T09:43:16.864118+0000 mon.smithi118 (mon.0) 2024-01-21T09:43:17.204 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: 192 : audit [DBG] from='mgr.? 172.21.15.134:0/1317954773' entity='mgr.smithi134.papjbv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-21T09:43:17.204 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: cluster 2024-01-21T 2024-01-21T09:43:17.204 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: 09:43:16.876233+0000 mon.smithi118 (mon.0) 2024-01-21T09:43:17.204 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: 193 : cluster [INF] overall HEALTH_OK 2024-01-21T09:43:17.204 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: audit 2024-01-21T09 2024-01-21T09:43:17.204 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: :43:16.881682+0000 mon.smithi118 (mon.0) 194 : 2024-01-21T09:43:17.204 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:16 smithi134 conmon[40421]: audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:17.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: audit 2024-01-21T09:43:11.827538+0000 mon.smithi118 (mon.0) 175 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mon metadata", "id": "smithi118"}]: dispatch 2024-01-21T09:43:17.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: 2024-01-21T09:43:17.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: cluster 2024-01-21T09:43:11.827764+0000 mon.smithi118 (mon.0) 176 : cluster [INF] mon.smithi118 calling monitor election 2024-01-21T09:43:17.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: audit 2024-01-21T09:43:11.840163+0000 mon.smithi118 ( 2024-01-21T09:43:17.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: mon.0) 177 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mon metadata", "id": "smithi134"}]: dispatch 2024-01-21T09:43:17.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: cluster 2024-01-21T09: 2024-01-21T09:43:17.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: 43:12.394074+0000 mgr.smithi118.lddrqf (mgr.14182) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:17.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: audit 2024 2024-01-21T09:43:17.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: -01-21T09:43:12. 2024-01-21T09:43:17.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: 824603+0000 mon.smithi118 (mon.0) 178 : audit [DBG] 2024-01-21T09:43:17.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mon metadata", "id": "smithi134"}]: dispatch 2024-01-21T09:43:17.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: audit 2024 2024-01-21T09:43:17.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: -01-21T09:43:13. 2024-01-21T09:43:17.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: 620116+0000 mon.smithi118 (mon.0) 179 : audit [DBG] 2024-01-21T09:43:17.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: from='mgr.? 172.21.15.134:0/1317954773' entity='mgr.smithi134.papjbv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi134.papjbv/crt"}]: dispatch 2024-01-21T09:43:17.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: audit 2024- 2024-01-21T09:43:17.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: 01-21T09:43:13.825264+0000 2024-01-21T09:43:17.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: mon.smithi118 (mon.0) 180 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mon metadata", "id": "smithi134"}]: dispatch 2024-01-21T09:43:17.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: cluster 2024-01-21T09:43:17.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: 2024-01-21T09:43 2024-01-21T09:43:17.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: :13.826984+0000 mon.smithi134 (mon.1) 1 2024-01-21T09:43:17.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: : cluster [INF] mon.smithi134 calling monitor election 2024-01-21T09:43:17.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: cluster 2024-01-21T09:43:17.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: 2024-01-21T09: 2024-01-21T09:43:17.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: 43:14.394516+0000 mgr.smithi118.lddrqf (mgr.14182) 21 2024-01-21T09:43:17.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:17.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: audit 2024 2024-01-21T09:43:17.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: -01-21T09:43:14 2024-01-21T09:43:17.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: .824968+0000 mon.smithi118 (mon.0) 181 : 2024-01-21T09:43:17.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mon metadata", "id": "smithi134"}]: dispatch 2024-01-21T09:43:17.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: audit 2024-01-21T09 2024-01-21T09:43:17.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: :43:15.824885+0000 mon.smithi118 (mon 2024-01-21T09:43:17.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: .0) 182 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mon metadata", "id": "smithi134"}]: dispatch 2024-01-21T09:43:17.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: audit 2024-01-21T09:43:17.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: 2024-01-21T09:43:16.825005+0000 mon.smithi118 ( 2024-01-21T09:43:17.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: mon.0) 183 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mon metadata", "id": "smithi134"}]: dispatch 2024-01-21T09:43:17.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: cluster 2024 2024-01-21T09:43:17.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: -01-21T09:43:16. 2024-01-21T09:43:17.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: 853767+0000 mon.smithi118 (mon.0) 184 : cluster 2024-01-21T09:43:17.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: [INF] mon.smithi118 is new leader, mons smithi118,smithi134 in quorum (ranks 0,1) 2024-01-21T09:43:17.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: cluster 2024-01- 2024-01-21T09:43:17.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: 21T09:43:16.859344+0000 2024-01-21T09:43:17.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: mon.smithi118 (mon.0) 185 : cluster [DBG] monmap e2: 2 mons at {smithi118=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],smithi134=[v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0]} removed_ranks: {} 2024-01-21T09:43:17.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: 2024-01-21T09:43:17.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: cluster 2024-01-21T09:43:17.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: 2024-01-21T09:43 2024-01-21T09:43:17.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: :16.859847+0000 mon.smithi118 (mon.0 2024-01-21T09:43:17.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: ) 186 : cluster [DBG] fsmap 2024-01-21T09:43:17.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: cluster 2024-01-21T09:43:17.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: 2024-01-21T09:43: 2024-01-21T09:43:17.349 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: 16.859894+0000 mon.smithi118 (mon.0 2024-01-21T09:43:17.349 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: ) 187 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-21T09:43:17.349 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: cluster 2024-01-21T09:43:17.349 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: 2024-01-21T09: 2024-01-21T09:43:17.349 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: 43:16.860140+0000 mon.smithi118 (mon.0 2024-01-21T09:43:17.349 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: ) 188 : cluster [DBG] mgrmap e17: smithi118.lddrqf(active, since 36s) 2024-01-21T09:43:17.349 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: cluster 2024- 2024-01-21T09:43:17.349 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: 01-21T09:43:16. 2024-01-21T09:43:17.349 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: 861058+0000 mon.smithi118 (mon.0) 189 : cluster [DBG] 2024-01-21T09:43:17.349 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: Standby manager daemon smithi134.papjbv started 2024-01-21T09:43:17.349 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: audit 2024-01-21T09 2024-01-21T09:43:17.349 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: :43:16.862062+0000 mon.smithi118 (mon.0) 2024-01-21T09:43:17.349 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: 190 : audit [DBG] from='mgr.? 172.21.15.134:0/1317954773' entity='mgr.smithi134.papjbv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-21T09:43:17.349 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: audit 2024-01 2024-01-21T09:43:17.349 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: -21T09:43:16.863665 2024-01-21T09:43:17.349 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: +0000 mon.smithi118 (mon.0) 191 : audit [DBG] 2024-01-21T09:43:17.349 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: from='mgr.? 172.21.15.134:0/1317954773' entity='mgr.smithi134.papjbv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi134.papjbv/key"}]: dispatch 2024-01-21T09:43:17.350 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: audit 2024-01 2024-01-21T09:43:17.350 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: -21T09:43:16.864118+0000 mon.smithi118 (mon.0 2024-01-21T09:43:17.350 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: ) 192 : audit [DBG] from='mgr.? 172.21.15.134:0/1317954773' entity='mgr.smithi134.papjbv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-21T09:43:17.350 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: cluster 2024 2024-01-21T09:43:17.350 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: -01-21T09:43:16 2024-01-21T09:43:17.350 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: .876233+0000 mon.smithi118 (mon.0) 193 : cluster 2024-01-21T09:43:17.350 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: [INF] overall HEALTH_OK 2024-01-21T09:43:17.350 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: audit 2024-01- 2024-01-21T09:43:17.350 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: 21T09:43:16.881682+0000 2024-01-21T09:43:17.350 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:16 smithi118 conmon[35245]: mon.smithi118 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:18.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:17 smithi134 conmon[40421]: cluster 2024-01-21T09:43:16.394868+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:43:18.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:17 smithi134 conmon[40421]: 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:18.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:17 smithi134 conmon[40421]: cephadm 2024-01-21T09:43:16.883435+0000 mgr.smithi118.lddrqf (mgr.14182) 23 : cephadm [INF] Deploying daemon node-exporter.smithi134 on smithi134 2024-01-21T09:43:18.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:17 smithi134 conmon[40421]: cluster 2024-01-21T09:43:16.919844+0000 mon.smithi118 (mon.0) 195 : cluster [DBG] mgrmap e18: smithi118.lddrqf(active, since 36s), standbys: smithi134.papjbv 2024-01-21T09:43:18.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:17 smithi134 conmon[40421]: audit 2024-01-21T09:43:16.919990+0000 mon.smithi118 (mon.0) 196 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mgr metadata", "who": "smithi134.papjbv", "id": "smithi134.papjbv"}]: dispatch 2024-01-21T09:43:18.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:17 smithi134 conmon[40421]: audit 2024-01-21T09:43:17.825137+0000 mon.smithi118 (mon.0) 197 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mon metadata", "id": "smithi134"}]: dispatch 2024-01-21T09:43:18.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:17 smithi118 conmon[35245]: cluster 2024-01-21T09:43:16.394868+0000 mgr.smithi118.lddrqf (mgr.14182) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:18.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:17 smithi118 conmon[35245]: cephadm 2024-01-21T09:43:16. 2024-01-21T09:43:18.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:17 smithi118 conmon[35245]: 883435+0000 mgr.smithi118.lddrqf (mgr.14182) 23 : cephadm [INF] Deploying daemon node-exporter.smithi134 on smithi134 2024-01-21T09:43:18.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:17 smithi118 conmon[35245]: cluster 2024-01-21T09:43:16.919844+0000 mon.smithi118 (mon.0) 195 : cluster [DBG] mgrmap e18: smithi118.lddrqf(active, since 36s), standbys: smithi134.papjbv 2024-01-21T09:43:18.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:17 smithi118 conmon[35245]: audit 2024 2024-01-21T09:43:18.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:17 smithi118 conmon[35245]: -01-21T09:43:16.919990+0000 mon.smithi118 (mon.0) 196 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mgr metadata", "who": "smithi134.papjbv", "id": "smithi134.papjbv"}]: dispatch 2024-01-21T09:43:18.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:17 smithi118 conmon[35245]: 2024-01-21T09:43:18.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:17 smithi118 conmon[35245]: audit 2024-01-21T09:43:18.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:17 smithi118 conmon[35245]: 2024-01-21T09:43:17. 2024-01-21T09:43:18.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:17 smithi118 conmon[35245]: 825137+0000 mon.smithi118 (mon.0) 197 2024-01-21T09:43:18.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:17 smithi118 conmon[35245]: : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mon metadata", "id": "smithi134"}]: dispatch 2024-01-21T09:43:18.396 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-21T09:43:18.396 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":2,"fsid":"111bae68-b841-11ee-95b0-87774f69a715","modified":"2024-01-21T09:43:11.825031Z","created":"2024-01-21T09:40:52.407584Z","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":"smithi118","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:3300","nonce":0},{"type":"v1","addr":"172.21.15.118:6789","nonce":0}]},"addr":"172.21.15.118:6789/0","public_addr":"172.21.15.118:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi134","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:3300","nonce":0},{"type":"v1","addr":"172.21.15.134:6789","nonce":0}]},"addr":"172.21.15.134:6789/0","public_addr":"172.21.15.134:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-01-21T09:43:18.398 INFO:teuthology.orchestra.run.smithi134.stderr:dumped monmap epoch 2 2024-01-21T09:43:19.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:18 smithi118 conmon[35245]: audit 2024-01-21T09:43:18.394666+0000 mon.smithi118 (mon.0) 198 : audit 2024-01-21T09:43:19.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:18 smithi118 conmon[35245]: [DBG] from='client.? 172.21.15.134:0/1917451294' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:43:19.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:18 smithi134 conmon[40421]: audit 2024-01-21T09:43:18.394666+0000 mon.smithi118 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.134:0/1917451294' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T09:43:19.329 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-21T09:43:19.330 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph config generate-minimal-conf 2024-01-21T09:43:20.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:19 smithi118 conmon[35245]: cluster 2024-01-21T09:43:18.395148+0000 mgr.smithi118.lddrqf (mgr.14182) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:20.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:19 smithi134 conmon[40421]: cluster 2024-01-21T09:43:18.395148+0000 mgr.smithi118.lddrqf (mgr.14182) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:21.180 INFO:teuthology.orchestra.run.smithi118.stdout:# minimal ceph.conf for 111bae68-b841-11ee-95b0-87774f69a715 2024-01-21T09:43:21.180 INFO:teuthology.orchestra.run.smithi118.stdout:[global] 2024-01-21T09:43:21.180 INFO:teuthology.orchestra.run.smithi118.stdout: fsid = 111bae68-b841-11ee-95b0-87774f69a715 2024-01-21T09:43:21.180 INFO:teuthology.orchestra.run.smithi118.stdout: mon_host = [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] 2024-01-21T09:43:21.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:21 smithi118 conmon[35245]: audit 2024-01-21T09:43:20.393508+0000 mon.smithi118 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:21.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:21 smithi118 conmon[35245]: audit 2024-01-21T09:43:20.394829+0000 mon.smithi118 (mon.0) 200 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:43:21.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:21 smithi118 conmon[35245]: cluster 2024-01-21T09:43:20.395357+0000 mgr.smithi118.lddrqf (mgr.14182) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:21.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:21 smithi118 conmon[35245]: audit 2024-01-21T09:43:20.549275+0000 mon.smithi118 (mon.0) 201 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:21.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:21 smithi118 conmon[35245]: audit 2024-01-21T09:43:21.179295+0000 mon.smithi118 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.118:0/3238519782' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:43:21.683 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-21T09:43:21.683 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-21T09:43:21.683 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/ceph/ceph.conf 2024-01-21T09:43:21.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:21 smithi134 conmon[40421]: audit 2024-01-21T09:43:20.393508+0000 mon.smithi118 (mon 2024-01-21T09:43:21.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:21 smithi134 conmon[40421]: .0) 199 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:21.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:21 smithi134 conmon[40421]: audit 2024-01-21T09:43:20.394829+0000 mon.smithi118 (mon.0) 200 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:43:21.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:21 smithi134 conmon[40421]: cluster 2024-01-21T09:43:20.395357+0000 mgr.smithi118.lddrqf (mgr.14182) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:21.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:21 smithi134 conmon[40421]: audit 2024-01-21T09:43:20.549275+0000 mon.smithi118 (mon.0) 201 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:21.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:21 smithi134 conmon[40421]: audit 2024-01-21T09:43:21.179295+0000 mon.smithi118 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.118:0/3238519782' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:43:21.715 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-21T09:43:21.715 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T09:43:21.783 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-01-21T09:43:21.783 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/ceph/ceph.conf 2024-01-21T09:43:21.813 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-01-21T09:43:21.813 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T09:43:21.880 INFO:tasks.cephadm:Deploying OSDs... 2024-01-21T09:43:21.880 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-21T09:43:21.880 DEBUG:teuthology.orchestra.run.smithi118:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T09:43:21.897 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T09:43:21.897 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/nvme1n1 2024-01-21T09:43:21.956 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/nvme1n1 2024-01-21T09:43:21.956 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T09:43:21.956 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 6h/6d Inode: 192011 Links: 1 Device type: 103,1 2024-01-21T09:43:21.956 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T09:43:21.956 INFO:teuthology.orchestra.run.smithi118.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T09:43:21.956 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2024-01-21 09:41:53.878292201 +0000 2024-01-21T09:43:21.956 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2024-01-21 09:40:07.056622514 +0000 2024-01-21T09:43:21.956 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2024-01-21 09:40:07.056622514 +0000 2024-01-21T09:43:21.957 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2024-01-21T09:43:21.957 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-21T09:43:22.023 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2024-01-21T09:43:22.023 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2024-01-21T09:43:22.023 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000154673 s, 3.3 MB/s 2024-01-21T09:43:22.024 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-21T09:43:22.082 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/nvme2n1 2024-01-21T09:43:22.139 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/nvme2n1 2024-01-21T09:43:22.139 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T09:43:22.139 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 6h/6d Inode: 192108 Links: 1 Device type: 103,2 2024-01-21T09:43:22.139 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T09:43:22.140 INFO:teuthology.orchestra.run.smithi118.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T09:43:22.140 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2024-01-21 09:41:53.886292026 +0000 2024-01-21T09:43:22.140 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2024-01-21 09:40:07.207619222 +0000 2024-01-21T09:43:22.140 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2024-01-21 09:40:07.207619222 +0000 2024-01-21T09:43:22.140 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2024-01-21T09:43:22.140 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-21T09:43:22.206 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2024-01-21T09:43:22.207 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2024-01-21T09:43:22.207 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.00013111 s, 3.9 MB/s 2024-01-21T09:43:22.208 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-21T09:43:22.266 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/nvme3n1 2024-01-21T09:43:22.323 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/nvme3n1 2024-01-21T09:43:22.323 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T09:43:22.323 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 6h/6d Inode: 192208 Links: 1 Device type: 103,3 2024-01-21T09:43:22.323 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T09:43:22.323 INFO:teuthology.orchestra.run.smithi118.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T09:43:22.323 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2024-01-21 09:41:53.895291830 +0000 2024-01-21T09:43:22.324 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2024-01-21 09:40:07.360615887 +0000 2024-01-21T09:43:22.324 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2024-01-21 09:40:07.360615887 +0000 2024-01-21T09:43:22.324 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2024-01-21T09:43:22.324 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-21T09:43:22.390 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2024-01-21T09:43:22.390 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2024-01-21T09:43:22.390 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000137147 s, 3.7 MB/s 2024-01-21T09:43:22.391 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-21T09:43:22.449 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/nvme4n1 2024-01-21T09:43:22.505 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/nvme4n1 2024-01-21T09:43:22.505 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T09:43:22.506 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 6h/6d Inode: 192328 Links: 1 Device type: 103,4 2024-01-21T09:43:22.506 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T09:43:22.506 INFO:teuthology.orchestra.run.smithi118.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T09:43:22.506 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2024-01-21 09:41:53.904291633 +0000 2024-01-21T09:43:22.506 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2024-01-21 09:40:07.510612617 +0000 2024-01-21T09:43:22.506 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2024-01-21 09:40:07.510612617 +0000 2024-01-21T09:43:22.506 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2024-01-21T09:43:22.506 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-21T09:43:22.572 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2024-01-21T09:43:22.572 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2024-01-21T09:43:22.572 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000131799 s, 3.9 MB/s 2024-01-21T09:43:22.573 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-21T09:43:22.632 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-01-21T09:43:22.632 DEBUG:teuthology.orchestra.run.smithi134:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T09:43:22.650 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T09:43:22.651 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/nvme1n1 2024-01-21T09:43:22.709 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/nvme1n1 2024-01-21T09:43:22.709 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T09:43:22.709 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 200926 Links: 1 Device type: 103,1 2024-01-21T09:43:22.710 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T09:43:22.710 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T09:43:22.710 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2024-01-21 09:42:59.341917192 +0000 2024-01-21T09:43:22.710 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2024-01-21 09:40:08.692855830 +0000 2024-01-21T09:43:22.710 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2024-01-21 09:40:08.692855830 +0000 2024-01-21T09:43:22.710 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2024-01-21T09:43:22.710 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-21T09:43:22.777 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2024-01-21T09:43:22.777 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2024-01-21T09:43:22.777 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000289742 s, 1.8 MB/s 2024-01-21T09:43:22.778 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-21T09:43:22.837 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/nvme2n1 2024-01-21T09:43:22.895 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/nvme2n1 2024-01-21T09:43:22.895 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T09:43:22.895 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 191269 Links: 1 Device type: 103,2 2024-01-21T09:43:22.895 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T09:43:22.895 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T09:43:22.895 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2024-01-21 09:42:59.351916962 +0000 2024-01-21T09:43:22.895 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2024-01-21 09:40:08.843852338 +0000 2024-01-21T09:43:22.895 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2024-01-21 09:40:08.843852338 +0000 2024-01-21T09:43:22.895 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2024-01-21T09:43:22.896 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-21T09:43:22.959 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:22 smithi134 conmon[40421]: audit 2024-01-21T09:43:21.698546+0000 mon.smithi118 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:22.959 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:22 smithi134 conmon[40421]: audit 2024-01-21T09:43:21.699328+0000 mon.smithi118 (mon.0) 204 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:43:22.959 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:22 smithi134 conmon[40421]: audit 2024-01-21T09:43:21.699998+0000 mon.smithi118 (mon.0) 205 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:43:22.959 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:22 smithi134 conmon[40421]: cephadm 2024-01-21T09:43:21.700932+0000 mgr.smithi118.lddrqf (mgr.14182) 26 : cephadm [INF] Updating smithi118:/etc/ceph/ceph.conf 2024-01-21T09:43:22.959 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:22 smithi134 conmon[40421]: cephadm 2024-01-21T09:43:21.701169+0000 mgr.smithi118.lddrqf (mgr.14182) 27 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.conf 2024-01-21T09:43:22.959 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:22 smithi134 conmon[40421]: audit 2024-01-21T09:43:21.722269+0000 mon.smithi118 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:22.959 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:22 smithi134 conmon[40421]: audit 2024-01-21T09:43:21.724860+0000 mon.smithi118 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:22.959 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:22 smithi134 conmon[40421]: audit 2024-01-21T09:43:21.727605+0000 mon.smithi118 (mon.0) 208 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:22.959 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:22 smithi134 conmon[40421]: cephadm 2024-01-21T09:43:21.730010+0000 mgr.smithi118.lddrqf (mgr.14182) 28 : cephadm [INF] Reconfiguring mon.smithi118 (unknown last config time)... 2024-01-21T09:43:22.960 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:22 smithi134 conmon[40421]: audit 2024-01-21T09:43:21.730207+0000 mon.smithi118 (mon.0) 209 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T09:43:22.960 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:22 smithi134 conmon[40421]: audit 2024-01-21T09:43:21.730680+0000 mon.smithi118 (mon.0) 210 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T09:43:22.960 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:22 smithi134 conmon[40421]: audit 2024-01-21T09:43:21.731108+0000 mon.smithi118 (mon.0) 211 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:43:22.960 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:22 smithi134 conmon[40421]: cephadm 2024-01-21T09:43:21.731523+0000 mgr.smithi118.lddrqf (mgr.14182) 29 : cephadm [INF] Reconfiguring daemon mon.smithi118 on smithi118 2024-01-21T09:43:22.961 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2024-01-21T09:43:22.961 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2024-01-21T09:43:22.961 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.00033574 s, 1.5 MB/s 2024-01-21T09:43:22.963 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-21T09:43:23.021 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/nvme3n1 2024-01-21T09:43:23.078 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/nvme3n1 2024-01-21T09:43:23.078 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T09:43:23.078 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 202099 Links: 1 Device type: 103,3 2024-01-21T09:43:23.079 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T09:43:23.079 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T09:43:23.079 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2024-01-21 09:42:59.362916708 +0000 2024-01-21T09:43:23.079 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2024-01-21 09:40:08.997848777 +0000 2024-01-21T09:43:23.079 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2024-01-21 09:40:08.997848777 +0000 2024-01-21T09:43:23.079 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2024-01-21T09:43:23.079 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-21T09:43:23.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:22 smithi118 conmon[35245]: audit 2024-01-21T09:43:21.698546+0000 mon.smithi118 (mon.0) 203 : audit [INF] 2024-01-21T09:43:23.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:22 smithi118 conmon[35245]: from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:23.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:22 smithi118 conmon[35245]: audit 2024-01-21T09:43:21.699328+0000 mon.smithi118 (mon.0) 204 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:43:23.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:22 smithi118 conmon[35245]: audit 2024-01-21T09:43:21.699998+0000 mon.smithi118 (mon.0) 205 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:43:23.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:22 smithi118 conmon[35245]: cephadm 2024-01-21T09:43:21.700932+0000 mgr.smithi118.lddrqf (mgr.14182) 26 : cephadm [INF] Updating smithi118:/etc/ceph/ceph.conf 2024-01-21T09:43:23.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:22 smithi118 conmon[35245]: cephadm 2024-01-21T09:43:21.701169+0000 mgr.smithi118.lddrqf (mgr.14182) 27 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.conf 2024-01-21T09:43:23.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:22 smithi118 conmon[35245]: audit 2024-01-21T09:43:21.722269+0000 mon.smithi118 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:23.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:22 smithi118 conmon[35245]: audit 2024-01-21T09:43:21.724860+0000 mon.smithi118 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:23.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:22 smithi118 conmon[35245]: audit 2024-01-21T09:43:21.727605+0000 mon.smithi118 (mon.0) 208 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:23.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:22 smithi118 conmon[35245]: cephadm 2024-01-21T09:43:21.730010+0000 mgr.smithi118.lddrqf (mgr.14182) 28 : cephadm [INF] Reconfiguring mon.smithi118 (unknown last config time)... 2024-01-21T09:43:23.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:22 smithi118 conmon[35245]: audit 2024-01-21T09:43:21.730207+0000 mon.smithi118 (mon.0) 209 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T09:43:23.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:22 smithi118 conmon[35245]: audit 2024-01-21T09:43:21.730680+0000 mon.smithi118 (mon.0) 210 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T09:43:23.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:22 smithi118 conmon[35245]: audit 2024-01-21T09:43:21.731108+0000 mon.smithi118 (mon.0) 211 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:43:23.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:22 smithi118 conmon[35245]: cephadm 2024-01-21T09:43:21.731523+0000 mgr.smithi118.lddrqf (mgr.14182) 29 : cephadm [INF] Reconfiguring daemon mon.smithi118 on smithi118 2024-01-21T09:43:23.143 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2024-01-21T09:43:23.143 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2024-01-21T09:43:23.144 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000212877 s, 2.4 MB/s 2024-01-21T09:43:23.145 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-21T09:43:23.203 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/nvme4n1 2024-01-21T09:43:23.260 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/nvme4n1 2024-01-21T09:43:23.260 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T09:43:23.261 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 191384 Links: 1 Device type: 103,4 2024-01-21T09:43:23.261 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T09:43:23.261 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T09:43:23.261 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2024-01-21 09:42:59.372916478 +0000 2024-01-21T09:43:23.261 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2024-01-21 09:40:09.152845193 +0000 2024-01-21T09:43:23.261 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2024-01-21 09:40:09.152845193 +0000 2024-01-21T09:43:23.261 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2024-01-21T09:43:23.261 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-21T09:43:23.325 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2024-01-21T09:43:23.326 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2024-01-21T09:43:23.326 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000279708 s, 1.8 MB/s 2024-01-21T09:43:23.326 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-21T09:43:23.384 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-01-21T09:43:24.176 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:23 smithi134 conmon[40421]: cluster 2024-01-21T09:43:22.395602+0000 mgr.smithi118.lddrqf ( 2024-01-21T09:43:24.176 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:23 smithi134 conmon[40421]: mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:24.176 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:23 smithi134 conmon[40421]: audit 2024-01-21T09:43:22.969960+0000 mon.smithi118 (mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:24.176 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:23 smithi134 conmon[40421]: cephadm 2024-01-21T09:43:22.970527+0000 mgr.smithi118.lddrqf (mgr.14182) 31 : cephadm [INF] Reconfiguring mgr.smithi118.lddrqf (unknown last config time)... 2024-01-21T09:43:24.176 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:23 smithi134 conmon[40421]: audit 2024-01-21T09:43:22.970772+0000 mon.smithi118 (mon.0) 213 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi118.lddrqf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T09:43:24.176 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:23 smithi134 conmon[40421]: audit 2024-01-21T09:43:22.971369+0000 mon.smithi118 (mon.0) 214 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T09:43:24.176 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:23 smithi134 conmon[40421]: audit 2024-01-21T09:43:22.971824+0000 mon.smithi118 (mon.0) 215 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:43:24.176 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:23 smithi134 conmon[40421]: cephadm 2024-01-21T09:43:22.972260+0000 mgr.smithi118.lddrqf (mgr.14182) 32 : cephadm [INF] Reconfiguring daemon mgr.smithi118.lddrqf on smithi118 2024-01-21T09:43:24.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:23 smithi118 conmon[35245]: cluster 2024-01-21T09:43:22.395602+0000 mgr.smithi118.lddrqf (mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:24.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:23 smithi118 conmon[35245]: audit 2024-01-21T09:43:22.969960+0000 mon.smithi118 (mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:24.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:23 smithi118 conmon[35245]: cephadm 2024-01-21T09:43:22.970527+0000 mgr.smithi118.lddrqf (mgr.14182) 31 : cephadm [INF] Reconfiguring mgr.smithi118.lddrqf (unknown last config time)... 2024-01-21T09:43:24.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:23 smithi118 conmon[35245]: audit 2024-01-21T09:43:22.970772+0000 mon.smithi118 (mon.0) 213 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi118.lddrqf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T09:43:24.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:23 smithi118 conmon[35245]: audit 2024-01-21T09:43:22.971369+0000 mon.smithi118 (mon.0) 214 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T09:43:24.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:23 smithi118 conmon[35245]: audit 2024-01-21T09:43:22.971824+0000 mon.smithi118 (mon.0) 215 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:43:24.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:23 smithi118 conmon[35245]: cephadm 2024-01-21T09:43:22.972260+0000 mgr.smithi118.lddrqf (mgr.14182) 32 : cephadm [INF] Reconfiguring daemon mgr.smithi118.lddrqf on smithi118 2024-01-21T09:43:25.291 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:25 smithi118 conmon[35245]: audit 2024-01-21T09:43:24.069145+0000 mon.smithi118 (mon.0) 216 : audit [INF] 2024-01-21T09:43:25.291 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:25 smithi118 conmon[35245]: from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:25.291 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:25 smithi118 conmon[35245]: cephadm 2024-01-21T09:43:24.069772+0000 mgr.smithi118.lddrqf (mgr.14182) 33 : cephadm [INF] Reconfiguring alertmanager.smithi118 (dependencies changed)... 2024-01-21T09:43:25.291 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:25 smithi118 conmon[35245]: cephadm 2024-01-21T09:43:24.076089+0000 mgr.smithi118.lddrqf (mgr.14182) 34 : cephadm [INF] Reconfiguring daemon alertmanager.smithi118 on smithi118 2024-01-21T09:43:25.291 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:25 smithi118 conmon[35245]: cluster 2024-01-21T09:43:24.395912+0000 mgr.smithi118.lddrqf (mgr.14182) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:25.416 INFO:teuthology.orchestra.run.smithi134.stdout:Scheduled osd.all-available-devices update... 2024-01-21T09:43:25.441 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:25 smithi134 conmon[40421]: audit 2024-01-21T09:43:24.069145+0000 mon.smithi118 (mon.0) 216 : audit [INF] 2024-01-21T09:43:25.441 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:25 smithi134 conmon[40421]: from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:25.441 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:25 smithi134 conmon[40421]: cephadm 2024-01-21T09:43:24.069772+0000 mgr.smithi118.lddrqf (mgr.14182) 33 : cephadm [INF] Reconfiguring alertmanager.smithi118 (dependencies changed)... 2024-01-21T09:43:25.441 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:25 smithi134 conmon[40421]: cephadm 2024-01-21T09:43:24.076089+0000 mgr.smithi118.lddrqf (mgr.14182) 34 : cephadm [INF] Reconfiguring daemon alertmanager.smithi118 on smithi118 2024-01-21T09:43:25.441 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:25 smithi134 conmon[40421]: cluster 2024-01-21T09:43:24.395912+0000 mgr.smithi118.lddrqf (mgr.14182) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:26.024 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-21T09:43:26.024 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T09:43:26.484 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:26 smithi118 conmon[35245]: audit 2024-01-21T09:43:25.411217+0000 mgr.smithi118.lddrqf (mgr.14182) 36 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:43:26.484 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:26 smithi118 conmon[35245]: cephadm 2024-01-21T09:43:25.412741+0000 mgr.smithi118.lddrqf (mgr.14182) 37 : cephadm [INF] Marking host: smithi118 for OSDSpec preview refresh. 2024-01-21T09:43:26.484 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:26 smithi118 conmon[35245]: cephadm 2024-01-21T09:43:26.485 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:26 smithi118 conmon[35245]: 2024-01-21T09:43:25.412790+0000 mgr.smithi118.lddrqf (mgr.14182) 38 : cephadm [INF] 2024-01-21T09:43:26.485 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:26 smithi118 conmon[35245]: Marking host: smithi134 for OSDSpec preview refresh. 2024-01-21T09:43:26.485 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:26 smithi118 conmon[35245]: cephadm 2024 2024-01-21T09:43:26.485 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:26 smithi118 conmon[35245]: -01-21T09:43:25.413040+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:43:26.485 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:26 smithi118 conmon[35245]: 39 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-21T09:43:26.485 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:26 smithi118 conmon[35245]: audit 2024-01-21T09:43 2024-01-21T09:43:26.485 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:26 smithi118 conmon[35245]: :25.415988+0000 mon.smithi118 (mon.0) 217 : 2024-01-21T09:43:26.485 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:26 smithi118 conmon[35245]: audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:26.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:26 smithi134 conmon[40421]: audit 2024-01-21T09:43:25.411217+0000 mgr.smithi118.lddrqf (mgr.14182) 36 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:43:26.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:26 smithi134 conmon[40421]: cephadm 2024-01-21 2024-01-21T09:43:26.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:26 smithi134 conmon[40421]: T09:43:25.412741+0000 mgr.smithi118.lddrqf (mgr.14182) 37 : cephadm [INF] Marking host: smithi118 for OSDSpec preview refresh. 2024-01-21T09:43:26.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:26 smithi134 conmon[40421]: cephadm 2024-01-21T09:43:25.412790+0000 mgr.smithi118.lddrqf (mgr.14182) 38 : cephadm [INF] Marking host: smithi134 for OSDSpec preview refresh. 2024-01-21T09:43:26.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:26 smithi134 conmon[40421]: cephadm 2024-01-21T09:43:25.413040+0000 mgr.smithi118.lddrqf (mgr.14182) 39 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-21T09:43:26.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:26 smithi134 conmon[40421]: audit 2024-01-21T09:43:26.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:26 smithi134 conmon[40421]: 2024-01-21T09:43:25.415988+0000 mon.smithi118 (mon.0) 217 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:26.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:26 smithi134 conmon[40421]: 2024-01-21T09:43:27.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:27 smithi134 conmon[40421]: cluster 2024-01-21T09:43:26.396158+0000 mgr.smithi118.lddrqf 2024-01-21T09:43:27.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:27 smithi134 conmon[40421]: (mgr.14182) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:27.770 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:27 smithi118 conmon[35245]: cluster 2024-01-21T09:43:26.396158+0000 mgr.smithi118.lddrqf (mgr.14182) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:27.770 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:27 smithi118 conmon[35245]: 2024-01-21T09:43:28.203 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:43:28.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:28 smithi134 conmon[40421]: audit 2024-01-21T09:43:28.203346+0000 mon.smithi118 2024-01-21T09:43:28.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:28 smithi134 conmon[40421]: (mon.0) 218 : audit [DBG] from='client.? 172.21.15.118:0/1929380991' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:43:28.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:28 smithi118 conmon[35245]: audit 2024-01-21T09:43:28.203346+0000 mon.smithi118 (mon.0) 218 : audit [DBG] 2024-01-21T09:43:28.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:28 smithi118 conmon[35245]: from='client.? 172.21.15.118:0/1929380991' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:43:28.982 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-21T09:43:29.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:29 smithi134 conmon[40421]: cluster 2024-01-21T09:43:28.396472+0000 mgr.smithi118.lddrqf (mgr.14182) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:29.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:29 smithi134 conmon[40421]: audit 2024-01-21T09:43 2024-01-21T09:43:29.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:29 smithi134 conmon[40421]: :29.121933+0000 mon.smithi118 (mon.0) 219 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:29.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:29 smithi134 conmon[40421]: audit 2024-01-21T09:43:29.122706+0000 mon.smithi118 (mon.0) 220 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi118", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T09:43:29.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:29 smithi134 conmon[40421]: audit 2024-01-21T09 2024-01-21T09:43:29.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:29 smithi134 conmon[40421]: :43:29.123353+0000 mon.smithi118 (mon.0) 221 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:43:29.751 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:29 smithi118 conmon[35245]: cluster 2024-01-21T09:43:28.396472+0000 mgr.smithi118.lddrqf (mgr.14182) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:29.751 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:29 smithi118 conmon[35245]: audit 2024-01-21T09:43:29.121933+0000 mon.smithi118 (mon.0) 219 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:29.751 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:29 smithi118 conmon[35245]: audit 2024-01-21T09:43:29.122706+0000 mon.smithi118 (mon.0) 220 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi118", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T09:43:29.751 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:29 smithi118 conmon[35245]: audit 2024-01-21T09:43:29.123353+0000 mon.smithi118 (mon.0) 221 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:43:29.983 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T09:43:31.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:30 smithi118 conmon[35245]: cephadm 2024-01-21T09:43:29.122463+0000 mgr.smithi118.lddrqf (mgr. 2024-01-21T09:43:31.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:30 smithi118 conmon[35245]: 14182) 42 : cephadm [INF] Reconfiguring crash.smithi118 (monmap changed)... 2024-01-21T09:43:31.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:30 smithi118 conmon[35245]: cephadm 2024-01-21T09:43:29.123795+0000 mgr.smithi118.lddrqf (mgr.14182) 43 : cephadm [INF] Reconfiguring daemon crash.smithi118 on smithi118 2024-01-21T09:43:31.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:30 smithi118 conmon[35245]: audit 2024-01-21T09:43:30.375380+0000 mon.smithi118 (mon.0) 222 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:31.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:30 smithi134 conmon[40421]: cephadm 2024-01-21T09:43:29.122463+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:43:31.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:30 smithi134 conmon[40421]: 42 : cephadm [INF] Reconfiguring crash.smithi118 (monmap changed)... 2024-01-21T09:43:31.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:30 smithi134 conmon[40421]: cephadm 2024-01-21T09:43:29.123795+0000 mgr.smithi118.lddrqf (mgr.14182) 43 : cephadm [INF] Reconfiguring daemon crash.smithi118 on smithi118 2024-01-21T09:43:31.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:30 smithi134 conmon[40421]: audit 2024-01-21T09: 2024-01-21T09:43:31.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:30 smithi134 conmon[40421]: 43:30.375380+0000 mon.smithi118 (mon.0) 2024-01-21T09:43:31.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:30 smithi134 conmon[40421]: 222 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:32.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:31 smithi118 conmon[35245]: cephadm 2024-01-21T09:43:30.375996+0000 mgr.smithi118.lddrqf (mgr.14182) 44 : cephadm 2024-01-21T09:43:32.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:31 smithi118 conmon[35245]: [INF] Reconfiguring grafana.smithi118 (dependencies changed)... 2024-01-21T09:43:32.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:31 smithi118 conmon[35245]: cluster 2024-01-21T09:43:30.396740+0000 mgr.smithi118.lddrqf (mgr.14182) 45 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:32.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:31 smithi118 conmon[35245]: cephadm 2024-01-21T09:43:30.406954+0000 mgr.smithi118.lddrqf (mgr.14182) 46 : cephadm [INF] Reconfiguring daemon grafana.smithi118 on smithi118 2024-01-21T09:43:32.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:31 smithi134 conmon[40421]: cephadm 2024-01-21T09:43:30.375996+0000 mgr.smithi118.lddrqf (mgr 2024-01-21T09:43:32.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:31 smithi134 conmon[40421]: .14182) 44 : cephadm [INF] Reconfiguring grafana.smithi118 (dependencies changed)... 2024-01-21T09:43:32.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:31 smithi134 conmon[40421]: cluster 2024-01-21T09:43:30.396740+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:43:32.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:31 smithi134 conmon[40421]: 45 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:32.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:31 smithi134 conmon[40421]: cephadm 2024-01-21T09 2024-01-21T09:43:32.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:31 smithi134 conmon[40421]: :43:30.406954+0000 mgr.smithi118.lddrqf (mgr. 2024-01-21T09:43:32.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:31 smithi134 conmon[40421]: 14182) 46 : cephadm [INF] Reconfiguring daemon grafana.smithi118 on smithi118 2024-01-21T09:43:32.463 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:43:33.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:32 smithi118 conmon[35245]: audit 2024-01-21T09:43:32.463114+0000 mon.smithi118 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.118:0/4256429429' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:43:33.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:32 smithi118 conmon[35245]: 2024-01-21T09:43:33.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:32 smithi134 conmon[40421]: audit 2024-01-21T09:43:32.463114+0000 mon.smithi118 (mon. 2024-01-21T09:43:33.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:32 smithi134 conmon[40421]: 0) 223 : audit [DBG] from='client.? 172.21.15.118:0/4256429429' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:43:33.410 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-21T09:43:33.838 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:33 smithi118 conmon[35245]: cluster 2024-01-21T09:43:32.397125+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:43:33.838 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:33 smithi118 conmon[35245]: 47 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:34.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:33 smithi134 conmon[40421]: cluster 2024-01-21T09:43:32.397125+0000 mgr.smithi118.lddrqf (mgr.14182) 47 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:34.412 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T09:43:36.041 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:35 smithi118 conmon[35245]: cluster 2024-01-21T09:43:34.397468+0000 mgr.smithi118.lddrqf (mgr.14182) 48 : cluster 2024-01-21T09:43:36.042 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:35 smithi118 conmon[35245]: [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:36.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:35 smithi134 conmon[40421]: cluster 2024-01-21T09:43:34.397468+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T09:43:36.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:35 smithi134 conmon[40421]: ) 48 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:36.395 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:43:37.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:36 smithi118 conmon[35245]: audit 2024-01-21T09:43:35.783001+0000 mon.smithi118 (mon.0) 224 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:37.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:36 smithi118 conmon[35245]: cephadm 2024-01-21T09:43:35.783729+0000 mgr.smithi118.lddrqf (mgr.14182) 49 : cephadm [INF] Reconfiguring prometheus.smithi118 (dependencies changed)... 2024-01-21T09:43:37.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:36 smithi118 conmon[35245]: cephadm 2024-01-21T09:43:35.786910+0000 mgr.smithi118.lddrqf (mgr.14182) 50 : cephadm [INF] Reconfiguring daemon prometheus.smithi118 on smithi118 2024-01-21T09:43:37.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:36 smithi118 conmon[35245]: audit 2024-01-21T09:43:36.395012+0000 mon.smithi118 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.118:0/1551402816' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:43:37.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:36 smithi134 conmon[40421]: audit 2024-01-21T09:43:35.783001+0000 mon.smithi118 (mon.0) 224 2024-01-21T09:43:37.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:36 smithi134 conmon[40421]: : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:37.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:36 smithi134 conmon[40421]: cephadm 2024-01-21T09:43:35.783729+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T09:43:37.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:36 smithi134 conmon[40421]: ) 49 : cephadm [INF] Reconfiguring prometheus.smithi118 (dependencies changed)... 2024-01-21T09:43:37.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:36 smithi134 conmon[40421]: cephadm 2024-01 2024-01-21T09:43:37.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:36 smithi134 conmon[40421]: -21T09:43:35.786910+0000 2024-01-21T09:43:37.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:36 smithi134 conmon[40421]: mgr.smithi118.lddrqf (mgr.14182) 50 : cephadm [INF] Reconfiguring daemon prometheus.smithi118 on smithi118 2024-01-21T09:43:37.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:36 smithi134 conmon[40421]: audit 2024 2024-01-21T09:43:37.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:36 smithi134 conmon[40421]: -01-21T09:43:36. 2024-01-21T09:43:37.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:36 smithi134 conmon[40421]: 395012+0000 mon.smithi118 (mon.0) 225 : audit 2024-01-21T09:43:37.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:36 smithi134 conmon[40421]: [DBG] from='client.? 172.21.15.118:0/1551402816' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:43:37.313 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-21T09:43:38.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:37 smithi118 conmon[35245]: cluster 2024-01-21T09:43:36.397732+0000 mgr.smithi118.lddrqf (mgr.14182) 51 : 2024-01-21T09:43:38.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:37 smithi118 conmon[35245]: cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:38.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:37 smithi134 conmon[40421]: cluster 2024-01-21T09:43:36.397732+0000 mgr.smithi118.lddrqf (mgr.14182) 51 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:38.314 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T09:43:40.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:39 smithi118 conmon[35245]: cluster 2024-01-21T09:43:38.398005+0000 mgr.smithi118.lddrqf (mgr.14182) 52 2024-01-21T09:43:40.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:39 smithi118 conmon[35245]: : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:40.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:39 smithi134 conmon[40421]: cluster 2024-01-21T09:43:38.398005+0000 mgr.smithi118.lddrqf (mgr.14182) 52 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:40.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:39 smithi134 conmon[40421]: 2024-01-21T09:43:40.485 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:43:41.071 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:40 smithi118 conmon[35245]: audit 2024-01-21T09:43:40.485170+0000 mon.smithi118 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.118:0/3276343364' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:43:41.146 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-21T09:43:41.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:40 smithi134 conmon[40421]: audit 2024-01-21T09:43:40.485170+0000 mon.smithi118 (mon.0) 226 : audit 2024-01-21T09:43:41.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:40 smithi134 conmon[40421]: [DBG] from='client.? 172.21.15.118:0/3276343364' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:43:42.137 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:41 smithi134 conmon[40421]: cluster 2024-01-21T09:43:40.398282+0000 mgr.smithi118.lddrqf (mgr.14182) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:42.137 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:41 smithi134 conmon[40421]: audit 2024-01-21T09:43:40.994525+0000 mon.smithi118 (mon.0) 227 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:42.138 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:41 smithi134 conmon[40421]: cephadm 2024-01-21T09:43:40.995076+0000 mgr.smithi118.lddrqf (mgr.14182) 54 : cephadm [INF] Reconfiguring crash.smithi134 (monmap changed)... 2024-01-21T09:43:42.138 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:41 smithi134 conmon[40421]: audit 2024-01-21T09:43:40.995326+0000 mon.smithi118 (mon.0) 228 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi134", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T09:43:42.138 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:41 smithi134 conmon[40421]: audit 2024-01-21T09:43:40.995885+0000 mon.smithi118 (mon.0) 229 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:43:42.138 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:41 smithi134 conmon[40421]: cephadm 2024-01-21T09:43:40.996345+0000 mgr.smithi118.lddrqf (mgr.14182) 55 : cephadm [INF] Reconfiguring daemon crash.smithi134 on smithi134 2024-01-21T09:43:42.147 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T09:43:42.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:41 smithi118 conmon[35245]: cluster 2024-01-21T09:43:40.398282+0000 mgr.smithi118.lddrqf (mgr.14182) 53 : cluster [DBG] 2024-01-21T09:43:42.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:41 smithi118 conmon[35245]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:42.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:41 smithi118 conmon[35245]: audit 2024-01-21T09:43:40.994525+0000 mon.smithi118 (mon.0) 227 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:42.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:41 smithi118 conmon[35245]: cephadm 2024-01-21T09:43:40.995076+0000 2024-01-21T09:43:42.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:41 smithi118 conmon[35245]: mgr.smithi118.lddrqf (mgr.14182) 54 : cephadm [INF] Reconfiguring crash.smithi134 (monmap changed)... 2024-01-21T09:43:42.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:41 smithi118 conmon[35245]: audit 2024-01-21T09:43:42.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:41 smithi118 conmon[35245]: 2024-01-21T09:43: 2024-01-21T09:43:42.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:41 smithi118 conmon[35245]: 40.995326+0000 mon.smithi118 (mon.0) 228 : audit 2024-01-21T09:43:42.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:41 smithi118 conmon[35245]: [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi134", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T09:43:42.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:41 smithi118 conmon[35245]: audit 2024-01- 2024-01-21T09:43:42.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:41 smithi118 conmon[35245]: 21T09:43:40.995885+0000 2024-01-21T09:43:42.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:41 smithi118 conmon[35245]: mon.smithi118 (mon.0) 229 : audit 2024-01-21T09:43:42.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:41 smithi118 conmon[35245]: [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:43:42.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:41 smithi118 conmon[35245]: cephadm 2024-01-21T09:43:42.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:41 smithi118 conmon[35245]: 2024-01-21T09:43 2024-01-21T09:43:42.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:41 smithi118 conmon[35245]: :40.996345+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:43:42.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:41 smithi118 conmon[35245]: 55 : cephadm [INF] Reconfiguring daemon crash.smithi134 on smithi134 2024-01-21T09:43:43.428 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:43 smithi134 conmon[40421]: audit 2024-01-21T09:43:42.179268+0000 mon.smithi118 (mon.0) 230 : audit [INF] 2024-01-21T09:43:43.428 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:43 smithi134 conmon[40421]: from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:43.428 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:43 smithi134 conmon[40421]: cephadm 2024-01-21T09:43:42.180159+0000 mgr.smithi118.lddrqf (mgr.14182) 56 : cephadm [INF] Reconfiguring mgr.smithi134.papjbv (monmap changed)... 2024-01-21T09:43:43.428 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:43 smithi134 conmon[40421]: audit 2024-01-21T09:43:42.180541+0000 mon.smithi118 (mon.0) 231 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi134.papjbv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T09:43:43.428 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:43 smithi134 conmon[40421]: audit 2024-01-21T09:43:42.181459+0000 mon.smithi118 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T09:43:43.429 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:43 smithi134 conmon[40421]: audit 2024-01-21T09:43:42.182178+0000 mon.smithi118 (mon.0) 233 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:43:43.429 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:43 smithi134 conmon[40421]: cephadm 2024-01-21 2024-01-21T09:43:43.429 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:43 smithi134 conmon[40421]: T09:43:42.182890+0000 mgr.smithi118.lddrqf (mgr.14182) 57 : cephadm [INF] Reconfiguring daemon mgr.smithi134.papjbv on smithi134 2024-01-21T09:43:43.429 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:43 smithi134 conmon[40421]: cluster 2024- 2024-01-21T09:43:43.429 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:43 smithi134 conmon[40421]: 01-21T09:43:42.398551+0000 2024-01-21T09:43:43.429 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:43 smithi134 conmon[40421]: mgr.smithi118.lddrqf (mgr.14182) 58 : cluster [DBG] 2024-01-21T09:43:43.429 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:43 smithi134 conmon[40421]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:43.492 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:43 smithi118 conmon[35245]: audit 2024-01-21T09:43:42.179268+0000 mon.smithi118 (mon.0) 230 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:43.492 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:43 smithi118 conmon[35245]: cephadm 2024-01-21T09:43:42.180159+0000 mgr.smithi118.lddrqf (mgr.14182) 56 : cephadm [INF] Reconfiguring mgr.smithi134.papjbv (monmap changed)... 2024-01-21T09:43:43.492 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:43 smithi118 conmon[35245]: audit 2024-01-21T09:43:42.180541+0000 mon.smithi118 (mon.0) 231 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi134.papjbv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T09:43:43.492 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:43 smithi118 conmon[35245]: audit 2024-01-21T09:43:42.181459+0000 mon.smithi118 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T09:43:43.492 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:43 smithi118 conmon[35245]: audit 2024-01-21T09:43:42.182178+0000 mon.smithi118 (mon.0) 233 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:43:43.492 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:43 smithi118 conmon[35245]: cephadm 2024-01-21T09:43:42.182890+0000 mgr.smithi118.lddrqf (mgr.14182) 57 : cephadm [INF] Reconfiguring daemon mgr.smithi134.papjbv on smithi134 2024-01-21T09:43:43.492 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:43 smithi118 conmon[35245]: cluster 2024-01-21T09:43:42.398551+0000 mgr.smithi118.lddrqf (mgr.14182) 58 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:43.834 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:43:44.314 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-21T09:43:44.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:44 smithi118 conmon[35245]: audit 2024-01-21T09:43:43.482813+0000 mon.smithi118 (mon.0) 234 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:44.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:44 smithi118 conmon[35245]: cephadm 2024-01-21T09:43:43.483424+0000 mgr.smithi118.lddrqf (mgr.14182) 59 : cephadm [INF] Reconfiguring mon.smithi134 (monmap changed)... 2024-01-21T09:43:44.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:44 smithi118 conmon[35245]: audit 2024-01-21T09:43:43.483681+0000 mon.smithi118 (mon.0) 235 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T09:43:44.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:44 smithi118 conmon[35245]: audit 2024-01-21T09:43:43.484328+0000 mon.smithi118 (mon.0) 236 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T09:43:44.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:44 smithi118 conmon[35245]: audit 2024-01-21T09:43:43.484962+0000 mon.smithi118 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:43:44.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:44 smithi118 conmon[35245]: cephadm 2024-01-21T09:43:43.485579+0000 mgr.smithi118.lddrqf (mgr.14182) 60 : cephadm [INF] Reconfiguring daemon mon.smithi134 on smithi134 2024-01-21T09:43:44.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:44 smithi118 conmon[35245]: audit 2024-01-21T09:43:43.834212+0000 mon.smithi118 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.118:0/1086724605' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:43:44.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:44 smithi134 conmon[40421]: audit 2024-01-21T09:43:43.482813+0000 mon.smithi118 (mon.0) 234 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:44.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:44 smithi134 conmon[40421]: cephadm 2024-01-21T09:43:43.483424+0000 mgr.smithi118.lddrqf (mgr.14182) 59 : cephadm [INF] Reconfiguring mon.smithi134 (monmap changed)... 2024-01-21T09:43:44.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:44 smithi134 conmon[40421]: audit 2024-01-21T09:43:43.483681+0000 mon.smithi118 (mon.0) 235 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T09:43:44.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:44 smithi134 conmon[40421]: audit 2024-01-21T09:43:43.484328+0000 mon.smithi118 (mon.0) 236 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T09:43:44.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:44 smithi134 conmon[40421]: audit 2024-01-21T09:43:43.484962+0000 mon.smithi118 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:43:44.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:44 smithi134 conmon[40421]: cephadm 2024-01-21T09:43:43.485579+0000 mgr.smithi118.lddrqf (mgr.14182) 60 : cephadm [INF] Reconfiguring daemon mon.smithi134 on smithi134 2024-01-21T09:43:44.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:44 smithi134 conmon[40421]: audit 2024-01-21T09:43:43.834212+0000 mon.smithi118 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.118:0/1086724605' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:43:45.314 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T09:43:45.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:45 smithi134 conmon[40421]: cluster 2024-01-21T09:43:44.398918+0000 mgr.smithi118.lddrqf (mgr.14182) 61 : 2024-01-21T09:43:45.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:45 smithi134 conmon[40421]: cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:45.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:45 smithi134 conmon[40421]: audit 2024-01-21T09:43:44.624950+0000 mon.smithi118 (mon.0) 239 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:45.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:45 smithi134 conmon[40421]: audit 2024-01-21T09:43:44.627812+0000 mon.smithi118 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T09:43:45.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:45 smithi134 conmon[40421]: audit 2024-01-21T09:43:44.628170+0000 mgr.smithi118.lddrqf (mgr.14182) 62 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T09:43:45.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:45 smithi134 conmon[40421]: audit 2024-01-21T09:43:44.629237+0000 mon.smithi118 (mon.0) 241 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi118:9093"}]: dispatch 2024-01-21T09:43:45.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:45 smithi134 conmon[40421]: audit 2024-01-21T09:43:44.629514+0000 mgr.smithi118.lddrqf (mgr.14182) 63 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi118:9093"}]: dispatch 2024-01-21T09:43:45.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:45 smithi134 conmon[40421]: audit 2024-01-21T09:43:44.633247+0000 mon.smithi118 (mon.0) 242 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:45.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:45 smithi134 conmon[40421]: audit 2024-01-21T09:43:44.637220+0000 mon.smithi118 (mon.0) 243 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T09:43:45.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:45 smithi134 conmon[40421]: audit 2024-01-21T09:43:44.637602+0000 mgr.smithi118.lddrqf (mgr.14182) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T09:43:45.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:45 smithi134 conmon[40421]: audit 2024-01-21T09:43:44.642629+0000 mon.smithi118 (mon.0) 244 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi118:3000"}]: dispatch 2024-01-21T09:43:45.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:45 smithi134 conmon[40421]: audit 2024-01-21T09:43:44.642950+0000 mgr.smithi118.lddrqf (mgr.14182) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi118:3000"}]: dispatch 2024-01-21T09:43:45.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:45 smithi134 conmon[40421]: audit 2024-01-21T09:43:44.647504+0000 mon.smithi118 (mon.0) 245 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:45.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:45 smithi134 conmon[40421]: audit 2024-01 2024-01-21T09:43:45.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:45 smithi134 conmon[40421]: -21T09:43:44.654913+0000 mon.smithi118 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T09:43:45.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:45 smithi134 conmon[40421]: audit 2024-01-21T09:43:44.655344+0000 mgr.smithi118.lddrqf (mgr.14182) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T09:43:45.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:45 smithi134 conmon[40421]: audit 2024-01-21T09:43:45.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:45 smithi134 conmon[40421]: 2024-01-21T09:43:44.656619+0000 mon.smithi118 (mon.0) 247 : audit [INF] 2024-01-21T09:43:45.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:45 smithi134 conmon[40421]: from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi118:9095"}]: dispatch 2024-01-21T09:43:45.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:45 smithi134 conmon[40421]: audit 2024- 2024-01-21T09:43:45.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:45 smithi134 conmon[40421]: 01-21T09:43:44.657014+0000 mgr.smithi118.lddrqf 2024-01-21T09:43:45.966 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:45 smithi134 conmon[40421]: (mgr.14182) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi118:9095"}]: dispatch 2024-01-21T09:43:45.966 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:45 smithi134 conmon[40421]: audit 2024-01-21T09:43:45.966 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:45 smithi134 conmon[40421]: 2024-01-21T09:43 2024-01-21T09:43:45.966 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:45 smithi134 conmon[40421]: :44.661299+0000 mon.smithi118 (mon.0) 248 2024-01-21T09:43:45.966 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:45 smithi134 conmon[40421]: : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:45.966 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:45 smithi134 conmon[40421]: audit 2024-01-21T09:43:45.966 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:45 smithi134 conmon[40421]: 2024-01-21T09:43:44.663288 2024-01-21T09:43:45.966 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:45 smithi134 conmon[40421]: +0000 mon.smithi118 (mon.0) 249 : audit [DBG] 2024-01-21T09:43:45.966 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:45 smithi134 conmon[40421]: from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:43:46.026 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:45 smithi118 conmon[35245]: cluster 2024-01-21T09:43:44.398918+0000 mgr.smithi118.lddrqf (mgr.14182) 61 : 2024-01-21T09:43:46.026 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:45 smithi118 conmon[35245]: cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:46.026 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:45 smithi118 conmon[35245]: audit 2024-01-21T09:43:44.624950+0000 mon.smithi118 (mon.0) 239 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:46.027 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:45 smithi118 conmon[35245]: audit 2024-01-21T09:43:44.627812+0000 mon.smithi118 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T09:43:46.027 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:45 smithi118 conmon[35245]: audit 2024-01-21T09:43:44.628170+0000 mgr.smithi118.lddrqf (mgr.14182) 62 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T09:43:46.027 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:45 smithi118 conmon[35245]: audit 2024-01-21T09:43:44.629237+0000 mon.smithi118 (mon.0) 241 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi118:9093"}]: dispatch 2024-01-21T09:43:46.027 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:45 smithi118 conmon[35245]: audit 2024-01-21T09:43:44.629514+0000 mgr.smithi118.lddrqf (mgr.14182) 63 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi118:9093"}]: dispatch 2024-01-21T09:43:46.027 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:45 smithi118 conmon[35245]: audit 2024-01-21T09:43:44.633247+0000 mon.smithi118 (mon.0) 242 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:46.027 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:45 smithi118 conmon[35245]: audit 2024-01-21T09:43:44.637220+0000 mon.smithi118 (mon.0) 243 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T09:43:46.027 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:45 smithi118 conmon[35245]: audit 2024-01-21T09:43:44.637602+0000 mgr.smithi118.lddrqf (mgr.14182) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T09:43:46.027 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:45 smithi118 conmon[35245]: audit 2024-01-21T09:43:44.642629+0000 mon.smithi118 (mon.0) 244 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi118:3000"}]: dispatch 2024-01-21T09:43:46.027 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:45 smithi118 conmon[35245]: audit 2024-01-21T09:43:44.642950+0000 mgr.smithi118.lddrqf (mgr.14182) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi118:3000"}]: dispatch 2024-01-21T09:43:46.027 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:45 smithi118 conmon[35245]: audit 2024-01-21T09:43:44.647504+0000 mon.smithi118 (mon.0) 245 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:46.027 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:45 smithi118 conmon[35245]: audit 2024-01-21T09:43:44.654913+0000 mon.smithi118 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T09:43:46.027 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:45 smithi118 conmon[35245]: audit 2024-01-21T09:43:44.655344+0000 mgr.smithi118.lddrqf (mgr.14182) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T09:43:46.027 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:45 smithi118 conmon[35245]: audit 2024-01-21T09:43:44.656619+0000 mon.smithi118 (mon.0) 247 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi118:9095"}]: dispatch 2024-01-21T09:43:46.027 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:45 smithi118 conmon[35245]: audit 2024-01-21T09:43:44.657014+0000 mgr.smithi118.lddrqf (mgr.14182) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi118:9095"}]: dispatch 2024-01-21T09:43:46.028 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:45 smithi118 conmon[35245]: audit 2024-01-21T09:43:44.661299+0000 mon.smithi118 (mon.0) 248 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:46.028 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:45 smithi118 conmon[35245]: audit 2024-01-21T09:43:44.663288+0000 mon.smithi118 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:43:47.332 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:43:47.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:47 smithi118 conmon[35245]: audit 2024-01-21T09:43:46.016699+0000 mon.smithi118 (mon.0) 250 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:47.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:47 smithi118 conmon[35245]: audit 2024-01-21T09:43:46.020618+0000 mon.smithi118 (mon.0) 251 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:47.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:47 smithi134 conmon[40421]: audit 2024-01-21T09:43:46.016699+0000 mon.smithi118 (mon.0) 250 2024-01-21T09:43:47.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:47 smithi134 conmon[40421]: : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:47.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:47 smithi134 conmon[40421]: audit 2024-01-21T09:43:46.020618+0000 mon.smithi118 (mon.0) 251 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:47.916 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-21T09:43:48.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:48 smithi118 conmon[35245]: cluster 2024-01-21T09:43:46.399307+0000 mgr.smithi118.lddrqf (mgr.14182) 68 : cluster 2024-01-21T09:43:48.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:48 smithi118 conmon[35245]: [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:48.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:48 smithi118 conmon[35245]: audit 2024-01-21T09:43:47.332236+0000 mon.smithi118 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.118:0/3275441449' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:43:48.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:48 smithi134 conmon[40421]: cluster 2024-01-21T09:43:46.399307+0000 mgr.smithi118.lddrqf (mgr.14182) 68 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:48.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:48 smithi134 conmon[40421]: audit 2024-01-21T09:43:47.332236+0000 mon.smithi118 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.118:0/3275441449' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:43:48.917 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T09:43:49.447 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:49 smithi134 conmon[40421]: audit 2024-01-21T09:43:48.262906+0000 mon.smithi118 (mon.0 2024-01-21T09:43:49.447 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:49 smithi134 conmon[40421]: ) 253 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:49.447 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:49 smithi134 conmon[40421]: cluster 2024-01-21T09:43:48.399585+0000 mgr.smithi118.lddrqf (mgr.14182) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:49.447 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:49 smithi134 conmon[40421]: audit 2024-01-21T09:43:48.573281+0000 mon.smithi118 (mon.0) 254 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:49.447 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:49 smithi134 conmon[40421]: audit 2024-01-21T09:43:48.574018+0000 mon.smithi118 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:43:49.447 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:49 smithi134 conmon[40421]: audit 2024-01-21T09:43:48.574565+0000 mon.smithi118 (mon.0) 256 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:43:49.448 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:49 smithi134 conmon[40421]: 2024-01-21T09:43:49.448 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:49 smithi134 conmon[40421]: audit 2024-01-21T09:43:48.578001+0000 mon.smithi118 (mon.0) 257 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:49.448 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:49 smithi134 conmon[40421]: audit 2024-01-21T09:43:48.581348+0000 2024-01-21T09:43:49.448 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:49 smithi134 conmon[40421]: mon.smithi118 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:43:49.448 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:49 smithi134 conmon[40421]: audit 2024-01-21T 2024-01-21T09:43:49.448 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:49 smithi134 conmon[40421]: 09:43:48.583974+0000 mon.smithi118 (mon.0) 259 2024-01-21T09:43:49.448 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:49 smithi134 conmon[40421]: : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T09:43:49.448 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:49 smithi134 conmon[40421]: audit 2024-01-21T09:43:49.448 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:49 smithi134 conmon[40421]: 2024-01-21 2024-01-21T09:43:49.448 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:49 smithi134 conmon[40421]: T09:43:48.584881+0000 mon.smithi118 2024-01-21T09:43:49.448 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:49 smithi134 conmon[40421]: (mon.0) 260 : audit 2024-01-21T09:43:49.448 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:49 smithi134 conmon[40421]: [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T09:43:49.448 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:49 smithi134 conmon[40421]: audit 2024-01-21T09:43:49.448 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:49 smithi134 conmon[40421]: 2024-01-21T09:43:48.585115+0000 2024-01-21T09:43:49.449 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:49 smithi134 conmon[40421]: mon.smithi118 (mon.0) 261 : audit 2024-01-21T09:43:49.449 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:49 smithi134 conmon[40421]: [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:43:49.449 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:49 smithi134 conmon[40421]: audit 2024-01-21T09:43:49.449 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:49 smithi134 conmon[40421]: 2024-01-21T09:43:48.585546+0000 mon.smithi118 2024-01-21T09:43:49.449 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:49 smithi134 conmon[40421]: (mon.0) 262 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:43:49.449 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:49 smithi134 conmon[40421]: 2024-01-21T09:43:49.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:49 smithi118 conmon[35245]: audit 2024-01-21T09:43:48.262906+0000 mon.smithi118 (mon.0) 253 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:49.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:49 smithi118 conmon[35245]: cluster 2024-01-21T09: 2024-01-21T09:43:49.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:49 smithi118 conmon[35245]: 43:48.399585+0000 mgr.smithi118.lddrqf (mgr.14182) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:49.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:49 smithi118 conmon[35245]: audit 2024-01-21T09:43:48.573281+0000 mon.smithi118 (mon.0) 254 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:49.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:49 smithi118 conmon[35245]: audit 2024-01-21T09:43:48.574018+0000 mon.smithi118 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:43:49.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:49 smithi118 conmon[35245]: audit 2024-01-21T09:43:48.574565+0000 mon.smithi118 (mon.0) 256 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:43:49.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:49 smithi118 conmon[35245]: audit 2024-01-21T09:43:48.578001+0000 mon.smithi118 (mon.0) 257 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:43:49.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:49 smithi118 conmon[35245]: audit 2024-01-21T09:43:48.581348+0000 mon.smithi118 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:43:49.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:49 smithi118 conmon[35245]: audit 2024-01-21T09:43:48.583974+0000 mon.smithi118 (mon.0) 259 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T09:43:49.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:49 smithi118 conmon[35245]: audit 2024-01-21T09:43:48.584881+0000 mon.smithi118 (mon.0) 260 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T09:43:49.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:49 smithi118 conmon[35245]: audit 2024-01-21T09:43:48.585115+0000 mon.smithi118 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:43:49.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:49 smithi118 conmon[35245]: audit 2024-01- 2024-01-21T09:43:49.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:49 smithi118 conmon[35245]: 21T09:43:48.585546+0000 mon.smithi118 (mon.0) 262 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:43:51.179 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:43:51.780 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:51 smithi118 conmon[35245]: cluster 2024-01-21T09:43:50.399842+0000 mgr.smithi118.lddrqf (mgr.14182) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:51.780 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:51 smithi118 conmon[35245]: audit 2024-01-21T09:43:51.086963+0000 mon.smithi134 (mon.1) 2 : audit [INF] from='client.? 172.21.15.134:0/1344688800' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2c7f03e3-2815-4fcb-abb8-7c4a294675eb"}]: dispatch 2024-01-21T09:43:51.780 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:51 smithi118 conmon[35245]: audit 2024-01-21T09:43:51.087398+0000 mon.smithi118 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2c7f03e3-2815-4fcb-abb8-7c4a294675eb"}]: dispatch 2024-01-21T09:43:51.780 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:51 smithi118 conmon[35245]: audit 2024-01-21T09:43:51.090637+0000 mon.smithi118 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2c7f03e3-2815-4fcb-abb8-7c4a294675eb"}]': finished 2024-01-21T09:43:51.780 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:51 smithi118 conmon[35245]: cluster 2024-01-21T09:43:51.090691+0000 mon.smithi118 (mon.0) 265 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-21T09:43:51.781 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:51 smithi118 conmon[35245]: audit 2024-01-21T09:43:51.090813+0000 mon.smithi118 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T09:43:51.781 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:51 smithi118 conmon[35245]: audit 2024-01-21T09:43:51.177805+0000 mon.smithi118 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.118:0/3691052110' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:43:51.781 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:51 smithi118 conmon[35245]: audit 2024-01-21T09:43:51.742957+0000 mon.smithi118 (mon.0) 268 : audit [INF] from='client.? 172.21.15.118:0/717743165' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b52d44a2-2b5b-4d16-9951-3c0b6c23dbe5"}]: dispatch 2024-01-21T09:43:51.781 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:51 smithi118 conmon[35245]: audit 2024-01-21T09:43:51.746430+0000 mon.smithi118 (mon.0) 269 : audit [INF] 2024-01-21T09:43:51.781 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:51 smithi118 conmon[35245]: from='client.? 172.21.15.118:0/717743165' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b52d44a2-2b5b-4d16-9951-3c0b6c23dbe5"}]': finished 2024-01-21T09:43:51.781 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:51 smithi118 conmon[35245]: cluster 2024-01-21T09:43:51.746490+0000 mon.smithi118 (mon.0) 270 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-21T09:43:51.781 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:51 smithi118 conmon[35245]: audit 2024-01-21T09:43:51.746578+0000 mon.smithi118 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T09:43:51.781 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:51 smithi118 conmon[35245]: audit 2024-01-21T09:43:51.746821+0000 mon.smithi118 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T09:43:51.782 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1705830231,"num_remapped_pgs":0} 2024-01-21T09:43:52.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:51 smithi134 conmon[40421]: cluster 2024-01-21T09:43:50.399842+0000 mgr.smithi118.lddrqf (mgr.14182) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:52.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:51 smithi134 conmon[40421]: audit 2024-01-21T09:43:51.086963+0000 mon.smithi134 (mon.1) 2 : audit [INF] from='client.? 172.21.15.134:0/1344688800' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2c7f03e3-2815-4fcb-abb8-7c4a294675eb"}]: dispatch 2024-01-21T09:43:52.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:51 smithi134 conmon[40421]: audit 2024-01-21T09:43:51.087398+0000 mon.smithi118 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2c7f03e3-2815-4fcb-abb8-7c4a294675eb"}]: dispatch 2024-01-21T09:43:52.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:51 smithi134 conmon[40421]: audit 2024-01-21T09:43:51.090637+0000 mon.smithi118 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2c7f03e3-2815-4fcb-abb8-7c4a294675eb"}]': finished 2024-01-21T09:43:52.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:51 smithi134 conmon[40421]: cluster 2024-01-21T09:43:51.090691+0000 mon.smithi118 (mon.0) 265 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-21T09:43:52.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:51 smithi134 conmon[40421]: audit 2024-01-21T09:43:51.090813+0000 mon.smithi118 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T09:43:52.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:51 smithi134 conmon[40421]: audit 2024-01-21T09:43:51.177805+0000 mon.smithi118 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.118:0/3691052110' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:43:52.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:51 smithi134 conmon[40421]: audit 2024-01-21T09:43:51.742957+0000 mon.smithi118 (mon.0) 268 : audit [INF] from='client.? 172.21.15.118:0/717743165' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b52d44a2-2b5b-4d16-9951-3c0b6c23dbe5"}]: dispatch 2024-01-21T09:43:52.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:51 smithi134 conmon[40421]: audit 2024-01-21T09:43:51.746430+0000 mon.smithi118 (mon.0) 269 : audit [INF] from='client.? 172.21.15.118:0/717743165' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b52d44a2-2b5b-4d16-9951-3c0b6c23dbe5"}]': finished 2024-01-21T09:43:52.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:51 smithi134 conmon[40421]: cluster 2024-01-21T09:43:51.746490+0000 mon.smithi118 (mon.0) 270 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-21T09:43:52.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:51 smithi134 conmon[40421]: audit 2024-01-21T09:43:51.746578+0000 mon.smithi118 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T09:43:52.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:51 smithi134 conmon[40421]: audit 2024-01-21T09:43:51.746821+0000 mon.smithi118 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T09:43:52.783 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T09:43:53.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:52 smithi118 conmon[35245]: audit 2024-01-21T09:43:52.309980+0000 mon.smithi134 (mon.1) 2024-01-21T09:43:53.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:52 smithi118 conmon[35245]: 3 : audit [DBG] from='client.? 172.21.15.134:0/129728307' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T09:43:53.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:52 smithi134 conmon[40421]: audit 2024-01-21T09:43:52.309980+0000 mon.smithi134 (mon.1) 3 : 2024-01-21T09:43:53.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:52 smithi134 conmon[40421]: audit [DBG] from='client.? 172.21.15.134:0/129728307' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T09:43:53.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:53 smithi118 conmon[35245]: cluster 2024-01-21T09:43:52.400083+0000 mgr.smithi118.lddrqf (mgr.14182) 71 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:53.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:53 smithi118 conmon[35245]: audit 2024-01-21T09:43:52.990369+0000 mon.smithi118 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.118:0/573630032' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T09:43:54.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:53 smithi134 conmon[40421]: cluster 2024-01-21T09:43:52.400083+0000 mgr.smithi118.lddrqf (mgr.14182) 71 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:54.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:53 smithi134 conmon[40421]: audit 2024-01-21T09:43:52.990369+0000 mon.smithi118 2024-01-21T09:43:54.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:53 smithi134 conmon[40421]: (mon.0) 273 : audit [DBG] from='client.? 172.21.15.118:0/573630032' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T09:43:54.525 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:43:54.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:54 smithi118 conmon[35245]: audit 2024-01-21T09:43:54.524851+0000 mon.smithi118 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.118:0/195256092' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:43:55.027 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1705830231,"num_remapped_pgs":0} 2024-01-21T09:43:55.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:54 smithi134 conmon[40421]: audit 2024-01-21T09:43:54.524851+0000 mon.smithi118 (mon.0) 274 2024-01-21T09:43:55.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:54 smithi134 conmon[40421]: : audit [DBG] from='client.? 172.21.15.118:0/195256092' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:43:56.028 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T09:43:56.058 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:55 smithi118 conmon[35245]: cluster 2024-01-21T09:43:54.400366+0000 mgr.smithi118.lddrqf (mgr.14182) 72 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:56.058 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:55 smithi118 conmon[35245]: audit 2024-01-21T09:43:54.829586+0000 mon.smithi134 (mon.1) 4 : audit [INF] from='client.? 172.21.15.134:0/1351466906' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49a147cd-bcf6-44c4-8df3-d44d2dce49d7"}]: dispatch 2024-01-21T09:43:56.058 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:55 smithi118 conmon[35245]: audit 2024-01-21T09:43:54.830074+0000 mon.smithi118 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49a147cd-bcf6-44c4-8df3-d44d2dce49d7"}]: dispatch 2024-01-21T09:43:56.058 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:55 smithi118 conmon[35245]: audit 2024-01-21T09:43:54.832860+0000 mon.smithi118 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "49a147cd-bcf6-44c4-8df3-d44d2dce49d7"}]': finished 2024-01-21T09:43:56.058 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:55 smithi118 conmon[35245]: cluster 2024-01-21T09:43:54.832944+0000 mon.smithi118 (mon.0) 277 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-21T09:43:56.058 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:55 smithi118 conmon[35245]: audit 2024-01-21T09:43:54.833041+0000 mon.smithi118 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T09:43:56.058 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:55 smithi118 conmon[35245]: audit 2024-01-21T09:43:54 2024-01-21T09:43:56.058 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:55 smithi118 conmon[35245]: .833297+0000 mon.smithi118 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T09:43:56.058 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:55 smithi118 conmon[35245]: audit 2024-01-21T09:43:54.833449+0000 mon.smithi118 (mon.0) 280 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T09:43:56.058 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:55 smithi118 conmon[35245]: audit 2024-01-21T09:43:55.514495+0000 mon.smithi118 (mon.0) 281 : audit [INF] from='client.? 172.21.15.118:0/3095487710' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9f65aff9-0df4-475f-aae7-9c9bb57b0c0e"}]: dispatch 2024-01-21T09:43:56.058 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:55 smithi118 conmon[35245]: audit 2024-01-21T09:43:55.518081+0000 mon.smithi118 (mon.0) 282 : audit [INF] from='client.? 172.21.15.118:0/3095487710' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9f65aff9-0df4-475f-aae7-9c9bb57b0c0e"}]': finished 2024-01-21T09:43:56.058 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:55 smithi118 conmon[35245]: cluster 2024-01-21T09:43:55.518117+0000 mon.smithi118 (mon.0) 283 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-21T09:43:56.058 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:55 smithi118 conmon[35245]: audit 2024-01-21T09:43:55.518237+0000 mon.smithi118 (mon.0) 284 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T09:43:56.058 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:55 smithi118 conmon[35245]: audit 2024-01-21T09:43:55.518505+0000 mon.smithi118 (mon.0) 285 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T09:43:56.059 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:55 smithi118 conmon[35245]: audit 2024-01-21T09:43:55.518666+0000 mon.smithi118 (mon.0) 286 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T09:43:56.059 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:55 smithi118 conmon[35245]: audit 2024-01-21T09:43:55.518846+0000 mon.smithi118 (mon.0) 287 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:43:56.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:55 smithi134 conmon[40421]: cluster 2024-01-21T09:43:54.400366+0000 mgr.smithi118.lddrqf (mgr.14182) 72 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:56.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:55 smithi134 conmon[40421]: audit 2024-01-21T09:43:54.829586+0000 mon.smithi134 (mon.1) 4 : audit [INF] from='client.? 172.21.15.134:0/1351466906' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49a147cd-bcf6-44c4-8df3-d44d2dce49d7"}]: dispatch 2024-01-21T09:43:56.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:55 smithi134 conmon[40421]: audit 2024-01-21T09:43:54.830074+0000 mon.smithi118 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49a147cd-bcf6-44c4-8df3-d44d2dce49d7"}]: dispatch 2024-01-21T09:43:56.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:55 smithi134 conmon[40421]: audit 2024-01-21T09:43:54.832860+0000 mon.smithi118 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "49a147cd-bcf6-44c4-8df3-d44d2dce49d7"}]': finished 2024-01-21T09:43:56.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:55 smithi134 conmon[40421]: cluster 2024-01-21T09:43:54.832944+0000 mon.smithi118 (mon.0) 277 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-21T09:43:56.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:55 smithi134 conmon[40421]: audit 2024-01-21T09:43:54.833041+0000 mon.smithi118 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T09:43:56.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:55 smithi134 conmon[40421]: audit 2024-01-21T09:43:54.833297+0000 mon.smithi118 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T09:43:56.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:55 smithi134 conmon[40421]: audit 2024-01-21T09:43:54.833449+0000 mon.smithi118 (mon.0) 280 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T09:43:56.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:55 smithi134 conmon[40421]: audit 2024-01-21T09:43:55.514495+0000 mon.smithi118 (mon.0) 281 : audit [INF] from='client.? 172.21.15.118:0/3095487710' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9f65aff9-0df4-475f-aae7-9c9bb57b0c0e"}]: dispatch 2024-01-21T09:43:56.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:55 smithi134 conmon[40421]: audit 2024-01-21T09:43:55.518081+0000 mon.smithi118 (mon.0) 282 : audit [INF] from='client.? 172.21.15.118:0/3095487710' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9f65aff9-0df4-475f-aae7-9c9bb57b0c0e"}]': finished 2024-01-21T09:43:56.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:55 smithi134 conmon[40421]: cluster 2024-01-21T09:43:55.518117+0000 mon.smithi118 (mon.0) 283 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-21T09:43:56.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:55 smithi134 conmon[40421]: audit 2024-01-21T09:43:55.518237+0000 mon.smithi118 (mon.0) 284 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T09:43:56.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:55 smithi134 conmon[40421]: audit 2024-01-21T09:43:55.518505+0000 mon.smithi118 (mon.0) 285 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T09:43:56.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:55 smithi134 conmon[40421]: audit 2024-01-21T09:43:55.518666+0000 mon.smithi118 (mon.0) 286 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T09:43:56.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:55 smithi134 conmon[40421]: audit 2024-01-21T09:43:55.518846+0000 mon.smithi118 (mon.0) 287 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:43:57.092 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:56 smithi134 conmon[40421]: audit 2024-01-21T09:43:56.051523+0000 mon.smithi134 (mon.1) 5 : audit 2024-01-21T09:43:57.092 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:56 smithi134 conmon[40421]: [DBG] from='client.? 172.21.15.134:0/837286327' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T09:43:57.092 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:56 smithi134 conmon[40421]: audit 2024-01-21T09:43:56.741022+0000 mon.smithi118 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.118:0/1252495192' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T09:43:57.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:56 smithi118 conmon[35245]: audit 2024-01-21T09:43:56.051523+0000 mon.smithi134 (mon. 2024-01-21T09:43:57.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:56 smithi118 conmon[35245]: 1) 5 : audit [DBG] from='client.? 172.21.15.134:0/837286327' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T09:43:57.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:56 smithi118 conmon[35245]: audit 2024-01-21T09:43:56.741022+0000 mon.smithi118 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.118:0/1252495192' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T09:43:57.729 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:43:58.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:57 smithi118 conmon[35245]: cluster 2024-01-21T09:43:56.400573+0000 mgr.smithi118.lddrqf (mgr.14182) 73 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:58.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:57 smithi118 conmon[35245]: audit 2024-01-21T09:43:57.728560+0000 mon.smithi118 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.118:0/607958441' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:43:58.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:57 smithi134 conmon[40421]: cluster 2024-01-21T09:43:56.400573+0000 mgr.smithi118.lddrqf (mgr.14182) 73 : cluster 2024-01-21T09:43:58.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:57 smithi134 conmon[40421]: [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:43:58.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:57 smithi134 conmon[40421]: audit 2024-01-21T09:43:57.728560+0000 mon.smithi118 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.118:0/607958441' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:43:58.275 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1705830235,"num_remapped_pgs":0} 2024-01-21T09:43:58.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:58 smithi134 conmon[40421]: audit 2024-01-21T09:43:58.550716+0000 mon.smithi134 (mon.1) 6 : audit [INF] from='client.? 172.21.15.134:0/3778424076' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9a5ec958-4a3f-400d-b753-3d5584480578"}]: dispatch 2024-01-21T09:43:58.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:58 smithi134 conmon[40421]: audit 2024-01-21T09:43:58.551481+0000 mon.smithi118 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9a5ec958-4a3f-400d-b753-3d5584480578"}]: dispatch 2024-01-21T09:43:58.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:58 smithi134 conmon[40421]: audit 2024-01-21T09:43:58.554917+0000 mon.smithi118 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9a5ec958-4a3f-400d-b753-3d5584480578"}]': finished 2024-01-21T09:43:58.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:58 smithi134 conmon[40421]: cluster 2024-01-21T09:43:58.554960+0000 mon.smithi118 (mon.0) 292 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-21T09:43:58.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:58 smithi134 conmon[40421]: audit 2024-01-21T09:43:58.555038+0000 mon.smithi118 (mon.0) 293 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T09:43:58.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:58 smithi134 conmon[40421]: audit 2024-01-21T09:43:58.555257+0000 mon.smithi118 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T09:43:58.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:58 smithi134 conmon[40421]: audit 2024-01-21T09:43:58.555386+0000 mon.smithi118 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T09:43:58.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:58 smithi134 conmon[40421]: audit 2024-01-21T09:43:58.555519+0000 mon.smithi118 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:43:58.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:58 smithi134 conmon[40421]: audit 2024-01-21T09:43:58.555647+0000 mon.smithi118 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:43:59.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:58 smithi118 conmon[35245]: audit 2024-01-21T09:43:58.550716+0000 mon.smithi134 (mon.1) 6 : audit [INF] 2024-01-21T09:43:59.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:58 smithi118 conmon[35245]: from='client.? 172.21.15.134:0/3778424076' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9a5ec958-4a3f-400d-b753-3d5584480578"}]: dispatch 2024-01-21T09:43:59.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:58 smithi118 conmon[35245]: audit 2024-01-21T09:43:58.551481+0000 mon.smithi118 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9a5ec958-4a3f-400d-b753-3d5584480578"}]: dispatch 2024-01-21T09:43:59.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:58 smithi118 conmon[35245]: audit 2024-01-21T09:43:58.554917+0000 mon.smithi118 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9a5ec958-4a3f-400d-b753-3d5584480578"}]': finished 2024-01-21T09:43:59.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:58 smithi118 conmon[35245]: cluster 2024-01-21T09:43:58.554960+0000 mon.smithi118 (mon.0) 292 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-21T09:43:59.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:58 smithi118 conmon[35245]: audit 2024-01-21T09:43:58.555038+0000 mon.smithi118 (mon.0) 293 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T09:43:59.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:58 smithi118 conmon[35245]: audit 2024-01-21T09:43:58.555257+0000 mon.smithi118 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T09:43:59.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:58 smithi118 conmon[35245]: audit 2024-01-21T09:43:59.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:58 smithi118 conmon[35245]: 2024-01-21T09:43:58.555386+0000 mon.smithi118 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T09:43:59.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:58 smithi118 conmon[35245]: audit 2024-01-21T09:43:58.555519+0000 mon.smithi118 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:43:59.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:58 smithi118 conmon[35245]: audit 2024-01-21T09:43:59.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:58 smithi118 conmon[35245]: 2024-01-21T09:43:58.555647+0000 mon.smithi118 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:43:59.277 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T09:44:00.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:59 smithi118 conmon[35245]: cluster 2024-01-21T09:43:58.400928+0000 mgr.smithi118.lddrqf (mgr.14182) 74 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:44:00.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:59 smithi118 conmon[35245]: audit 2024-01-21T09:43:59.253417+0000 mon.smithi118 (mon.0) 298 : audit [INF] from='client.? 172.21.15.118:0/2688275869' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5acac5d7-f2ef-444c-8ccd-6b6339141e7b"}]: dispatch 2024-01-21T09:44:00.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:59 smithi118 conmon[35245]: audit 2024-01-21T09:43:59.256714+0000 mon.smithi118 (mon.0) 299 : audit [INF] from='client.? 172.21.15.118:0/2688275869' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5acac5d7-f2ef-444c-8ccd-6b6339141e7b"}]': finished 2024-01-21T09:44:00.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:59 smithi118 conmon[35245]: cluster 2024-01-21T09:43:59.256749+0000 mon.smithi118 (mon.0) 300 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-21T09:44:00.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:59 smithi118 conmon[35245]: audit 2024-01-21T09:43:59.256826+0000 mon.smithi118 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T09:44:00.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:59 smithi118 conmon[35245]: audit 2024-01-21T09:43:59.257054+0000 mon.smithi118 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T09:44:00.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:59 smithi118 conmon[35245]: audit 2024-01-21T09:43:59.257175+0000 mon.smithi118 (mon.0) 303 : audit 2024-01-21T09:44:00.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:59 smithi118 conmon[35245]: [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T09:44:00.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:59 smithi118 conmon[35245]: audit 2024-01-21T09:43:59.257327+0000 mon.smithi118 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:44:00.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:59 smithi118 conmon[35245]: audit 2024-01-21T09:43:59.257462+0000 mon.smithi118 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:44:00.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:59 smithi118 conmon[35245]: audit 2024-01-21T09:43:59.257601+0000 mon.smithi118 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:00.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:43:59 smithi118 conmon[35245]: audit 2024-01-21T09:43:59.769099+0000 mon.smithi134 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.134:0/1228156597' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T09:44:00.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:59 smithi134 conmon[40421]: cluster 2024-01-21T09:43:58.400928+0000 mgr.smithi118.lddrqf (mgr.14182) 74 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:44:00.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:59 smithi134 conmon[40421]: audit 2024-01-21T09:43:59.253417+0000 mon.smithi118 (mon.0) 298 : audit [INF] from='client.? 172.21.15.118:0/2688275869' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5acac5d7-f2ef-444c-8ccd-6b6339141e7b"}]: dispatch 2024-01-21T09:44:00.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:59 smithi134 conmon[40421]: audit 2024-01-21T09:43:59.256714+0000 mon.smithi118 (mon.0) 299 : audit [INF] from='client.? 172.21.15.118:0/2688275869' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5acac5d7-f2ef-444c-8ccd-6b6339141e7b"}]': finished 2024-01-21T09:44:00.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:59 smithi134 conmon[40421]: cluster 2024-01-21T09:43:59.256749+0000 mon.smithi118 (mon.0) 300 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-21T09:44:00.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:59 smithi134 conmon[40421]: audit 2024-01-21T09:43:59.256826+0000 mon.smithi118 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T09:44:00.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:59 smithi134 conmon[40421]: audit 2024-01-21T09:43:59.257054+0000 mon.smithi118 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T09:44:00.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:59 smithi134 conmon[40421]: audit 2024-01-21T09:44:00.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:59 smithi134 conmon[40421]: 2024-01-21T09:43:59.257175 2024-01-21T09:44:00.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:59 smithi134 conmon[40421]: +0000 mon.smithi118 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T09:44:00.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:59 smithi134 conmon[40421]: audit 2024 2024-01-21T09:44:00.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:59 smithi134 conmon[40421]: -01-21T09:43:59.257327+0000 mon.smithi118 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:44:00.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:59 smithi134 conmon[40421]: audit 2024-01-21T09:43:59.257462+0000 mon.smithi118 (mon 2024-01-21T09:44:00.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:59 smithi134 conmon[40421]: .0) 305 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:44:00.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:59 smithi134 conmon[40421]: audit 2024 2024-01-21T09:44:00.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:59 smithi134 conmon[40421]: -01-21T09:43:59.257601+0000 mon.smithi118 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:00.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:59 smithi134 conmon[40421]: audit 2024-01-21T09:43:59.769099+0000 mon.smithi134 (mon.1) 7 2024-01-21T09:44:00.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:43:59 smithi134 conmon[40421]: : audit [DBG] from='client.? 172.21.15.134:0/1228156597' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T09:44:00.939 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:00 smithi118 conmon[35245]: audit 2024-01-21T09:44:00.602107+0000 mon.smithi118 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.118:0/3010416589' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T09:44:01.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:00 smithi134 conmon[40421]: audit 2024-01-21T09:44:00.602107+0000 mon.smithi118 (mon.0) 307 : audit 2024-01-21T09:44:01.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:00 smithi134 conmon[40421]: [DBG] from='client.? 172.21.15.118:0/3010416589' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T09:44:01.233 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:44:01.825 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1705830239,"num_remapped_pgs":0} 2024-01-21T09:44:02.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:01 smithi118 conmon[35245]: cluster 2024-01-21T09:44:00.401177+0000 mgr.smithi118.lddrqf (mgr.14182) 75 2024-01-21T09:44:02.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:01 smithi118 conmon[35245]: : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:44:02.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:01 smithi118 conmon[35245]: audit 2024-01-21T09:44:01.233384+0000 mon.smithi118 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.118:0/1227042871' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:44:02.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:01 smithi134 conmon[40421]: cluster 2024-01-21T09:44:00.401177+0000 mgr.smithi118.lddrqf (mgr.14182) 75 : cluster 2024-01-21T09:44:02.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:01 smithi134 conmon[40421]: [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:44:02.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:01 smithi134 conmon[40421]: audit 2024-01-21T09:44:01.233384+0000 mon.smithi118 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.118:0/1227042871' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:44:02.826 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T09:44:03.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:02 smithi118 conmon[35245]: audit 2024-01-21T09:44:02.288293+0000 2024-01-21T09:44:03.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:02 smithi118 conmon[35245]: mon.smithi134 (mon.1) 8 : audit [INF] from='client.? 172.21.15.134:0/63254830' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7c5653c5-3749-4437-a892-b69b7600c2c2"}]: dispatch 2024-01-21T09:44:03.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:02 smithi118 conmon[35245]: audit 2024-01-21T09:44:03.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:02 smithi118 conmon[35245]: 2024-01-21T09:44:02.288849+0000 mon.smithi118 (mon.0 2024-01-21T09:44:03.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:02 smithi118 conmon[35245]: ) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7c5653c5-3749-4437-a892-b69b7600c2c2"}]: dispatch 2024-01-21T09:44:03.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:02 smithi118 conmon[35245]: audit 2024 2024-01-21T09:44:03.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:02 smithi118 conmon[35245]: -01-21T09:44:02.292301+0000 2024-01-21T09:44:03.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:02 smithi118 conmon[35245]: mon.smithi118 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7c5653c5-3749-4437-a892-b69b7600c2c2"}]': finished 2024-01-21T09:44:03.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:02 smithi118 conmon[35245]: 2024-01-21T09:44:03.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:02 smithi118 conmon[35245]: cluster 2024-01-21T09:44:03.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:02 smithi118 conmon[35245]: 2024-01-21T09:44:02.292353+0000 mon.smithi118 (mon.0) 311 : 2024-01-21T09:44:03.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:02 smithi118 conmon[35245]: cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-21T09:44:03.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:02 smithi118 conmon[35245]: audit 2024 2024-01-21T09:44:03.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:02 smithi118 conmon[35245]: -01-21T09:44:02.292441+0000 mon.smithi118 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T09:44:03.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:02 smithi118 conmon[35245]: 2024-01-21T09:44:03.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:02 smithi118 conmon[35245]: audit 2024-01-21T09: 2024-01-21T09:44:03.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:02 smithi118 conmon[35245]: 44:02.292686+0000 mon.smithi118 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T09:44:03.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:02 smithi118 conmon[35245]: 2024-01-21T09:44:03.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:02 smithi118 conmon[35245]: audit 2024-01-21T 2024-01-21T09:44:03.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:02 smithi118 conmon[35245]: 09:44:02.292821+0000 mon.smithi118 (mon 2024-01-21T09:44:03.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:02 smithi118 conmon[35245]: .0) 314 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T09:44:03.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:02 smithi118 conmon[35245]: audit 2024-01 2024-01-21T09:44:03.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:02 smithi118 conmon[35245]: -21T09:44:02.293020+0000 mon.smithi118 (mon. 2024-01-21T09:44:03.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:02 smithi118 conmon[35245]: 0) 315 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:44:03.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:02 smithi118 conmon[35245]: audit 2024 2024-01-21T09:44:03.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:02 smithi118 conmon[35245]: -01-21T09:44:02.293220+0000 mon.smithi118 (mon 2024-01-21T09:44:03.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:02 smithi118 conmon[35245]: .0) 316 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:44:03.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:02 smithi118 conmon[35245]: audit 2024-01-21T09:44:02.293439+0000 mon.smithi118 ( 2024-01-21T09:44:03.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:02 smithi118 conmon[35245]: mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:03.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:02 smithi118 conmon[35245]: audit 2024-01-21 2024-01-21T09:44:03.097 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:02 smithi118 conmon[35245]: T09:44:02.293635+0000 mon.smithi118 (mon.0) 318 : audit [DBG] 2024-01-21T09:44:03.097 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:02 smithi118 conmon[35245]: from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:03.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:02 smithi134 conmon[40421]: audit 2024-01-21T09:44:02.288293+0000 mon.smithi134 (mon.1) 8 : audit [INF] from='client.? 172.21.15.134:0/63254830' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7c5653c5-3749-4437-a892-b69b7600c2c2"}]: dispatch 2024-01-21T09:44:03.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:02 smithi134 conmon[40421]: audit 2024-01-21T09:44:02.288849+0000 mon.smithi118 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7c5653c5-3749-4437-a892-b69b7600c2c2"}]: dispatch 2024-01-21T09:44:03.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:02 smithi134 conmon[40421]: audit 2024-01-21T09:44:02.292301+0000 mon.smithi118 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7c5653c5-3749-4437-a892-b69b7600c2c2"}]': finished 2024-01-21T09:44:03.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:02 smithi134 conmon[40421]: cluster 2024-01-21T09:44:02.292353+0000 mon.smithi118 (mon.0) 311 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-21T09:44:03.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:02 smithi134 conmon[40421]: audit 2024-01-21T09:44:02.292441+0000 mon.smithi118 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T09:44:03.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:02 smithi134 conmon[40421]: audit 2024-01-21T09:44:02.292686+0000 mon.smithi118 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T09:44:03.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:02 smithi134 conmon[40421]: audit 2024-01-21T09:44:02.292821+0000 mon.smithi118 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T09:44:03.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:02 smithi134 conmon[40421]: audit 2024-01-21T09:44:02.293020+0000 mon.smithi118 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:44:03.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:02 smithi134 conmon[40421]: audit 2024-01-21T09:44:02.293220+0000 mon.smithi118 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:44:03.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:02 smithi134 conmon[40421]: audit 2024-01-21T09:44:02.293439+0000 mon.smithi118 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:03.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:02 smithi134 conmon[40421]: audit 2024-01-21T09:44:02.293635+0000 mon.smithi118 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:04.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:03 smithi118 conmon[35245]: cluster 2024-01-21T09:44:02.401415+0000 mgr.smithi118.lddrqf (mgr.14182) 76 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:44:04.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:03 smithi118 conmon[35245]: audit 2024-01-21T09:44:03.139289+0000 mon.smithi118 (mon.0) 319 : audit [INF] from='client.? 172.21.15.118:0/201049527' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7bf0eb26-674f-41c1-90fc-7b27cd6f6922"}]: dispatch 2024-01-21T09:44:04.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:03 smithi118 conmon[35245]: audit 2024-01-21T09:44:03.143220+0000 mon.smithi118 (mon.0) 320 : audit [INF] from='client.? 172.21.15.118:0/201049527' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7bf0eb26-674f-41c1-90fc-7b27cd6f6922"}]': finished 2024-01-21T09:44:04.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:03 smithi118 conmon[35245]: cluster 2024-01-21T09:44:03.143284+0000 mon.smithi118 (mon.0) 321 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-21T09:44:04.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:03 smithi118 conmon[35245]: audit 2024-01-21T09:44:03.143381+0000 mon.smithi118 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T09:44:04.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:03 smithi118 conmon[35245]: audit 2024-01-21T09:44:03.143642+0000 mon.smithi118 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T09:44:04.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:03 smithi118 conmon[35245]: audit 2024-01-21T09:44:04.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:03 smithi118 conmon[35245]: 2024-01-21T09:44:03.143784+0000 mon.smithi118 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T09:44:04.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:03 smithi118 conmon[35245]: audit 2024-01-21T09:44:03.143923+0000 mon.smithi118 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:44:04.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:03 smithi118 conmon[35245]: audit 2024-01-21T09:44:03.144060+0000 mon.smithi118 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:44:04.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:03 smithi118 conmon[35245]: audit 2024-01-21T09:44:03.144196+0000 mon.smithi118 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:04.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:03 smithi118 conmon[35245]: audit 2024-01-21T09:44:03.144348+0000 mon.smithi118 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:04.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:03 smithi118 conmon[35245]: audit 2024-01-21T09:44:03.144485+0000 mon.smithi118 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:04.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:03 smithi118 conmon[35245]: audit 2024-01-21T09:44:03.550940+0000 mon.smithi134 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.134:0/2906824718' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T09:44:04.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:03 smithi134 conmon[40421]: cluster 2024-01-21T09:44:02.401415+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:44:04.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:03 smithi134 conmon[40421]: 76 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:44:04.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:03 smithi134 conmon[40421]: audit 2024-01-21T09:44:03.139289+0000 mon.smithi118 (mon.0) 319 : audit [INF] from='client.? 172.21.15.118:0/201049527' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7bf0eb26-674f-41c1-90fc-7b27cd6f6922"}]: dispatch 2024-01-21T09:44:04.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:03 smithi134 conmon[40421]: audit 2024-01-21T09:44:03.143220+0000 mon.smithi118 (mon.0) 320 : audit [INF] from='client.? 172.21.15.118:0/201049527' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7bf0eb26-674f-41c1-90fc-7b27cd6f6922"}]': finished 2024-01-21T09:44:04.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:03 smithi134 conmon[40421]: cluster 2024-01-21T09:44 2024-01-21T09:44:04.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:03 smithi134 conmon[40421]: :03.143284+0000 mon.smithi118 (mon.0) 321 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-21T09:44:04.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:03 smithi134 conmon[40421]: audit 2024-01-21T09:44:04.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:03 smithi134 conmon[40421]: 2024-01-21T09:44:03.143381+0000 mon.smithi118 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T09:44:04.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:03 smithi134 conmon[40421]: audit 2024-01- 2024-01-21T09:44:04.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:03 smithi134 conmon[40421]: 21T09:44:03.143642+0000 mon.smithi118 (mon.0) 323 2024-01-21T09:44:04.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:03 smithi134 conmon[40421]: : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T09:44:04.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:03 smithi134 conmon[40421]: audit 2024-01-21T09:44:04.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:03 smithi134 conmon[40421]: 2024-01-21T09:44:03.143784+0000 mon.smithi118 (mon.0) 324 : audit 2024-01-21T09:44:04.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:03 smithi134 conmon[40421]: [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T09:44:04.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:03 smithi134 conmon[40421]: audit 2024-01-21T09:44:04.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:03 smithi134 conmon[40421]: 2024-01-21T09:44:03.143923+0000 mon.smithi118 (mon.0) 325 2024-01-21T09:44:04.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:03 smithi134 conmon[40421]: : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:44:04.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:03 smithi134 conmon[40421]: audit 2024-01-21T09:44:04.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:03 smithi134 conmon[40421]: 2024-01-21T09:44:03.144060+0000 mon.smithi118 (mon. 2024-01-21T09:44:04.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:03 smithi134 conmon[40421]: 0) 326 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:44:04.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:03 smithi134 conmon[40421]: audit 2024-01-21T09:44:03 2024-01-21T09:44:04.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:03 smithi134 conmon[40421]: .144196+0000 mon.smithi118 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:04.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:03 smithi134 conmon[40421]: audit 2024- 2024-01-21T09:44:04.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:03 smithi134 conmon[40421]: 01-21T09:44:03.144348+0000 mon.smithi118 (mon.0) 2024-01-21T09:44:04.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:03 smithi134 conmon[40421]: 328 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:04.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:03 smithi134 conmon[40421]: audit 2024-01-21T09:44:04.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:03 smithi134 conmon[40421]: 2024-01-21T09:44:03.144485+0000 mon.smithi118 ( 2024-01-21T09:44:04.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:03 smithi134 conmon[40421]: mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:04.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:03 smithi134 conmon[40421]: audit 2024-01-21T09:44: 2024-01-21T09:44:04.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:03 smithi134 conmon[40421]: 03.550940+0000 mon.smithi134 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.134:0/2906824718' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T09:44:04.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:03 smithi134 conmon[40421]: 2024-01-21T09:44:04.813 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:44:05.434 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705830243,"num_remapped_pgs":0} 2024-01-21T09:44:06.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:05 smithi118 conmon[35245]: cluster 2024-01-21T09:44:04.401707+0000 mgr.smithi118.lddrqf (mgr.14182) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:44:06.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:05 smithi118 conmon[35245]: audit 2024-01-21T09:44:04.812376+0000 mon.smithi118 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.118:0/208028320' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:44:06.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:05 smithi118 conmon[35245]: audit 2024-01-21T09:44:04.830076+0000 mon.smithi118 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.118:0/3869524241' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T09:44:06.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:05 smithi134 conmon[40421]: cluster 2024-01-21T09:44:04.401707+0000 mgr.smithi118.lddrqf (mgr.14182) 77 : cluster 2024-01-21T09:44:06.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:05 smithi134 conmon[40421]: [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:44:06.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:05 smithi134 conmon[40421]: audit 2024-01-21T09:44:04.812376+0000 mon.smithi118 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.118:0/208028320' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:44:06.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:05 smithi134 conmon[40421]: audit 2024-01-21T09:44:04.830076+0000 mon.smithi118 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.118:0/3869524241' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T09:44:06.435 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T09:44:07.845 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:07 smithi134 conmon[40421]: cluster 2024-01-21T09:44:06.402005+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:44:07.845 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:07 smithi134 conmon[40421]: 78 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:44:08.029 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:07 smithi118 conmon[35245]: cluster 2024-01-21T09:44:06.402005+0000 mgr.smithi118.lddrqf (mgr.14182) 78 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:44:08.410 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:44:09.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:08 smithi118 conmon[35245]: audit 2024-01-21T09:44:08.409526+0000 mon.smithi118 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.118:0/2292997654' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:44:09.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:08 smithi134 conmon[40421]: audit 2024-01-21T09:44:08.409526+0000 mon.smithi118 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.118:0/2292997654' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:44:09.345 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705830243,"num_remapped_pgs":0} 2024-01-21T09:44:10.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:09 smithi118 conmon[35245]: cluster 2024-01-21T09:44:08.402257+0000 mgr.smithi118.lddrqf ( 2024-01-21T09:44:10.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:09 smithi118 conmon[35245]: mgr.14182) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:44:10.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:09 smithi118 conmon[35245]: audit 2024-01-21T09:44:08.819468+0000 mon.smithi118 (mon.0) 333 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-21T09:44:10.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:09 smithi118 conmon[35245]: audit 2024-01-21T09:44:08.819990+0000 mon.smithi118 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:44:10.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:09 smithi118 conmon[35245]: cephadm 2024-01-21T09:44:08.820464+0000 mgr.smithi118.lddrqf (mgr.14182) 80 : cephadm [INF] Deploying daemon osd.0 on smithi134 2024-01-21T09:44:10.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:09 smithi134 conmon[40421]: cluster 2024-01-21T09:44:08.402257+0000 mgr.smithi118.lddrqf (mgr.14182) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:44:10.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:09 smithi134 conmon[40421]: audit 2024-01-21T09:44:08.819468+0000 mon.smithi118 (mon.0) 333 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-21T09:44:10.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:09 smithi134 conmon[40421]: audit 2024-01-21T09:44:08.819990+0000 mon.smithi118 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:44:10.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:09 smithi134 conmon[40421]: cephadm 2024-01-21T09:44:08.820464+0000 mgr.smithi118.lddrqf (mgr.14182) 80 : cephadm [INF] Deploying daemon osd.0 on smithi134 2024-01-21T09:44:10.346 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T09:44:10.967 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:10 smithi118 conmon[35245]: audit 2024-01-21T09:44:10.663907+0000 mon.smithi118 (mon.0) 335 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-21T09:44:10.967 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:10 smithi118 conmon[35245]: audit 2024-01-21T09:44:10.664485+0000 mon.smithi118 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:44:11.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:10 smithi134 conmon[40421]: audit 2024-01-21T09:44:10.663907 2024-01-21T09:44:11.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:10 smithi134 conmon[40421]: +0000 mon.smithi118 (mon.0) 335 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-21T09:44:11.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:10 smithi134 conmon[40421]: audit 2024-01-21T09:44:10.664485+0000 mon.smithi118 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:44:11.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:11 smithi134 conmon[40421]: cluster 2024-01-21T09:44:10. 2024-01-21T09:44:11.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:11 smithi134 conmon[40421]: 402517+0000 mgr.smithi118.lddrqf (mgr.14182) 81 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:44:11.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:11 smithi134 conmon[40421]: cephadm 2024-01-21T09:44:10.664967+0000 mgr.smithi118.lddrqf (mgr.14182) 82 : cephadm [INF] Deploying daemon osd.1 on smithi118 2024-01-21T09:44:12.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:11 smithi118 conmon[35245]: cluster 2024-01-21T09:44:10.402517+0000 mgr.smithi118.lddrqf (mgr.14182) 81 2024-01-21T09:44:12.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:11 smithi118 conmon[35245]: : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:44:12.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:11 smithi118 conmon[35245]: cephadm 2024-01-21T09:44:10.664967+0000 mgr.smithi118.lddrqf (mgr.14182) 82 : cephadm [INF] Deploying daemon osd.1 on smithi118 2024-01-21T09:44:12.212 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:44:12.908 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705830243,"num_remapped_pgs":0} 2024-01-21T09:44:12.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:12 smithi134 conmon[40421]: audit 2024-01-21T09:44:12.212547+0000 mon.smithi118 (mon. 2024-01-21T09:44:12.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:12 smithi134 conmon[40421]: 0) 337 : audit [DBG] from='client.? 172.21.15.118:0/950754721' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:44:13.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:12 smithi118 conmon[35245]: audit 2024-01-21T09:44:12. 2024-01-21T09:44:13.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:12 smithi118 conmon[35245]: 212547+0000 mon.smithi118 (mon.0) 337 : audit [DBG] from='client.? 172.21.15.118:0/950754721' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:44:13.909 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T09:44:14.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:13 smithi118 conmon[35245]: cluster 2024-01-21T09:44:12.402797+0000 mgr.smithi118.lddrqf (mgr.14182) 83 : 2024-01-21T09:44:14.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:13 smithi118 conmon[35245]: cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:44:14.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:13 smithi134 conmon[40421]: cluster 2024-01-21T09:44:12.402797+0000 mgr.smithi118.lddrqf (mgr.14182) 83 : cluster [DBG] 2024-01-21T09:44:14.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:13 smithi134 conmon[40421]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:44:14.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:14 smithi134 conmon[40421]: audit 2024-01-21T09:44:13.897563+0000 mon.smithi118 (mon.0) 338 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:14.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:14 smithi134 conmon[40421]: audit 2024-01-21T09:44:13.898183+0000 mon.smithi118 (mon.0) 339 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-21T09:44:14.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:14 smithi134 conmon[40421]: audit 2024-01-21T09:44:13.898704+0000 mon.smithi118 (mon.0) 340 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:44:14.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:14 smithi134 conmon[40421]: cephadm 2024-01-21T09:44:13.899186+0000 mgr.smithi118.lddrqf (mgr.14182) 84 : cephadm [INF] Deploying daemon osd.2 on smithi134 2024-01-21T09:44:15.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:14 smithi118 conmon[35245]: audit 2024-01-21T09:44:13.897563+0000 mon.smithi118 (mon.0 2024-01-21T09:44:15.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:14 smithi118 conmon[35245]: ) 338 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:15.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:14 smithi118 conmon[35245]: audit 2024-01-21T09:44:13.898183+0000 mon.smithi118 (mon.0) 339 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-21T09:44:15.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:14 smithi118 conmon[35245]: audit 2024-01-21T09:44:13.898704+0000 mon.smithi118 (mon.0) 340 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:44:15.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:14 smithi118 conmon[35245]: cephadm 2024-01-21T09:44:13.899186+0000 mgr.smithi118.lddrqf (mgr.14182) 84 : cephadm [INF] Deploying daemon osd.2 on smithi134 2024-01-21T09:44:15.719 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:44:16.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:15 smithi118 conmon[35245]: cluster 2024-01-21T09:44:14.403043+0000 2024-01-21T09:44:16.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:15 smithi118 conmon[35245]: mgr.smithi118.lddrqf (mgr.14182) 85 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:44:16.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:15 smithi118 conmon[35245]: audit 2024-01-21T09:44:15.717786+0000 mon.smithi118 (mon.0) 341 : audit [DBG] from='client.? 172.21.15.118:0/337282886' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:44:16.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:15 smithi134 conmon[40421]: cluster 2024-01-21T09:44:14.403043+0000 mgr.smithi118.lddrqf (mgr 2024-01-21T09:44:16.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:15 smithi134 conmon[40421]: .14182) 85 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:44:16.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:15 smithi134 conmon[40421]: audit 2024-01-21T09:44:15.717786+0000 mon.smithi118 (mon.0) 341 : audit [DBG] from='client.? 172.21.15.118:0/337282886' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:44:16.697 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705830243,"num_remapped_pgs":0} 2024-01-21T09:44:17.698 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T09:44:18.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:17 smithi134 conmon[40421]: cluster 2024-01-21T09:44:16.403498+0000 mgr.smithi118.lddrqf (mgr.14182) 86 : cluster [DBG] 2024-01-21T09:44:18.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:17 smithi134 conmon[40421]: pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:44:18.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:17 smithi134 conmon[40421]: audit 2024-01-21T09:44:17.077601+0000 mon.smithi134 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.134:6800/2343875491,v1:172.21.15.134:6801/2343875491]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T09:44:18.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:17 smithi134 conmon[40421]: audit 2024-01-21T09:44:17.077952+0000 mon.smithi118 (mon.0) 342 : audit 2024-01-21T09:44:18.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:17 smithi134 conmon[40421]: [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T09:44:18.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:17 smithi134 conmon[40421]: audit 2024-01-21T09:44:17 2024-01-21T09:44:18.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:17 smithi134 conmon[40421]: .139418+0000 mon.smithi118 (mon.0) 343 : audit [INF] 2024-01-21T09:44:18.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:17 smithi134 conmon[40421]: from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:18.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:17 smithi134 conmon[40421]: audit 2024-01-21T09:44:17.140104 2024-01-21T09:44:18.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:17 smithi134 conmon[40421]: +0000 mon.smithi118 (mon.0) 344 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-21T09:44:18.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:17 smithi134 conmon[40421]: 2024-01-21T09:44:18.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:17 smithi134 conmon[40421]: audit 2024-01-21T09:44:18.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:17 smithi134 conmon[40421]: 2024-01-21T09:44:17.140594+0000 mon.smithi118 (mon.0) 2024-01-21T09:44:18.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:17 smithi134 conmon[40421]: 345 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:44:18.264 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:17 smithi118 conmon[35245]: cluster 2024-01-21T09:44:16.403498+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:44:18.264 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:17 smithi118 conmon[35245]: 86 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:44:18.264 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:17 smithi118 conmon[35245]: audit 2024-01-21T09:44:17.077601+0000 mon.smithi134 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.134:6800/2343875491,v1:172.21.15.134:6801/2343875491]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T09:44:18.264 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:17 smithi118 conmon[35245]: audit 2024-01-21T09:44:17.077952+0000 mon.smithi118 (mon.0) 342 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T09:44:18.264 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:17 smithi118 conmon[35245]: audit 2024-01-21T09:44:17.139418+0000 mon.smithi118 (mon.0) 343 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:18.264 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:17 smithi118 conmon[35245]: audit 2024-01-21T09:44:17.140104+0000 mon.smithi118 (mon.0) 344 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-21T09:44:18.264 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:17 smithi118 conmon[35245]: audit 2024-01-21T09:44:17.140594+0000 mon.smithi118 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:44:19.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: cephadm 2024-01-21T09:44:17.141023+0000 mgr.smithi118.lddrqf (mgr.14182) 87 2024-01-21T09:44:19.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: : cephadm [INF] Deploying daemon osd.3 on smithi118 2024-01-21T09:44:19.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: audit 2024-01-21T09:44:17.908871+0000 mon.smithi118 (mon.0) 346 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-21T09:44:19.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: cluster 2024-01-21T09:44:17.908928+0000 mon.smithi118 (mon.0) 347 : cluster 2024-01-21T09:44:19.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-21T09:44:19.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: audit 2024-01-21T09:44:17.909224+0000 2024-01-21T09:44:19.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: mon.smithi118 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T09:44:19.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: audit 2024-01-21T 2024-01-21T09:44:19.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: 09:44:17.909418+0000 mon.smithi118 (mon.0 2024-01-21T09:44:19.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: ) 349 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T09:44:19.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: audit 2024-01 2024-01-21T09:44:19.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: -21T09:44:17.909585+0000 mon.smithi118 ( 2024-01-21T09:44:19.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T09:44:19.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: audit 2024 2024-01-21T09:44:19.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: -01-21T09:44:17.909776+0000 2024-01-21T09:44:19.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: mon.smithi118 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:44:19.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: 2024-01-21T09:44:19.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: audit 2024-01-21T09:44:17 2024-01-21T09:44:19.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: .909969+0000 mon.smithi118 (mon.0) 352 : audit 2024-01-21T09:44:19.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:44:19.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: audit 2024-01-21T09:44: 2024-01-21T09:44:19.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: 17.910089+0000 mon.smithi118 (mon.0) 353 : 2024-01-21T09:44:19.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:19.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: audit 2024-01-21T09:44 2024-01-21T09:44:19.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: :17.910254+0000 mon.smithi118 (mon.0) 354 : 2024-01-21T09:44:19.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:19.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: audit 2024-01-21T09:44 2024-01-21T09:44:19.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: :17.910394+0000 mon.smithi118 (mon.0) 355 2024-01-21T09:44:19.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:19.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: audit 2024-01-21T09: 2024-01-21T09:44:19.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: 44:17.913806+0000 mon.smithi134 (mon.1) 11 2024-01-21T09:44:19.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: : audit [INF] from='osd.0 [v2:172.21.15.134:6800/2343875491,v1:172.21.15.134:6801/2343875491]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-21T09:44:19.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: audit 2024-01-21T 2024-01-21T09:44:19.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: 09:44:17.918356+0000 mon.smithi118 (mon.0 2024-01-21T09:44:19.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: ) 356 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-21T09:44:19.217 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: audit 2024- 2024-01-21T09:44:19.217 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: 01-21T09:44:18.770787+0000 mon.smithi118 2024-01-21T09:44:19.217 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: (mon.0) 357 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:19.217 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: audit 2024- 2024-01-21T09:44:19.217 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: 01-21T09:44:18.771468+0000 mon.smithi118 2024-01-21T09:44:19.217 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: (mon.0) 358 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-21T09:44:19.217 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: audit 2024-01-21T09:44:19.217 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: 2024-01-21T09:44:18.772129+0000 2024-01-21T09:44:19.217 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: mon.smithi118 (mon.0) 359 : audit [DBG] 2024-01-21T09:44:19.217 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:18 smithi134 conmon[40421]: from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:44:19.302 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:18 smithi118 conmon[35245]: cephadm 2024-01-21T09:44:17.141023+0000 mgr.smithi118.lddrqf (mgr.14182) 87 : cephadm [INF] Deploying daemon osd.3 on smithi118 2024-01-21T09:44:19.302 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:18 smithi118 conmon[35245]: audit 2024-01-21T09:44:17.908871+0000 mon.smithi118 (mon.0) 346 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-21T09:44:19.302 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:18 smithi118 conmon[35245]: cluster 2024-01-21T09:44:17.908928+0000 mon.smithi118 (mon.0) 347 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-21T09:44:19.302 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:18 smithi118 conmon[35245]: audit 2024-01-21T09:44:17.909224+0000 mon.smithi118 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T09:44:19.302 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:18 smithi118 conmon[35245]: audit 2024-01-21T09:44:17.909418+0000 mon.smithi118 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T09:44:19.302 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:18 smithi118 conmon[35245]: audit 2024-01-21T09:44:17.909585+0000 mon.smithi118 (mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T09:44:19.302 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:18 smithi118 conmon[35245]: audit 2024-01-21T09:44:17.909776+0000 mon.smithi118 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:44:19.302 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:18 smithi118 conmon[35245]: audit 2024-01-21T09:44:17.909969+0000 mon.smithi118 (mon.0) 352 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:44:19.303 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:18 smithi118 conmon[35245]: audit 2024-01-21T09:44:17.910089+0000 mon.smithi118 (mon.0) 353 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:19.303 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:18 smithi118 conmon[35245]: audit 2024-01-21T09:44:17.910254+0000 mon.smithi118 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:19.303 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:18 smithi118 conmon[35245]: audit 2024-01-21T09:44:17.910394+0000 mon.smithi118 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:19.303 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:18 smithi118 conmon[35245]: audit 2024-01-21T09:44:17.913806+0000 mon.smithi134 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.134:6800/2343875491,v1:172.21.15.134:6801/2343875491]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-21T09:44:19.303 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:18 smithi118 conmon[35245]: audit 2024-01-21T09:44:17.918356+0000 mon.smithi118 (mon.0) 356 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-21T09:44:19.303 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:18 smithi118 conmon[35245]: audit 2024-01-21T09:44:18.770787+0000 mon.smithi118 (mon.0) 357 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:19.303 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:18 smithi118 conmon[35245]: audit 2024-01-21T09:44:18.771468+0000 mon.smithi118 (mon.0) 358 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-21T09:44:19.303 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:18 smithi118 conmon[35245]: audit 2024-01-21T09:44:18.772129+0000 mon.smithi118 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:44:19.996 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:19 smithi118 conmon[35245]: cluster 2024-01-21T09:44:18.403721+0000 mgr.smithi118.lddrqf (mgr.14182) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:44:19.996 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:19 smithi118 conmon[35245]: cephadm 2024-01-21T09:44:18.772648+0000 mgr.smithi118.lddrqf (mgr.14182) 89 : cephadm [INF] Deploying daemon osd.4 on smithi134 2024-01-21T09:44:19.996 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:19 smithi118 conmon[35245]: audit 2024-01-21T09:44:18.920241+0000 mon.smithi118 (mon.0) 360 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-01-21T09:44:19.997 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:19 smithi118 conmon[35245]: cluster 2024-01-21T09:44:18.920327+0000 mon.smithi118 (mon.0) 361 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-21T09:44:19.997 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:19 smithi118 conmon[35245]: audit 2024-01-21T09:44:18.920720+0000 mon.smithi118 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T09:44:19.997 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:19 smithi118 conmon[35245]: audit 2024-01-21T09:44:18.921057+0000 mon.smithi118 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T09:44:19.997 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:19 smithi118 conmon[35245]: audit 2024-01-21T09:44:19.997 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:19 smithi118 conmon[35245]: 2024-01-21T09:44:18.921181+0000 mon.smithi118 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T09:44:19.997 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:19 smithi118 conmon[35245]: audit 2024-01-21T09:44:18.921342+0000 mon.smithi118 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:44:19.997 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:19 smithi118 conmon[35245]: audit 2024-01-21T09:44:18.921478+0000 mon.smithi118 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:44:19.997 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:19 smithi118 conmon[35245]: audit 2024-01-21T09:44:18.921613+0000 mon.smithi118 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:19.997 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:19 smithi118 conmon[35245]: audit 2024-01-21T09:44:18.921745+0000 mon.smithi118 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:19.997 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:19 smithi118 conmon[35245]: audit 2024-01-21T09:44:18.921880+0000 mon.smithi118 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:19.997 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:19 smithi118 conmon[35245]: audit 2024-01-21T09:44:18.926213+0000 mon.smithi118 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T09:44:20.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:19 smithi134 conmon[40421]: cluster 2024-01-21T09:44:18.403721+0000 mgr.smithi118.lddrqf (mgr.14182) 88 : cluster 2024-01-21T09:44:20.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:19 smithi134 conmon[40421]: [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T09:44:20.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:19 smithi134 conmon[40421]: cephadm 2024-01-21T09:44:18.772648+0000 mgr.smithi118.lddrqf (mgr.14182) 89 : cephadm [INF] Deploying daemon osd.4 on smithi134 2024-01-21T09:44:20.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:19 smithi134 conmon[40421]: audit 2024-01-21T09:44:18.920241+0000 mon.smithi118 (mon.0) 360 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-01-21T09:44:20.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:19 smithi134 conmon[40421]: cluster 2024-01-21T09:44:18.920327+0000 mon.smithi118 (mon.0) 361 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-21T09:44:20.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:19 smithi134 conmon[40421]: audit 2024-01-21T09:44:18.920720+0000 mon.smithi118 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T09:44:20.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:19 smithi134 conmon[40421]: audit 2024-01-21T09:44:18.921057+0000 mon.smithi118 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T09:44:20.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:19 smithi134 conmon[40421]: audit 2024-01-21T09:44:18.921181+0000 mon.smithi118 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T09:44:20.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:19 smithi134 conmon[40421]: audit 2024-01-21T09:44:18.921342+0000 mon.smithi118 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:44:20.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:19 smithi134 conmon[40421]: audit 2024-01-21T09:44:18.921478+0000 mon.smithi118 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:44:20.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:19 smithi134 conmon[40421]: audit 2024-01-21T09:44:18.921613+0000 mon.smithi118 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:20.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:19 smithi134 conmon[40421]: audit 2024-01-21T09:44:18.921745+0000 mon.smithi118 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:20.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:19 smithi134 conmon[40421]: audit 2024-01-21T09:44:18.921880+0000 mon.smithi118 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:20.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:19 smithi134 conmon[40421]: audit 2024-01-21T09:44:18.926213+0000 mon.smithi118 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T09:44:20.363 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:44:21.059 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":16,"num_osds":8,"num_up_osds":1,"osd_up_since":1705830259,"num_in_osds":8,"osd_in_since":1705830243,"num_remapped_pgs":0} 2024-01-21T09:44:21.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:20 smithi134 conmon[40421]: cluster 2024-01-21T09:44:18.094392+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T09:44:21.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:20 smithi134 conmon[40421]: cluster 2024-01-21T09:44:18.094467+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T09:44:21.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:20 smithi134 conmon[40421]: cluster 2024-01-21T09:44:19.920871+0000 mon.smithi118 (mon.0) 371 : cluster [INF] osd.0 [v2:172.21.15.134:6800/2343875491,v1:172.21.15.134:6801/2343875491] boot 2024-01-21T09:44:21.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:20 smithi134 conmon[40421]: cluster 2024-01-21T09:44:19.920913+0000 mon.smithi118 (mon.0) 372 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-21T09:44:21.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:20 smithi134 conmon[40421]: audit 2024-01-21T09:44:19.921196+0000 mon.smithi118 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T09:44:21.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:20 smithi134 conmon[40421]: audit 2024-01-21T09:44:19.921472+0000 mon.smithi118 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T09:44:21.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:20 smithi134 conmon[40421]: audit 2024-01-21T09:44:19 2024-01-21T09:44:21.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:20 smithi134 conmon[40421]: .921651+0000 mon.smithi118 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T09:44:21.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:20 smithi134 conmon[40421]: audit 2024-01-21T09:44:19.921800+0000 mon.smithi118 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:44:21.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:20 smithi134 conmon[40421]: audit 2024-01-21T09:44:19.921943+0000 mon.smithi118 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:44:21.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:20 smithi134 conmon[40421]: audit 2024-01-21T09:44:19.922083+0000 mon.smithi118 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:21.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:20 smithi134 conmon[40421]: audit 2024-01-21T09:44:19.922223+0000 mon.smithi118 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:21.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:20 smithi134 conmon[40421]: audit 2024-01-21T09:44:19.922372+0000 mon.smithi118 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:21.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:20 smithi134 conmon[40421]: audit 2024-01-21T09:44:20.313847+0000 mon.smithi118 (mon.0) 381 : audit [INF] from='osd.1 [v2:172.21.15.118:6802/3790599030,v1:172.21.15.118:6803/3790599030]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-21T09:44:21.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:20 smithi134 conmon[40421]: audit 2024-01-21T09:44:20.361856+0000 mon.smithi118 (mon.0) 382 : audit [DBG] from='client.? 172.21.15.118:0/3230035627' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:44:21.317 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: cluster 2024-01-21T09:44:18.094392+0000 osd.0 (osd.0) 1 : cluster [DBG] 2024-01-21T09:44:21.318 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: purged_snaps scrub starts 2024-01-21T09:44:21.318 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: cluster 2024-01-21T09:44:18.094467+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T09:44:21.318 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: cluster 2024-01-21T09:44:19.920871+0000 mon.smithi118 (mon 2024-01-21T09:44:21.318 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: .0) 371 : cluster [INF] osd.0 [v2:172.21.15.134:6800/2343875491,v1:172.21.15.134:6801/2343875491] boot 2024-01-21T09:44:21.318 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: cluster 2024 2024-01-21T09:44:21.318 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: -01-21T09:44:19.920913 2024-01-21T09:44:21.318 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: +0000 mon.smithi118 (mon.0) 372 2024-01-21T09:44:21.318 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-21T09:44:21.318 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: audit 2024-01- 2024-01-21T09:44:21.318 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: 21T09:44:19.921196+0000 mon.smithi118 (mon 2024-01-21T09:44:21.318 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: .0) 373 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T09:44:21.318 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: audit 2024-01- 2024-01-21T09:44:21.318 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: 21T09:44:19.921472+0000 mon.smithi118 (mon.0) 374 : audit 2024-01-21T09:44:21.318 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T09:44:21.319 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: audit 2024-01-21T09:44:19.921651+0000 mon.smithi118 ( 2024-01-21T09:44:21.319 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T09:44:21.319 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: audit 2024-01-21T09:44 2024-01-21T09:44:21.319 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: :19.921800+0000 mon.smithi118 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:44:21.319 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: 2024-01-21T09:44:21.319 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: audit 2024-01-21T 2024-01-21T09:44:21.319 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: 09:44:19.921943+0000 mon.smithi118 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:44:21.319 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: audit 2024- 2024-01-21T09:44:21.319 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: 01-21T09:44:19.922083+0000 mon.smithi118 ( 2024-01-21T09:44:21.319 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:21.319 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: 2024-01-21T09:44:21.319 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: audit 2024-01-21T09:44:19.922223+0000 mon.smithi118 (mon.0 2024-01-21T09:44:21.319 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: ) 379 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:21.319 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: audit 2024 2024-01-21T09:44:21.319 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: -01-21T09:44:19.922372+0000 mon.smithi118 (mon.0) 380 : audit 2024-01-21T09:44:21.319 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:21.319 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: audit 2024-01-21T09:44: 2024-01-21T09:44:21.320 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: 20.313847+0000 mon.smithi118 (mon.0) 381 : audit [INF] from='osd.1 [v2:172.21.15.118:6802/3790599030,v1:172.21.15.118:6803/3790599030]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-21T09:44:21.320 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: audit 2024-01-21T09:44:20.361856+0000 mon.smithi118 (mon.0 2024-01-21T09:44:21.320 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:20 smithi118 conmon[35245]: ) 382 : audit [DBG] from='client.? 172.21.15.118:0/3230035627' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:44:22.060 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T09:44:22.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:21 smithi134 conmon[40421]: cluster 2024-01-21T09:44:20.404126+0000 mgr.smithi118.lddrqf (mgr 2024-01-21T09:44:22.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:21 smithi134 conmon[40421]: .14182) 90 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-21T09:44:22.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:21 smithi134 conmon[40421]: audit 2024-01-21T09:44:20.933082+0000 mon.smithi118 (mon.0) 383 : audit [INF] from='osd.1 [v2:172.21.15.118:6802/3790599030,v1:172.21.15.118:6803/3790599030]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-21T09:44:22.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:21 smithi134 conmon[40421]: cluster 2024-01-21T09:44:20.933141+0000 mon.smithi118 (mon.0) 384 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-21T09:44:22.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:21 smithi134 conmon[40421]: audit 2024-01-21T09:44:20.933261+0000 mon.smithi118 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T09:44:22.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:21 smithi134 conmon[40421]: audit 2024-01-21T09:44:20.933656+0000 mon.smithi118 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T09:44:22.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:21 smithi134 conmon[40421]: audit 2024-01-21T09:44:20.933821+0000 mon.smithi118 (mon.0) 387 : audit [INF] from='osd.1 [v2:172.21.15.118:6802/3790599030,v1:172.21.15.118:6803/3790599030]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-21T09:44:22.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:21 smithi134 conmon[40421]: audit 2024-01-21T09:44:20.934001+0000 mon.smithi118 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:44:22.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:21 smithi134 conmon[40421]: audit 2024-01-21T09:44:20.934157+0000 mon.smithi118 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:44:22.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:21 smithi134 conmon[40421]: audit 2024-01-21T09:44:20.934319+0000 mon.smithi118 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:22.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:21 smithi134 conmon[40421]: audit 2024-01-21T09:44:20.934472+0000 mon.smithi118 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:22.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:21 smithi134 conmon[40421]: audit 2024-01-21T09:44:20.934621+0000 mon.smithi118 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:22.231 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:21 smithi118 conmon[35245]: cluster 2024-01-21T09:44:20.404126+0000 mgr.smithi118.lddrqf (mgr.14182) 90 2024-01-21T09:44:22.231 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:21 smithi118 conmon[35245]: : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-21T09:44:22.231 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:21 smithi118 conmon[35245]: audit 2024-01-21T09:44:20.933082+0000 mon.smithi118 (mon.0) 383 : audit [INF] from='osd.1 [v2:172.21.15.118:6802/3790599030,v1:172.21.15.118:6803/3790599030]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-21T09:44:22.231 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:21 smithi118 conmon[35245]: cluster 2024-01-21T09:44:20.933141+0000 mon.smithi118 (mon.0) 384 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-21T09:44:22.231 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:21 smithi118 conmon[35245]: audit 2024-01-21T09:44:20.933261+0000 mon.smithi118 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T09:44:22.231 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:21 smithi118 conmon[35245]: audit 2024-01-21T09:44:20.933656+0000 mon.smithi118 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T09:44:22.232 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:21 smithi118 conmon[35245]: audit 2024-01-21T09:44:20.933821+0000 mon.smithi118 (mon.0) 387 : audit [INF] from='osd.1 [v2:172.21.15.118:6802/3790599030,v1:172.21.15.118:6803/3790599030]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-21T09:44:22.232 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:21 smithi118 conmon[35245]: audit 2024-01-21T09:44:20.934001+0000 mon.smithi118 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:44:22.232 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:21 smithi118 conmon[35245]: audit 2024-01-21T09:44:20.934157+0000 mon.smithi118 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:44:22.232 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:21 smithi118 conmon[35245]: audit 2024-01-21T09:44:20.934319+0000 mon.smithi118 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:22.232 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:21 smithi118 conmon[35245]: audit 2024-01-21T09:44:20.934472+0000 mon.smithi118 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:22.232 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:21 smithi118 conmon[35245]: audit 2024-01-21T09:44:20.934621+0000 mon.smithi118 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:23.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:22 smithi118 conmon[35245]: audit 2024-01-21T09:44:21.933971+0000 mon.smithi118 (mon.0) 393 : audit 2024-01-21T09:44:23.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:22 smithi118 conmon[35245]: [INF] from='osd.1 [v2:172.21.15.118:6802/3790599030,v1:172.21.15.118:6803/3790599030]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2024-01-21T09:44:23.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:22 smithi118 conmon[35245]: cluster 2024-01-21T09:44:21.934028+0000 mon.smithi118 (mon.0) 394 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-21T09:44:23.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:22 smithi118 conmon[35245]: audit 2024-01-21T09:44:21.934358+0000 mon.smithi118 (mon.0) 395 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T09:44:23.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:22 smithi118 conmon[35245]: audit 2024-01-21T09:44:21.934559+0000 mon.smithi118 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T09:44:23.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:22 smithi118 conmon[35245]: audit 2024-01-21T09:44:21.934985+0000 mon.smithi118 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:44:23.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:22 smithi118 conmon[35245]: audit 2024-01-21T09:44:21.935137+0000 mon.smithi118 (mon.0) 398 2024-01-21T09:44:23.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:22 smithi118 conmon[35245]: : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:44:23.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:22 smithi118 conmon[35245]: audit 2024-01-21T09:44:21.935286+0000 mon.smithi118 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:23.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:22 smithi118 conmon[35245]: audit 2024-01-21T09:44:21.935467+0000 mon.smithi118 (mon. 2024-01-21T09:44:23.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:22 smithi118 conmon[35245]: 0) 400 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:23.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:22 smithi118 conmon[35245]: audit 2024-01-21T09:44: 2024-01-21T09:44:23.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:22 smithi118 conmon[35245]: 21.935647+0000 mon.smithi118 (mon.0) 401 : audit 2024-01-21T09:44:23.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:22 smithi118 conmon[35245]: [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:23.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:22 smithi118 conmon[35245]: audit 2024-01-21T09:44:23.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:22 smithi118 conmon[35245]: 2024-01-21T09:44:21.939765+0000 mon.smithi118 (mon 2024-01-21T09:44:23.097 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:22 smithi118 conmon[35245]: .0) 402 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T09:44:23.097 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:22 smithi118 conmon[35245]: audit 2024-01-21T09 2024-01-21T09:44:23.097 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:22 smithi118 conmon[35245]: :44:21.961813+0000 mon.smithi134 (mon.1) 2024-01-21T09:44:23.097 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:22 smithi118 conmon[35245]: 12 : audit [INF] from='osd.2 [v2:172.21.15.134:6808/1651789284,v1:172.21.15.134:6809/1651789284]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T09:44:23.097 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:22 smithi118 conmon[35245]: audit 2024-01-21T09:44 2024-01-21T09:44:23.097 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:22 smithi118 conmon[35245]: :21.962110+0000 mon.smithi118 (mon.0) 403 2024-01-21T09:44:23.097 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:22 smithi118 conmon[35245]: : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T09:44:23.097 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:22 smithi118 conmon[35245]: audit 2024-01-21T09:44:22.350563 2024-01-21T09:44:23.097 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:22 smithi118 conmon[35245]: +0000 mon.smithi118 (mon.0) 404 : audit [INF] 2024-01-21T09:44:23.098 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:22 smithi118 conmon[35245]: from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:23.098 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:22 smithi118 conmon[35245]: audit 2024 2024-01-21T09:44:23.098 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:22 smithi118 conmon[35245]: -01-21T09:44:22.351336+0000 mon.smithi118 (mon. 2024-01-21T09:44:23.098 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:22 smithi118 conmon[35245]: 0) 405 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-21T09:44:23.098 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:22 smithi118 conmon[35245]: audit 2024-01-21T09: 2024-01-21T09:44:23.098 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:22 smithi118 conmon[35245]: 44:22.351987+0000 mon.smithi118 (mon.0) 406 2024-01-21T09:44:23.098 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:22 smithi118 conmon[35245]: : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:44:23.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: audit 2024-01-21T09:44:21.933971+0000 mon.smithi118 (mon.0) 393 : 2024-01-21T09:44:23.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: audit [INF] from='osd.1 [v2:172.21.15.118:6802/3790599030,v1:172.21.15.118:6803/3790599030]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2024-01-21T09:44:23.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: cluster 2024-01-21T09:44:21.934028+0000 mon.smithi118 (mon.0) 394 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-21T09:44:23.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: audit 2024-01-21T09:44:21.934358+0000 mon.smithi118 (mon.0) 395 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T09:44:23.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: 2024-01-21T09:44:23.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: audit 2024-01-21T09:44:23.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: 2024-01-21T09:44:21.934559+0000 mon.smithi118 (mon. 2024-01-21T09:44:23.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: 0) 396 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T09:44:23.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: audit 2024-01-21T09:44:21.934985+0000 mon.smithi118 (mon. 2024-01-21T09:44:23.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: 0) 397 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:44:23.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: audit 2024-01-21 2024-01-21T09:44:23.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: T09:44:21.935137+0000 mon.smithi118 (mon.0 2024-01-21T09:44:23.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: ) 398 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:44:23.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: audit 2024-01-21 2024-01-21T09:44:23.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: T09:44:21.935286+0000 mon.smithi118 (mon.0 2024-01-21T09:44:23.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: ) 399 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:23.219 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: audit 2024-01-21 2024-01-21T09:44:23.219 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: T09:44:21.935467+0000 mon.smithi118 (mon. 2024-01-21T09:44:23.219 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: 0) 400 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:23.219 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: audit 2024-01-21T 2024-01-21T09:44:23.220 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: 09:44:21.935647+0000 mon.smithi118 (mon.0) 2024-01-21T09:44:23.220 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: 401 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:23.220 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: audit 2024-01-21T09: 2024-01-21T09:44:23.220 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: 44:21.939765+0000 mon.smithi118 (mon.0) 402 2024-01-21T09:44:23.220 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T09:44:23.220 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: audit 2024-01-21T09: 2024-01-21T09:44:23.220 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: 44:21.961813+0000 mon.smithi134 (mon.1) 12 2024-01-21T09:44:23.220 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: : audit [INF] from='osd.2 [v2:172.21.15.134:6808/1651789284,v1:172.21.15.134:6809/1651789284]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T09:44:23.221 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: audit 2024-01-21T09:44 2024-01-21T09:44:23.221 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: :21.962110+0000 mon.smithi118 (mon.0) 403 : 2024-01-21T09:44:23.221 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T09:44:23.221 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: audit 2024-01-21T09:44: 2024-01-21T09:44:23.221 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: 22.350563+0000 mon.smithi118 (mon.0) 404 : audit 2024-01-21T09:44:23.221 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:23.221 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: audit 2024-01-21T09:44:22.351336+0000 mon.smithi118 (mon 2024-01-21T09:44:23.221 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: .0) 405 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-21T09:44:23.221 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: audit 2024-01-21 2024-01-21T09:44:23.221 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: T09:44:22.351987+0000 mon.smithi118 (mon.0 2024-01-21T09:44:23.221 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:22 smithi134 conmon[40421]: ) 406 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:44:23.956 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:23 smithi118 conmon[35245]: cluster 2024-01-21T09:44:21.320153+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T09:44:23.956 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:23 smithi118 conmon[35245]: cluster 2024-01-21T09:44:21.320199+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T09:44:23.956 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:23 smithi118 conmon[35245]: cephadm 2024-01-21T09:44:22.352636+0000 mgr.smithi118.lddrqf (mgr.14182) 91 : cephadm [INF] Deploying daemon osd.5 on smithi118 2024-01-21T09:44:23.956 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:23 smithi118 conmon[35245]: cluster 2024-01-21T09:44:22.404418+0000 mgr.smithi118.lddrqf (mgr.14182) 92 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-21T09:44:23.956 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:23 smithi118 conmon[35245]: audit 2024-01-21T09:44:22.937441+0000 mon.smithi118 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T09:44:23.956 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:23 smithi118 conmon[35245]: cluster 2024-01-21T09:44:22.940131+0000 mon.smithi118 (mon.0) 408 : cluster [INF] osd.1 [v2:172.21.15.118:6802/3790599030,v1:172.21.15.118:6803/3790599030] boot 2024-01-21T09:44:23.956 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:23 smithi118 conmon[35245]: audit 2024-01-21T09:44:22.940192+0000 mon.smithi118 (mon.0) 409 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-21T09:44:23.956 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:23 smithi118 conmon[35245]: cluster 2024-01-21T09:44:22.940245+0000 mon.smithi118 (mon.0) 410 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2024-01-21T09:44:23.956 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:23 smithi118 conmon[35245]: audit 2024-01-21T09:44:22.940646+0000 mon.smithi118 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T09:44:23.956 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:23 smithi118 conmon[35245]: audit 2024-01-21T09:44:22.940859+0000 mon.smithi118 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T09:44:23.956 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:23 smithi118 conmon[35245]: audit 2024-01-21T09:44:22.941012+0000 mon.smithi118 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:44:23.956 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:23 smithi118 conmon[35245]: audit 2024-01 2024-01-21T09:44:23.956 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:23 smithi118 conmon[35245]: -21T09:44:22.941149+0000 mon.smithi118 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:44:23.957 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:23 smithi118 conmon[35245]: audit 2024-01-21T09:44:22.941289+0000 mon.smithi118 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:23.957 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:23 smithi118 conmon[35245]: audit 2024-01-21T09:44:22.941420+0000 mon.smithi118 (mon.0) 416 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:23.957 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:23 smithi118 conmon[35245]: audit 2024-01-21T09:44:22.941548+0000 mon.smithi118 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:23.957 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:23 smithi118 conmon[35245]: audit 2024-01-21T09:44:22.943405+0000 mon.smithi134 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.134:6808/1651789284,v1:172.21.15.134:6809/1651789284]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-21T09:44:23.957 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:23 smithi118 conmon[35245]: audit 2024-01-21T09:44:22.946308+0000 mon.smithi118 (mon.0) 418 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-21T09:44:23.957 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:23 smithi118 conmon[35245]: audit 2024-01-21T09:44:23.694871+0000 mon.smithi118 (mon.0) 419 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:24.016 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:44:24.208 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:23 smithi134 conmon[40421]: cluster 2024-01-21T09:44:21.320153+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T09:44:24.208 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:23 smithi134 conmon[40421]: cluster 2024-01-21T09:44:21.320199+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T09:44:24.208 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:23 smithi134 conmon[40421]: cephadm 2024-01-21T09:44:22.352636+0000 mgr.smithi118.lddrqf (mgr.14182) 91 : cephadm [INF] Deploying daemon osd.5 on smithi118 2024-01-21T09:44:24.208 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:23 smithi134 conmon[40421]: cluster 2024-01-21T09:44:22.404418+0000 mgr.smithi118.lddrqf (mgr.14182) 92 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-21T09:44:24.208 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:23 smithi134 conmon[40421]: audit 2024-01-21T09:44:22.937441+0000 mon.smithi118 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T09:44:24.208 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:23 smithi134 conmon[40421]: cluster 2024-01-21T09:44:22.940131+0000 mon.smithi118 (mon.0) 408 : cluster [INF] osd.1 [v2:172.21.15.118:6802/3790599030,v1:172.21.15.118:6803/3790599030] boot 2024-01-21T09:44:24.209 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:23 smithi134 conmon[40421]: audit 2024-01-21T09:44:22.940192+0000 mon.smithi118 (mon.0) 409 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-21T09:44:24.209 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:23 smithi134 conmon[40421]: cluster 2024-01-21T09:44:22.940245+0000 mon.smithi118 (mon.0) 410 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2024-01-21T09:44:24.209 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:23 smithi134 conmon[40421]: audit 2024-01-21T09:44:22.940646+0000 mon.smithi118 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T09:44:24.209 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:23 smithi134 conmon[40421]: audit 2024-01-21T09:44:22.940859+0000 mon.smithi118 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T09:44:24.209 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:23 smithi134 conmon[40421]: audit 2024-01-21T09:44:22.941012+0000 mon.smithi118 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:44:24.209 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:23 smithi134 conmon[40421]: audit 2024-01-21T09:44:22.941149+0000 mon.smithi118 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:44:24.209 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:23 smithi134 conmon[40421]: audit 2024-01-21T09:44:22.941289+0000 mon.smithi118 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:24.209 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:23 smithi134 conmon[40421]: audit 2024-01-21T09:44:22.941420+0000 mon.smithi118 (mon.0) 416 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:24.209 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:23 smithi134 conmon[40421]: audit 2024-01-21T09:44:22.941548+0000 mon.smithi118 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:24.209 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:23 smithi134 conmon[40421]: audit 2024-01-21T09:44:22.943405+0000 mon.smithi134 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.134:6808/1651789284,v1:172.21.15.134:6809/1651789284]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-21T09:44:24.209 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:23 smithi134 conmon[40421]: audit 2024-01-21T09:44:22.946308+0000 mon.smithi118 (mon.0) 418 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-21T09:44:24.209 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:23 smithi134 conmon[40421]: audit 2024-01-21T09:44:23.694871+0000 mon.smithi118 (mon.0) 419 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:24.209 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:23 smithi134 conmon[40421]: audit 2024-01-21T09:44:23.695509+0000 mon.smithi118 (mon.0) 420 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-21T09:44:24.209 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:23 smithi134 conmon[40421]: audit 2024-01-21T09:44:23.696038+0000 mon.smithi118 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:44:24.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:23 smithi118 conmon[35245]: audit 2024-01-21T09:44:23.695509+0000 mon.smithi118 (mon.0) 420 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-21T09:44:24.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:23 smithi118 conmon[35245]: audit 2024-01-21T09:44:23.696038+0000 mon.smithi118 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:44:25.015 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":20,"num_osds":8,"num_up_osds":2,"osd_up_since":1705830262,"num_in_osds":8,"osd_in_since":1705830243,"num_remapped_pgs":0} 2024-01-21T09:44:25.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:24 smithi134 conmon[40421]: cephadm 2024-01-21T09:44:23.696490+0000 mgr.smithi118.lddrqf (mgr.14182) 93 : cephadm [INF] Deploying daemon osd.6 on smithi134 2024-01-21T09:44:25.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:24 smithi134 conmon[40421]: audit 2024-01-21T09:44:23.946627+0000 mon.smithi118 (mon.0) 422 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-01-21T09:44:25.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:24 smithi134 conmon[40421]: cluster 2024-01-21T09:44:23.946686+0000 mon.smithi118 (mon.0) 423 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-01-21T09:44:25.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:24 smithi134 conmon[40421]: audit 2024-01-21T09:44:23.947008+0000 mon.smithi118 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T09:44:25.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:24 smithi134 conmon[40421]: audit 2024-01-21T09:44:23.947194+0000 mon.smithi118 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:44:25.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:24 smithi134 conmon[40421]: audit 2024-01-21T09:44:23.947336+0000 mon.smithi118 (mon.0) 426 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:44:25.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:24 smithi134 conmon[40421]: audit 2024-01-21T09:44:23.947472+0000 mon.smithi118 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:25.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:24 smithi134 conmon[40421]: audit 2024-01-21T09:44:23.947598+0000 mon.smithi118 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:25.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:24 smithi134 conmon[40421]: audit 2024-01-21T09:44:23.947730+0000 mon.smithi118 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:25.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:24 smithi134 conmon[40421]: audit 2024-01-21T09:44:23.956353+0000 mon.smithi118 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T09:44:25.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:24 smithi134 conmon[40421]: audit 2024-01-21T09:44:24.016267+0000 mon.smithi118 (mon.0) 431 : audit [DBG] from='client.? 172.21.15.118:0/86217194' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:44:25.307 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:24 smithi118 conmon[35245]: cephadm 2024-01-21T09:44:23.696490+0000 mgr.smithi118.lddrqf (mgr.14182) 93 : cephadm [INF] Deploying daemon osd.6 on smithi134 2024-01-21T09:44:25.307 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:24 smithi118 conmon[35245]: audit 2024-01-21T09:44:23.946627+0000 mon.smithi118 (mon.0) 422 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-01-21T09:44:25.307 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:24 smithi118 conmon[35245]: cluster 2024-01-21T09:44:23.946686+0000 mon.smithi118 (mon.0) 423 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-01-21T09:44:25.308 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:24 smithi118 conmon[35245]: audit 2024-01-21T09:44:23.947008+0000 mon.smithi118 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T09:44:25.308 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:24 smithi118 conmon[35245]: audit 2024-01-21T09:44:23.947194+0000 mon.smithi118 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:44:25.308 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:24 smithi118 conmon[35245]: audit 2024-01-21T09:44:23.947336+0000 mon.smithi118 (mon.0) 426 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:44:25.308 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:24 smithi118 conmon[35245]: audit 2024-01-21T09:44:23.947472+0000 mon.smithi118 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:25.308 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:24 smithi118 conmon[35245]: audit 2024-01-21T09:44:23.947598+0000 mon.smithi118 (mon 2024-01-21T09:44:25.308 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:24 smithi118 conmon[35245]: .0) 428 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:25.308 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:24 smithi118 conmon[35245]: audit 2024-01-21T09:44:23.947730+0000 mon.smithi118 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:25.308 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:24 smithi118 conmon[35245]: audit 2024-01-21T09:44:23.956353+0000 mon.smithi118 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T09:44:25.308 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:24 smithi118 conmon[35245]: audit 2024-01-21T09:44:24.016267+0000 mon.smithi118 (mon.0) 431 : audit [DBG] from='client.? 172.21.15.118:0/86217194' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:44:26.017 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T09:44:26.192 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: cluster 2024-01-21T09:44:22.993453+0000 osd.2 2024-01-21T09:44:26.192 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T09:44:26.192 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: cluster 2024-01-21T09:44:22.993509+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T09:44:26.192 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: cluster 2024-01-21T09:44:24.404678+0000 mgr.smithi118.lddrqf (mgr.14182) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-21T09:44:26.193 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: cluster 2024-01-21T09:44:24.957325+0000 mon.smithi118 (mon.0) 432 : cluster [INF] osd.2 [v2:172.21.15.134:6808/1651789284,v1:172.21.15.134:6809/1651789284] boot 2024-01-21T09:44:26.193 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: cluster 2024-01-21T09:44:24.957373+0000 mon.smithi118 (mon.0 2024-01-21T09:44:26.193 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: ) 433 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-01-21T09:44:26.193 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: audit 2024-01-21T09: 2024-01-21T09:44:26.193 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: 44:24.957844+0000 mon.smithi118 (mon.0) 2024-01-21T09:44:26.193 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: 434 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T09:44:26.193 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: audit 2024-01- 2024-01-21T09:44:26.193 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: 21T09:44:24.958108+0000 2024-01-21T09:44:26.193 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: mon.smithi118 (mon.0) 435 : 2024-01-21T09:44:26.193 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:44:26.193 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: audit 2024- 2024-01-21T09:44:26.193 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: 01-21T09:44:24. 2024-01-21T09:44:26.193 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: 958291+0000 mon.smithi118 (mon.0 2024-01-21T09:44:26.193 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: ) 436 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:44:26.194 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: audit 2024 2024-01-21T09:44:26.194 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: -01-21T09:44:24 2024-01-21T09:44:26.194 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: .958436+0000 mon.smithi118 (mon. 2024-01-21T09:44:26.194 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: 0) 437 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:26.194 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: 2024-01-21T09:44:26.194 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: audit 2024-01-21 2024-01-21T09:44:26.194 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: T09:44:24.961832+0000 2024-01-21T09:44:26.194 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: mon.smithi118 (mon.0) 438 : audit [DBG] 2024-01-21T09:44:26.194 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:26.194 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: audit 2024 2024-01-21T09:44:26.194 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: -01-21T09:44: 2024-01-21T09:44:26.194 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: 24.962045+0000 mon.smithi118 (mon. 2024-01-21T09:44:26.194 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: 0) 439 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:26.194 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: 2024-01-21T09:44:26.194 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: audit 2024-01-21T09:44:26.195 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: 2024-01-21T09:44: 2024-01-21T09:44:26.195 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: 24.962298+0000 mon.smithi118 (mon 2024-01-21T09:44:26.195 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: .0) 440 : audit [INF] 2024-01-21T09:44:26.195 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-21T09:44:26.195 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: audit 2024- 2024-01-21T09:44:26.195 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: 01-21T09:44:25 2024-01-21T09:44:26.195 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: .513833+0000 mon.smithi118 (mon.0) 2024-01-21T09:44:26.195 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:25 smithi118 conmon[35245]: 441 : audit [INF] from='osd.3 [v2:172.21.15.118:6810/1982044865,v1:172.21.15.118:6811/1982044865]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-21T09:44:26.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:25 smithi134 conmon[40421]: cluster 2024-01-21T09:44:22.993453+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T09:44:26.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:25 smithi134 conmon[40421]: cluster 2024-01-21T09:44:22.993509+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T09:44:26.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:25 smithi134 conmon[40421]: cluster 2024-01-21T09:44:24.404678+0000 mgr.smithi118.lddrqf (mgr.14182) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-21T09:44:26.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:25 smithi134 conmon[40421]: cluster 2024-01-21T09:44:24.957325+0000 mon.smithi118 (mon.0) 432 : cluster [INF] osd.2 [v2:172.21.15.134:6808/1651789284,v1:172.21.15.134:6809/1651789284] boot 2024-01-21T09:44:26.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:25 smithi134 conmon[40421]: cluster 2024-01-21T09:44:24.957373+0000 mon.smithi118 (mon.0) 433 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-01-21T09:44:26.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:25 smithi134 conmon[40421]: audit 2024-01-21T09:44:24.957844+0000 mon.smithi118 (mon.0) 434 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T09:44:26.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:25 smithi134 conmon[40421]: audit 2024-01-21T09:44:24.958108+0000 mon.smithi118 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:44:26.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:25 smithi134 conmon[40421]: audit 2024-01-21T09:44:24.958291+0000 2024-01-21T09:44:26.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:25 smithi134 conmon[40421]: mon.smithi118 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:44:26.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:25 smithi134 conmon[40421]: audit 2024-01-21T09:44:24.958436+0000 mon.smithi118 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:26.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:25 smithi134 conmon[40421]: audit 2024-01-21T09:44:24.961832+0000 mon.smithi118 (mon.0) 438 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:26.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:25 smithi134 conmon[40421]: audit 2024-01-21T09:44:24.962045+0000 mon.smithi118 (mon.0) 439 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:26.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:25 smithi134 conmon[40421]: audit 2024-01-21T09:44:24.962298+0000 mon.smithi118 (mon.0) 440 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-21T09:44:26.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:25 smithi134 conmon[40421]: audit 2024-01-21T09:44:25.513833+0000 mon.smithi118 (mon.0) 441 : audit [INF] from='osd.3 [v2:172.21.15.118:6810/1982044865,v1:172.21.15.118:6811/1982044865]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-21T09:44:27.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:26 smithi118 conmon[35245]: audit 2024-01-21T09:44:25.967998+0000 mon.smithi118 (mon.0 2024-01-21T09:44:27.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:26 smithi118 conmon[35245]: ) 442 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-21T09:44:27.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:26 smithi118 conmon[35245]: audit 2024-01-21T09:44:25.968078+0000 mon.smithi118 (mon.0) 443 : audit [INF] from='osd.3 [v2:172.21.15.118:6810/1982044865,v1:172.21.15.118:6811/1982044865]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-21T09:44:27.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:26 smithi118 conmon[35245]: cluster 2024-01-21T09:44:25.968136+0000 mon.smithi118 (mon.0) 444 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-01-21T09:44:27.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:26 smithi118 conmon[35245]: audit 2024-01-21T09:44:25.968269+0000 mon.smithi118 (mon.0) 445 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:44:27.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:26 smithi118 conmon[35245]: audit 2024-01-21T09:44:25.968641+0000 mon.smithi118 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:44:27.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:26 smithi118 conmon[35245]: audit 2024-01-21T09:44:25.968819+0000 mon.smithi118 (mon.0) 447 : audit [INF] from='osd.3 [v2:172.21.15.118:6810/1982044865,v1:172.21.15.118:6811/1982044865]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-21T09:44:27.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:26 smithi118 conmon[35245]: audit 2024-01-21T09:44:25.969116+0000 mon.smithi118 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:27.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:26 smithi118 conmon[35245]: audit 2024-01-21T09:44:25.969365+0000 mon.smithi118 (mon.0) 449 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:27.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:26 smithi118 conmon[35245]: audit 2024-01-21T09:44:25.969540+0000 mon.smithi118 (mon.0) 450 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:27.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:26 smithi118 conmon[35245]: audit 2024-01-21T09:44:25.970063+0000 mon.smithi118 (mon.0) 451 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-21T09:44:27.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:26 smithi118 conmon[35245]: audit 2024-01-21T09:44:26.906971+0000 mon.smithi134 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.134:6816/1353316326,v1:172.21.15.134:6817/1353316326]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T09:44:27.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:26 smithi118 conmon[35245]: audit 2024-01-21T09:44:26.907302+0000 mon.smithi118 (mon.0) 452 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T09:44:27.363 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:26 smithi134 conmon[40421]: audit 2024-01-21T09:44:25.967998+0000 mon.smithi118 (mon.0) 442 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-21T09:44:27.363 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:26 smithi134 conmon[40421]: audit 2024-01-21T09:44:25.968078+0000 mon.smithi118 (mon.0) 443 : audit [INF] from='osd.3 [v2:172.21.15.118:6810/1982044865,v1:172.21.15.118:6811/1982044865]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-21T09:44:27.363 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:26 smithi134 conmon[40421]: cluster 2024-01-21T09:44:25.968136+0000 mon.smithi118 (mon.0) 444 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-01-21T09:44:27.363 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:26 smithi134 conmon[40421]: audit 2024-01-21T09:44:25.968269+0000 mon.smithi118 (mon.0) 445 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:44:27.364 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:26 smithi134 conmon[40421]: audit 2024-01-21T09 2024-01-21T09:44:27.364 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:26 smithi134 conmon[40421]: :44:25.968641+0000 mon.smithi118 (mon.0) 446 : audit 2024-01-21T09:44:27.364 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:26 smithi134 conmon[40421]: [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:44:27.364 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:26 smithi134 conmon[40421]: audit 2024-01-21T09:44:27.364 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:26 smithi134 conmon[40421]: 2024-01-21T09:44:25.968819+0000 mon.smithi118 (mon.0) 447 : audit [INF] from='osd.3 [v2:172.21.15.118:6810/1982044865,v1:172.21.15.118:6811/1982044865]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-21T09:44:27.364 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:26 smithi134 conmon[40421]: 2024-01-21T09:44:27.364 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:26 smithi134 conmon[40421]: audit 2024-01-21T09 2024-01-21T09:44:27.364 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:26 smithi134 conmon[40421]: :44:25.969116+0000 mon.smithi118 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:27.364 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:26 smithi134 conmon[40421]: audit 2024-01-21T09: 2024-01-21T09:44:27.364 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:26 smithi134 conmon[40421]: 44:25.969365+0000 mon.smithi118 (mon.0) 449 : audit 2024-01-21T09:44:27.364 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:26 smithi134 conmon[40421]: [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:27.364 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:26 smithi134 conmon[40421]: audit 2024 2024-01-21T09:44:27.364 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:26 smithi134 conmon[40421]: -01-21T09:44:25.969540+0000 mon.smithi118 (mon.0) 450 : audit 2024-01-21T09:44:27.364 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:26 smithi134 conmon[40421]: [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:27.365 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:26 smithi134 conmon[40421]: audit 2024-01-21T09:44:27.365 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:26 smithi134 conmon[40421]: 2024-01-21T09:44:25. 2024-01-21T09:44:27.365 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:26 smithi134 conmon[40421]: 970063+0000 mon.smithi118 (mon.0) 451 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-21T09:44:27.365 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:26 smithi134 conmon[40421]: 2024-01-21T09:44:27.365 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:26 smithi134 conmon[40421]: audit 2024-01-21T09:44 2024-01-21T09:44:27.365 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:26 smithi134 conmon[40421]: :26.906971+0000 mon.smithi134 (mon.1) 14 : 2024-01-21T09:44:27.365 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:26 smithi134 conmon[40421]: audit [INF] from='osd.4 [v2:172.21.15.134:6816/1353316326,v1:172.21.15.134:6817/1353316326]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T09:44:27.365 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:26 smithi134 conmon[40421]: audit 2024-01-21T09:44:26 2024-01-21T09:44:27.365 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:26 smithi134 conmon[40421]: .907302+0000 mon.smithi118 (mon.0) 452 : audit [INF] 2024-01-21T09:44:27.365 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:26 smithi134 conmon[40421]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T09:44:28.306 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:44:28.327 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:27 smithi118 conmon[35245]: cluster 2024-01-21T09:44:26.404918+0000 mgr.smithi118.lddrqf (mgr.14182) 95 : cluster 2024-01-21T09:44:28.327 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:27 smithi118 conmon[35245]: [DBG] pgmap v64: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-21T09:44:28.327 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:27 smithi118 conmon[35245]: audit 2024-01-21T09:44:26.968683+0000 mon.smithi118 (mon.0) 453 : audit [INF] from='osd.3 [v2:172.21.15.118:6810/1982044865,v1:172.21.15.118:6811/1982044865]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2024-01-21T09:44:28.327 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:27 smithi118 conmon[35245]: audit 2024-01-21T09:44:26.968758+0000 mon.smithi118 (mon.0) 454 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-21T09:44:28.327 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:27 smithi118 conmon[35245]: audit 2024-01-21T09:44:26.968817+0000 mon.smithi118 (mon.0) 455 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-21T09:44:28.327 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:27 smithi118 conmon[35245]: cluster 2024-01-21T09:44:26.968871+0000 mon.smithi118 (mon.0) 456 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-01-21T09:44:28.327 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:27 smithi118 conmon[35245]: audit 2024-01-21T09:44:26.969219+0000 mon.smithi118 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:44:28.327 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:27 smithi118 conmon[35245]: audit 2024-01-21T09:44:26.969495+0000 mon.smithi118 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:44:28.327 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:27 smithi118 conmon[35245]: audit 2024-01-21T09:44:26.969646+0000 mon.smithi134 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.134:6816/1353316326,v1:172.21.15.134:6817/1353316326]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-21T09:44:28.328 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:27 smithi118 conmon[35245]: audit 2024-01-21T09:44:26.972875+0000 mon.smithi118 (mon.0) 459 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:28.328 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:27 smithi118 conmon[35245]: audit 2024-01-21T09:44:26.973195+0000 mon.smithi118 (mon.0) 460 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:28.328 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:27 smithi118 conmon[35245]: audit 2024-01-21T09:44:26.973364+0000 mon.smithi118 (mon.0) 461 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:28.328 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:27 smithi118 conmon[35245]: audit 2024-01-21T09:44:26.973589+0000 mon.smithi118 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:44:28.328 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:27 smithi118 conmon[35245]: audit 2024-01-21T09:44:26.974510+0000 mon.smithi118 (mon.0) 463 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-21T09:44:28.371 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:27 smithi134 conmon[40421]: cluster 2024-01-21T09:44:26.404918+0000 mgr.smithi118.lddrqf (mgr 2024-01-21T09:44:28.371 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:27 smithi134 conmon[40421]: .14182) 95 : cluster [DBG] pgmap v64: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-21T09:44:28.371 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:27 smithi134 conmon[40421]: audit 2024-01-21T09:44:26.968683+0000 mon.smithi118 2024-01-21T09:44:28.371 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:27 smithi134 conmon[40421]: (mon.0) 453 : audit [INF] from='osd.3 [v2:172.21.15.118:6810/1982044865,v1:172.21.15.118:6811/1982044865]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2024-01-21T09:44:28.371 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:27 smithi134 conmon[40421]: audit 2024-01-21T09:44:28.371 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:27 smithi134 conmon[40421]: 2024-01-21T09:44:26 2024-01-21T09:44:28.371 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:27 smithi134 conmon[40421]: .968758+0000 mon.smithi118 (mon.0) 454 2024-01-21T09:44:28.371 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:27 smithi134 conmon[40421]: : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-21T09:44:28.372 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:27 smithi134 conmon[40421]: audit 2024-01 2024-01-21T09:44:28.372 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:27 smithi134 conmon[40421]: -21T09:44:26.968817+0000 mon.smithi118 (mon 2024-01-21T09:44:28.372 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:27 smithi134 conmon[40421]: .0) 455 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-21T09:44:28.372 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:27 smithi134 conmon[40421]: cluster 2024-01-21T09:44:26.968871+0000 mon.smithi118 (mon.0) 456 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-01-21T09:44:28.372 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:27 smithi134 conmon[40421]: audit 2024-01-21T09:44:26.969219+0000 mon.smithi118 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:44:28.372 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:27 smithi134 conmon[40421]: audit 2024-01-21T09:44:26.969495+0000 mon.smithi118 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:44:28.372 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:27 smithi134 conmon[40421]: audit 2024-01-21T09:44:26.969646+0000 mon.smithi134 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.134:6816/1353316326,v1:172.21.15.134:6817/1353316326]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-21T09:44:28.372 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:27 smithi134 conmon[40421]: audit 2024-01-21T09:44:26.972875+0000 mon.smithi118 (mon.0) 459 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:28.372 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:27 smithi134 conmon[40421]: audit 2024-01-21T09:44:26.973195+0000 mon.smithi118 (mon.0) 460 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:28.372 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:27 smithi134 conmon[40421]: audit 2024-01-21T09:44:26.973364+0000 mon.smithi118 (mon.0) 461 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:28.372 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:27 smithi134 conmon[40421]: audit 2024-01-21T09:44:26.973589+0000 mon.smithi118 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:44:28.372 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:27 smithi134 conmon[40421]: audit 2024-01-21T09:44:26.974510+0000 mon.smithi118 (mon.0) 463 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-21T09:44:28.906 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":24,"num_osds":8,"num_up_osds":4,"osd_up_since":1705830267,"num_in_osds":8,"osd_in_since":1705830243,"num_remapped_pgs":1} 2024-01-21T09:44:29.207 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: cluster 2024-01-21T09:44:26.475653+0000 osd.3 (osd.3 2024-01-21T09:44:29.207 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: ) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T09:44:29.207 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: cluster 2024-01-21T09:44:26.475740+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T09:44:29.207 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: audit 2024-01-21T09:44:27.970448+0000 mon.smithi118 (mon.0) 464 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-01-21T09:44:29.207 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: cluster 2024-01-21T09:44:27.970520+0000 mon.smithi118 (mon.0) 465 : cluster [INF] osd.3 [v2:172.21.15.118:6810/1982044865,v1:172.21.15.118:6811/1982044865] boot 2024-01-21T09:44:29.207 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: cluster 2024-01-21T09:44:27.970541+0000 mon.smithi118 (mon.0) 466 : cluster [DBG] 2024-01-21T09:44:29.207 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: osdmap e24: 8 total, 4 up, 8 in 2024-01-21T09:44:29.207 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: audit 2024-01-21T09:44:27.971129+0000 mon.smithi118 (mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:44:29.207 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: audit 2024-01-21T09:44:27.971369+0000 mon.smithi118 (mon 2024-01-21T09:44:29.207 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: .0) 468 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:44:29.207 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: audit 2024-01-21T09:44: 2024-01-21T09:44:29.208 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: 27.971535+0000 mon.smithi118 (mon.0) 469 : audit 2024-01-21T09:44:29.208 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:29.208 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: audit 2024-01-21T09:44:29.208 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: 2024-01-21T09:44:27.974515+0000 mon.smithi118 (mon. 2024-01-21T09:44:29.208 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: 0) 470 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:29.208 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: audit 2024-01-21T09: 2024-01-21T09:44:29.208 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: 44:27.974769+0000 mon.smithi118 (mon.0) 2024-01-21T09:44:29.208 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: 471 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:29.208 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: audit 2024-01-21T09:44: 2024-01-21T09:44:29.208 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: 27.974926+0000 mon.smithi118 (mon.0) 472 : 2024-01-21T09:44:29.208 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:44:29.208 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: audit 2024-01-21T09:44:29.208 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: 2024-01-21T09:44:28.305907+0000 mon.smithi118 (mon.0) 473 2024-01-21T09:44:29.208 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: : audit [DBG] from='client.? 172.21.15.118:0/1608969655' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:44:29.209 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: audit 2024-01-21T09:44:28 2024-01-21T09:44:29.209 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: .497097+0000 mon.smithi118 (mon.0) 474 : audit 2024-01-21T09:44:29.209 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:29.209 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: cluster 2024-01-21T09:44:29.209 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: 2024-01-21T09:44:28.971729+0000 mon.smithi118 (mon.0 2024-01-21T09:44:29.209 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: ) 475 : cluster [INF] osd.4 [v2:172.21.15.134:6816/1353316326,v1:172.21.15.134:6817/1353316326] boot 2024-01-21T09:44:29.209 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: cluster 2024-01-21T09:44 2024-01-21T09:44:29.209 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: :28.971764+0000 mon.smithi118 (mon.0) 476 : 2024-01-21T09:44:29.209 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-01-21T09:44:29.209 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: audit 2024-01-21T09:44:28. 2024-01-21T09:44:29.209 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: 971892+0000 mon.smithi118 (mon.0) 477 : audit [DBG] 2024-01-21T09:44:29.209 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:44:29.209 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: audit 2024-01-21T09:44:29.209 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: 2024-01-21T09:44:28.972257+0000 mon.smithi118 (mon. 2024-01-21T09:44:29.209 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: 0) 478 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:29.209 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: audit 2024-01-21T09: 2024-01-21T09:44:29.210 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: 44:28.972536+0000 mon.smithi118 (mon.0) 479 : audit 2024-01-21T09:44:29.210 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:29.210 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: audit 2024-01-21T 2024-01-21T09:44:29.210 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:28 smithi118 conmon[35245]: 09:44:28.972738+0000 mon.smithi118 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:29.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: cluster 2024-01-21T09:44:26.475653+0000 osd.3 (osd.3) 1 : cluster [DBG] 2024-01-21T09:44:29.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: purged_snaps scrub starts 2024-01-21T09:44:29.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: cluster 2024-01-21T09:44:26.475740+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T09:44:29.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: audit 2024-01-21T09:44 2024-01-21T09:44:29.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: :27.970448+0000 mon.smithi118 (mon.0) 464 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-01-21T09:44:29.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: cluster 2024-01-21T09:44 2024-01-21T09:44:29.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: :27.970520+0000 mon.smithi118 (mon.0) 465 2024-01-21T09:44:29.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: : cluster [INF] osd.3 [v2:172.21.15.118:6810/1982044865,v1:172.21.15.118:6811/1982044865] boot 2024-01-21T09:44:29.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: cluster 2024-01-21T09: 2024-01-21T09:44:29.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: 44:27.970541+0000 mon.smithi118 (mon.0) 466 : cluster 2024-01-21T09:44:29.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: [DBG] osdmap e24: 8 total, 4 up, 8 in 2024-01-21T09:44:29.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: audit 2024-01-21T09:44:29.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: 2024-01-21T09:44:27.971129+0000 mon.smithi118 (mon.0) 467 2024-01-21T09:44:29.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T09:44:29.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: audit 2024-01-21T09:44:27.971369+0000 mon.smithi118 (mon.0) 468 : audit 2024-01-21T09:44:29.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:44:29.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: audit 2024 2024-01-21T09:44:29.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: -01-21T09:44:27.971535+0000 mon.smithi118 (mon.0) 469 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:29.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: audit 2024-01-21T09:44:29.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: 2024-01-21T09:44:27.974515+0000 2024-01-21T09:44:29.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: mon.smithi118 (mon.0) 470 : audit [DBG] 2024-01-21T09:44:29.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:29.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: audit 2024-01-21T09:44:29.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: 2024-01-21T09:44:27.974769+0000 mon.smithi118 (mon.0) 471 : 2024-01-21T09:44:29.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:29.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: audit 2024 2024-01-21T09:44:29.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: -01-21T09:44:27.974926+0000 2024-01-21T09:44:29.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: mon.smithi118 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:44:29.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: audit 2024-01-21T09:44:29.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: 2024-01-21T09: 2024-01-21T09:44:29.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: 44:28.305907+0000 mon.smithi118 (mon.0) 473 2024-01-21T09:44:29.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: : audit [DBG] from='client.? 172.21.15.118:0/1608969655' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:44:29.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: audit 2024-01-21 2024-01-21T09:44:29.217 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: T09:44:28.497097+0000 mon.smithi118 (mon.0) 2024-01-21T09:44:29.217 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: 474 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:29.217 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: cluster 2024-01-21T09 2024-01-21T09:44:29.217 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: :44:28.971729+0000 mon.smithi118 (mon.0) 2024-01-21T09:44:29.217 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: 475 : cluster [INF] osd.4 [v2:172.21.15.134:6816/1353316326,v1:172.21.15.134:6817/1353316326] boot 2024-01-21T09:44:29.217 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: cluster 2024-01-21T09:44:28. 2024-01-21T09:44:29.217 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: 971764+0000 mon.smithi118 (mon.0) 476 : cluster [DBG] 2024-01-21T09:44:29.217 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: osdmap e25: 8 total, 5 up, 8 in 2024-01-21T09:44:29.217 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: audit 2024 2024-01-21T09:44:29.217 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: -01-21T09:44:28.971892+0000 2024-01-21T09:44:29.217 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: mon.smithi118 (mon.0) 477 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T09:44:29.217 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: 2024-01-21T09:44:29.217 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: audit 2024-01-21T09:44:29.217 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: 2024-01-21T09:44:28.972257+0000 mon.smithi118 2024-01-21T09:44:29.217 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: (mon.0) 478 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:29.217 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: audit 2024-01-21T09:44:28.972536+0000 mon.smithi118 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:29.218 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: audit 2024-01-21T09: 2024-01-21T09:44:29.218 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: 44:28.972738+0000 mon.smithi118 (mon.0) 480 2024-01-21T09:44:29.218 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:28 smithi134 conmon[40421]: : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:29.908 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T09:44:30.045 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:29 smithi118 conmon[35245]: cluster 2024-01-21T09:44:27.936585+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T09:44:30.045 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:29 smithi118 conmon[35245]: cluster 2024-01-21T09:44:27.936666+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T09:44:30.046 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:29 smithi118 conmon[35245]: cluster 2024-01-21T09:44:28.405248+0000 mgr.smithi118.lddrqf (mgr.14182) 96 : cluster [DBG] pgmap v67: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-21T09:44:30.046 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:29 smithi118 conmon[35245]: audit 2024-01-21T09:44:29.319302+0000 mon.smithi118 (mon.0) 481 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:30.046 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:29 smithi118 conmon[35245]: audit 2024-01-21T09:44:29.320012+0000 mon.smithi118 (mon.0) 482 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-21T09:44:30.046 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:29 smithi118 conmon[35245]: audit 2024-01-21T09:44:29.320568+0000 mon.smithi118 (mon.0) 483 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:44:30.046 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:29 smithi118 conmon[35245]: cluster 2024-01-21T09:44:29.972717+0000 mon.smithi118 (mon.0) 484 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-01-21T09:44:30.046 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:29 smithi118 conmon[35245]: audit 2024-01-21T09:44:29.972850+0000 mon.smithi118 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:30.046 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:29 smithi118 conmon[35245]: audit 2024-01-21T09:44:29.973147+0000 mon.smithi118 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:30.046 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:29 smithi118 conmon[35245]: audit 2024-01-21T09:44:29.973391+0000 mon.smithi118 (mon.0) 487 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:30.069 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:29 smithi134 conmon[40421]: cluster 2024-01-21T09:44:27.936585+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T09:44:30.069 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:29 smithi134 conmon[40421]: cluster 2024-01- 2024-01-21T09:44:30.069 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:29 smithi134 conmon[40421]: 21T09:44:27.936666+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T09:44:30.069 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:29 smithi134 conmon[40421]: cluster 2024-01-21T09:44:28.405248+0000 mgr.smithi118.lddrqf (mgr.14182) 96 : cluster [DBG] pgmap v67: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-21T09:44:30.069 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:29 smithi134 conmon[40421]: audit 2024-01-21T09:44:29.319302+0000 mon.smithi118 (mon.0) 481 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:30.069 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:29 smithi134 conmon[40421]: audit 2024-01-21T09:44:29.320012+0000 mon.smithi118 (mon.0) 482 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-21T09:44:30.069 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:29 smithi134 conmon[40421]: audit 2024-01-21T09:44:29.320568+0000 mon.smithi118 (mon.0) 483 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:44:30.069 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:29 smithi134 conmon[40421]: cluster 2024-01-21T09:44:29.972717+0000 mon.smithi118 (mon.0) 484 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-01-21T09:44:30.069 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:29 smithi134 conmon[40421]: audit 2024-01- 2024-01-21T09:44:30.070 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:29 smithi134 conmon[40421]: 21T09:44:29.972850+0000 mon.smithi118 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:30.070 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:29 smithi134 conmon[40421]: audit 2024-01-21T09:44:29.973147+0000 mon.smithi118 (mon.0) 2024-01-21T09:44:30.070 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:29 smithi134 conmon[40421]: 486 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:30.070 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:29 smithi134 conmon[40421]: audit 2024-01- 2024-01-21T09:44:30.070 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:29 smithi134 conmon[40421]: 21T09:44:29.973391+0000 mon.smithi118 (mon.0) 487 : audit [DBG] 2024-01-21T09:44:30.070 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:29 smithi134 conmon[40421]: from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:31.249 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:30 smithi134 conmon[40421]: cephadm 2024-01-21T09:44:29.321030+0000 mgr.smithi118.lddrqf (mgr.14182) 97 : cephadm [INF] Deploying daemon osd.7 on smithi118 2024-01-21T09:44:31.257 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:30 smithi118 conmon[35245]: cephadm 2024-01-21T09:44:29.321030+0000 mgr.smithi118.lddrqf (mgr.14182) 97 : cephadm [INF] Deploying daemon osd.7 on smithi118 2024-01-21T09:44:32.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:31 smithi118 conmon[35245]: cluster 2024-01-21T09:44:30.405594+0000 mgr.smithi118.lddrqf (mgr.14182) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 creating+remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-21T09:44:32.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:31 smithi118 conmon[35245]: cluster 2024-01-21T09:44:30.985644+0000 mon.smithi118 (mon.0) 488 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-01-21T09:44:32.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:31 smithi118 conmon[35245]: audit 2024-01-21T09:44:30.985924+0000 mon.smithi118 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:32.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:31 smithi118 conmon[35245]: audit 2024-01-21T09:44:30.986112+0000 mon.smithi118 (mon.0) 490 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:32.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:31 smithi118 conmon[35245]: audit 2024-01-21T09:44:30.986315+0000 mon.smithi118 (mon.0) 491 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:32.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:31 smithi118 conmon[35245]: audit 2024-01-21T09:44:31.267965+0000 mon.smithi118 (mon.0) 492 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:32.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:31 smithi118 conmon[35245]: audit 2024-01-21T09:44:31.684787+0000 mon.smithi134 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.134:6824/3493196810,v1:172.21.15.134:6825/3493196810]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T09:44:32.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:31 smithi118 conmon[35245]: audit 2024-01-21T09:44:31.685369+0000 mon.smithi118 (mon.0) 493 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T09:44:32.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:31 smithi134 conmon[40421]: cluster 2024-01-21T09:44:30.405594+0000 mgr.smithi118.lddrqf (mgr.14182) 98 : cluster [DBG] 2024-01-21T09:44:32.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:31 smithi134 conmon[40421]: pgmap v70: 1 pgs: 1 creating+remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-21T09:44:32.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:31 smithi134 conmon[40421]: cluster 2024-01-21T09:44:30.985644+0000 mon.smithi118 (mon.0) 488 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-01-21T09:44:32.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:31 smithi134 conmon[40421]: audit 2024- 2024-01-21T09:44:32.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:31 smithi134 conmon[40421]: 01-21T09:44:30.985924+0000 mon.smithi118 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:32.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:31 smithi134 conmon[40421]: audit 2024-01-21T09:44 2024-01-21T09:44:32.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:31 smithi134 conmon[40421]: :30.986112+0000 mon.smithi118 (mon.0) 490 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:32.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:31 smithi134 conmon[40421]: audit 2024-01-21 2024-01-21T09:44:32.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:31 smithi134 conmon[40421]: T09:44:30.986315+0000 mon.smithi118 (mon.0) 491 : 2024-01-21T09:44:32.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:31 smithi134 conmon[40421]: audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:32.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:31 smithi134 conmon[40421]: audit 2024-01-21T09:44:32.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:31 smithi134 conmon[40421]: 2024-01-21T09:44:31.267965+0000 mon.smithi118 (mon.0) 2024-01-21T09:44:32.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:31 smithi134 conmon[40421]: 492 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:32.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:31 smithi134 conmon[40421]: audit 2024-01-21T09:44:32.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:31 smithi134 conmon[40421]: 2024-01-21T09:44:31.684787+0000 mon.smithi134 (mon.1) 16 : 2024-01-21T09:44:32.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:31 smithi134 conmon[40421]: audit [INF] from='osd.6 [v2:172.21.15.134:6824/3493196810,v1:172.21.15.134:6825/3493196810]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T09:44:32.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:31 smithi134 conmon[40421]: audit 2024- 2024-01-21T09:44:32.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:31 smithi134 conmon[40421]: 01-21T09:44:31.685369+0000 mon.smithi118 (mon.0) 493 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T09:44:32.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:31 smithi134 conmon[40421]: 2024-01-21T09:44:32.877 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:44:33.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:33 smithi118 conmon[35245]: audit 2024-01-21T09:44:32.269823+0000 mon.smithi118 (mon.0) 494 : 2024-01-21T09:44:33.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:33 smithi118 conmon[35245]: audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-21T09:44:33.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:33 smithi118 conmon[35245]: cluster 2024-01-21T09:44:32.269872+0000 mon.smithi118 (mon.0) 495 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-01-21T09:44:33.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:33 smithi118 conmon[35245]: audit 2024-01-21T09:44:32.269976+0000 mon.smithi118 (mon.0) 496 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:33.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:33 smithi118 conmon[35245]: audit 2024-01-21T09:44:32.270219+0000 mon.smithi118 (mon.0) 497 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:33.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:33 smithi118 conmon[35245]: audit 2024-01-21T09:44:32.270372+0000 mon.smithi118 (mon.0) 498 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:33.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:33 smithi118 conmon[35245]: audit 2024-01-21T09:44:32.271484+0000 mon.smithi134 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.134:6824/3493196810,v1:172.21.15.134:6825/3493196810]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-21T09:44:33.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:33 smithi118 conmon[35245]: audit 2024-01-21T09:44:32.271814+0000 mon.smithi118 (mon.0) 499 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-21T09:44:33.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:33 smithi118 conmon[35245]: cluster 2024-01-21T09:44:32.405894+0000 mgr.smithi118.lddrqf (mgr.14182) 99 : cluster [DBG] pgmap v73: 1 pgs: 1 creating+remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-21T09:44:33.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:33 smithi118 conmon[35245]: audit 2024-01-21T09:44:32.526794+0000 mon.smithi118 (mon.0) 500 : audit [INF] from='osd.5 [v2:172.21.15.118:6818/2620431074,v1:172.21.15.118:6819/2620431074]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-21T09:44:33.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:33 smithi118 conmon[35245]: audit 2024-01-21T09:44:32.876668+0000 mon.smithi118 (mon.0) 501 : audit [DBG] from='client.? 172.21.15.118:0/2859147944' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:44:33.656 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":28,"num_osds":8,"num_up_osds":5,"osd_up_since":1705830268,"num_in_osds":8,"osd_in_since":1705830243,"num_remapped_pgs":0} 2024-01-21T09:44:33.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:33 smithi134 conmon[40421]: audit 2024-01-21T09:44:32.269823+0000 mon.smithi118 (mon.0) 494 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-21T09:44:33.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:33 smithi134 conmon[40421]: 2024-01-21T09:44:33.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:33 smithi134 conmon[40421]: cluster 2024-01-21T09:44:32.269872+0000 mon.smithi118 (mon.0) 495 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-01-21T09:44:33.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:33 smithi134 conmon[40421]: audit 2024-01-21T09:44 2024-01-21T09:44:33.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:33 smithi134 conmon[40421]: :32.269976+0000 mon.smithi118 (mon.0) 496 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:33.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:33 smithi134 conmon[40421]: audit 2024-01-21T09: 2024-01-21T09:44:33.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:33 smithi134 conmon[40421]: 44:32.270219+0000 mon.smithi118 (mon.0) 2024-01-21T09:44:33.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:33 smithi134 conmon[40421]: 497 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:33.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:33 smithi134 conmon[40421]: audit 2024-01-21T09:44:33.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:33 smithi134 conmon[40421]: 2024-01- 2024-01-21T09:44:33.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:33 smithi134 conmon[40421]: 21T09:44:32.270372+0000 mon.smithi118 ( 2024-01-21T09:44:33.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:33 smithi134 conmon[40421]: mon.0) 498 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:33.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:33 smithi134 conmon[40421]: audit 2024-01-21T09:44:33.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:33 smithi134 conmon[40421]: 2024-01-21T09:44: 2024-01-21T09:44:33.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:33 smithi134 conmon[40421]: 32.271484+0000 mon.smithi134 (mon.1 2024-01-21T09:44:33.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:33 smithi134 conmon[40421]: ) 17 : audit [INF] from='osd.6 [v2:172.21.15.134:6824/3493196810,v1:172.21.15.134:6825/3493196810]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-21T09:44:33.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:33 smithi134 conmon[40421]: audit 2024-01-21T09:44:33.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:33 smithi134 conmon[40421]: 2024-01 2024-01-21T09:44:33.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:33 smithi134 conmon[40421]: -21T09:44:32.271814+0000 2024-01-21T09:44:33.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:33 smithi134 conmon[40421]: mon.smithi118 (mon.0) 499 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-21T09:44:33.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:33 smithi134 conmon[40421]: 2024-01-21T09:44:33.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:33 smithi134 conmon[40421]: cluster 2024-01 2024-01-21T09:44:33.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:33 smithi134 conmon[40421]: -21T09:44:32.405894 2024-01-21T09:44:33.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:33 smithi134 conmon[40421]: +0000 mgr.smithi118.lddrqf (mgr.14182) 99 : cluster [DBG] pgmap v73: 1 pgs: 1 creating+remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-21T09:44:33.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:33 smithi134 conmon[40421]: 2024-01-21T09:44:33.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:33 smithi134 conmon[40421]: audit 2024-01-21T09:44:33.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:33 smithi134 conmon[40421]: 2024-01- 2024-01-21T09:44:33.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:33 smithi134 conmon[40421]: 21T09:44:32.526794+0000 mon.smithi118 ( 2024-01-21T09:44:33.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:33 smithi134 conmon[40421]: mon.0) 500 : audit [INF] from='osd.5 [v2:172.21.15.118:6818/2620431074,v1:172.21.15.118:6819/2620431074]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-21T09:44:33.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:33 smithi134 conmon[40421]: audit 2024-01-21T09:44:33.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:33 smithi134 conmon[40421]: 2024-01-21T09:44:32. 2024-01-21T09:44:33.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:33 smithi134 conmon[40421]: 876668+0000 mon.smithi118 (mon.0) 501 : audit [DBG] 2024-01-21T09:44:33.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:33 smithi134 conmon[40421]: from='client.? 172.21.15.118:0/2859147944' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:44:34.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:34 smithi118 conmon[35245]: audit 2024-01-21T09:44:33.271433+0000 mon.smithi118 (mon. 2024-01-21T09:44:34.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:34 smithi118 conmon[35245]: 0) 502 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-01-21T09:44:34.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:34 smithi118 conmon[35245]: audit 2024-01-21T09:44:33.271490+0000 mon.smithi118 (mon.0) 503 : audit [INF] from='osd.5 [v2:172.21.15.118:6818/2620431074,v1:172.21.15.118:6819/2620431074]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-21T09:44:34.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:34 smithi118 conmon[35245]: cluster 2024-01-21T09:44:33.271523+0000 mon.smithi118 (mon.0) 504 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-01-21T09:44:34.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:34 smithi118 conmon[35245]: audit 2024-01-21T09:44:33.271890+0000 mon.smithi118 (mon.0) 505 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:34.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:34 smithi118 conmon[35245]: audit 2024-01-21T09:44:33.272279+0000 mon.smithi118 (mon.0) 506 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:34.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:34 smithi118 conmon[35245]: 2024-01-21T09:44:34.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:34 smithi118 conmon[35245]: audit 2024-01-21T09:44:33.272513+0000 mon.smithi118 (mon.0) 507 : audit [INF] from='osd.5 [v2:172.21.15.118:6818/2620431074,v1:172.21.15.118:6819/2620431074]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-21T09:44:34.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:34 smithi118 conmon[35245]: audit 2024-01-21T09:44:33.272789+0000 mon.smithi118 (mon. 2024-01-21T09:44:34.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:34 smithi118 conmon[35245]: 0) 508 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:34.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:34 smithi118 conmon[35245]: audit 2024-01-21T09:44:33.276158+0000 mon.smithi118 (mon.0) 509 : audit [DBG] 2024-01-21T09:44:34.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:34 smithi118 conmon[35245]: from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:34.658 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T09:44:34.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:34 smithi134 conmon[40421]: audit 2024-01-21T09:44:33.271433+0000 mon.smithi118 (mon.0) 502 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-01-21T09:44:34.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:34 smithi134 conmon[40421]: 2024-01-21T09:44:34.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:34 smithi134 conmon[40421]: audit 2024-01-21T09:44:33.271490+0000 mon.smithi118 (mon.0) 503 : audit [INF] from='osd.5 [v2:172.21.15.118:6818/2620431074,v1:172.21.15.118:6819/2620431074]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-21T09:44:34.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:34 smithi134 conmon[40421]: cluster 2024-01-21T09:44:33.271523+0000 mon.smithi118 (mon.0) 504 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-01-21T09:44:34.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:34 smithi134 conmon[40421]: audit 2024-01-21T09:44:33.271890+0000 mon.smithi118 (mon.0) 505 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:34.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:34 smithi134 conmon[40421]: audit 2024-01-21T09:44:33.272279+0000 mon.smithi118 (mon.0) 506 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:34.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:34 smithi134 conmon[40421]: audit 2024-01-21T09:44:33.272513+0000 mon.smithi118 (mon.0) 507 : audit [INF] from='osd.5 [v2:172.21.15.118:6818/2620431074,v1:172.21.15.118:6819/2620431074]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-21T09:44:34.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:34 smithi134 conmon[40421]: 2024-01-21T09:44:34.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:34 smithi134 conmon[40421]: audit 2024-01-21T09:44:33.272789+0000 mon.smithi118 (mon.0) 508 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:34.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:34 smithi134 conmon[40421]: audit 2024-01-21T09:44:33.276158+0000 mon.smithi118 (mon.0) 509 2024-01-21T09:44:34.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:34 smithi134 conmon[40421]: : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:35.566 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:35 smithi118 conmon[35245]: cluster 2024-01-21T09:44:32.687673+0000 2024-01-21T09:44:35.566 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:35 smithi118 conmon[35245]: osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T09:44:35.566 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:35 smithi118 conmon[35245]: cluster 2024-01-21T09:44:32.687722+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T09:44:35.566 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:35 smithi118 conmon[35245]: audit 2024-01-21T09:44:34.273333+0000 mon.smithi118 (mon.0) 510 2024-01-21T09:44:35.566 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:35 smithi118 conmon[35245]: : audit [INF] from='osd.5 [v2:172.21.15.118:6818/2620431074,v1:172.21.15.118:6819/2620431074]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2024-01-21T09:44:35.566 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:35 smithi118 conmon[35245]: cluster 2024-01-21 2024-01-21T09:44:35.566 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:35 smithi118 conmon[35245]: T09:44:34.273388+0000 mon.smithi118 (mon.0) 2024-01-21T09:44:35.566 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:35 smithi118 conmon[35245]: 511 : cluster [INF] osd.6 [v2:172.21.15.134:6824/3493196810,v1:172.21.15.134:6825/3493196810] boot 2024-01-21T09:44:35.566 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:35 smithi118 conmon[35245]: cluster 2024-01-21T09: 2024-01-21T09:44:35.566 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:35 smithi118 conmon[35245]: 44:34.273416+0000 mon.smithi118 (mon.0) 512 2024-01-21T09:44:35.567 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:35 smithi118 conmon[35245]: : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-01-21T09:44:35.567 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:35 smithi118 conmon[35245]: audit 2024-01-21T09: 2024-01-21T09:44:35.567 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:35 smithi118 conmon[35245]: 44:34.273871+0000 mon.smithi118 (mon.0) 513 : audit 2024-01-21T09:44:35.567 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:35 smithi118 conmon[35245]: [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:35.567 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:35 smithi118 conmon[35245]: audit 2024-01- 2024-01-21T09:44:35.567 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:35 smithi118 conmon[35245]: 21T09:44:34.274110+0000 mon.smithi118 (mon.0) 514 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:35.567 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:35 smithi118 conmon[35245]: audit 2024-01-21T09:44:34.274603+0000 mon.smithi118 ( 2024-01-21T09:44:35.567 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:35 smithi118 conmon[35245]: mon.0) 515 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:35.567 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:35 smithi118 conmon[35245]: audit 2024-01-21T09:44:35.567 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:35 smithi118 conmon[35245]: 2024-01-21T09:44:34.279639+0000 mon.smithi118 (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:35.567 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:35 smithi118 conmon[35245]: cluster 2024-01-21T09:44:34.406370+0000 2024-01-21T09:44:35.567 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:35 smithi118 conmon[35245]: mgr.smithi118.lddrqf (mgr.14182) 100 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T09:44:35.567 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:35 smithi118 conmon[35245]: audit 2024-01-21T09:44:35.567 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:35 smithi118 conmon[35245]: 2024-01-21T09:44:34.729265+0000 mon.smithi118 (mon.0) 517 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:35.567 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:35 smithi118 conmon[35245]: 2024-01-21T09:44:35.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:35 smithi134 conmon[40421]: cluster 2024-01-21T09:44:32.687673+0000 osd.6 (osd.6) 1 : cluster 2024-01-21T09:44:35.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:35 smithi134 conmon[40421]: [DBG] purged_snaps scrub starts 2024-01-21T09:44:35.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:35 smithi134 conmon[40421]: cluster 2024-01-21T09:44:32.687722+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T09:44:35.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:35 smithi134 conmon[40421]: audit 2024-01-21T09:44:34.273333+0000 mon.smithi118 (mon.0) 510 : audit [INF] from='osd.5 [v2:172.21.15.118:6818/2620431074,v1:172.21.15.118:6819/2620431074]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2024-01-21T09:44:35.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:35 smithi134 conmon[40421]: cluster 2024-01-21T09:44:34.273388+0000 mon.smithi118 (mon. 2024-01-21T09:44:35.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:35 smithi134 conmon[40421]: 0) 511 : cluster [INF] osd.6 [v2:172.21.15.134:6824/3493196810,v1:172.21.15.134:6825/3493196810] boot 2024-01-21T09:44:35.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:35 smithi134 conmon[40421]: cluster 2024-01-21T09:44:34.273416+0000 mon.smithi118 (mon.0 2024-01-21T09:44:35.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:35 smithi134 conmon[40421]: ) 512 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-01-21T09:44:35.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:35 smithi134 conmon[40421]: audit 2024-01-21T09:44:35.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:35 smithi134 conmon[40421]: 2024-01-21T09:44:34.273871+0000 mon.smithi118 (mon.0) 513 2024-01-21T09:44:35.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:35 smithi134 conmon[40421]: : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:35.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:35 smithi134 conmon[40421]: audit 2024-01-21T09:44: 2024-01-21T09:44:35.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:35 smithi134 conmon[40421]: 34.274110+0000 mon.smithi118 (mon.0) 514 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T09:44:35.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:35 smithi134 conmon[40421]: 2024-01-21T09:44:35.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:35 smithi134 conmon[40421]: audit 2024-01-21T09:44:35.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:35 smithi134 conmon[40421]: 2024-01-21T09:44:34.274603+0000 mon.smithi118 (mon.0) 2024-01-21T09:44:35.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:35 smithi134 conmon[40421]: 515 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:35.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:35 smithi134 conmon[40421]: audit 2024-01-21T09:44:34.279639 2024-01-21T09:44:35.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:35 smithi134 conmon[40421]: +0000 mon.smithi118 (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:35.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:35 smithi134 conmon[40421]: cluster 2024-01-21T09:44:35.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:35 smithi134 conmon[40421]: 2024-01-21T09:44:34.406370+0000 mgr.smithi118.lddrqf (mgr. 2024-01-21T09:44:35.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:35 smithi134 conmon[40421]: 14182) 100 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T09:44:35.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:35 smithi134 conmon[40421]: audit 2024-01-21T09: 2024-01-21T09:44:35.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:35 smithi134 conmon[40421]: 44:34.729265+0000 mon.smithi118 (mon.0) 517 : audit [INF] 2024-01-21T09:44:35.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:35 smithi134 conmon[40421]: from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:36.496 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:44:36.518 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:36 smithi118 conmon[35245]: cluster 2024-01-21T09:44:33.511258+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T09:44:36.518 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:36 smithi118 conmon[35245]: cluster 2024-01-21T09:44:33.511306+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T09:44:36.518 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:36 smithi118 conmon[35245]: audit 2024-01-21T09:44:35.276889+0000 mon.smithi118 (mon.0) 518 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:36.518 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:36 smithi118 conmon[35245]: cluster 2024-01-21T09:44:35.285851+0000 mon.smithi118 (mon.0) 519 : cluster [INF] osd.5 [v2:172.21.15.118:6818/2620431074,v1:172.21.15.118:6819/2620431074] boot 2024-01-21T09:44:36.518 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:36 smithi118 conmon[35245]: cluster 2024-01-21T09:44:35.285872+0000 mon.smithi118 (mon.0) 520 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2024-01-21T09:44:36.518 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:36 smithi118 conmon[35245]: audit 2024-01-21T09:44:35.286315+0000 mon.smithi118 (mon.0) 521 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:36.518 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:36 smithi118 conmon[35245]: audit 2024-01-21T09:44:35.286529+0000 mon.smithi118 (mon.0) 522 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:36.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:36 smithi134 conmon[40421]: cluster 2024-01-21T09:44:33.511258+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T09:44:36.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:36 smithi134 conmon[40421]: cluster 2024-01-21T09:44:33.511306+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T09:44:36.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:36 smithi134 conmon[40421]: audit 2024-01-21T09:44: 2024-01-21T09:44:36.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:36 smithi134 conmon[40421]: 35.276889+0000 mon.smithi118 (mon.0) 518 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:36.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:36 smithi134 conmon[40421]: cluster 2024-01-21T09:44:35.285851+0000 2024-01-21T09:44:36.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:36 smithi134 conmon[40421]: mon.smithi118 (mon.0) 519 : cluster [INF] osd.5 [v2:172.21.15.118:6818/2620431074,v1:172.21.15.118:6819/2620431074] boot 2024-01-21T09:44:36.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:36 smithi134 conmon[40421]: cluster 2024- 2024-01-21T09:44:36.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:36 smithi134 conmon[40421]: 01-21T09:44:35.285872+0000 mon.smithi118 (mon.0 2024-01-21T09:44:36.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:36 smithi134 conmon[40421]: ) 520 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2024-01-21T09:44:36.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:36 smithi134 conmon[40421]: audit 2024-01-21T 2024-01-21T09:44:36.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:36 smithi134 conmon[40421]: 09:44:35.286315+0000 mon.smithi118 (mon.0) 521 2024-01-21T09:44:36.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:36 smithi134 conmon[40421]: : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T09:44:36.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:36 smithi134 conmon[40421]: audit 2024-01-21T09:44 2024-01-21T09:44:36.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:36 smithi134 conmon[40421]: :35.286529+0000 mon.smithi118 (mon.0) 522 : audit 2024-01-21T09:44:36.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:36 smithi134 conmon[40421]: [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:37.313 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":32,"num_osds":8,"num_up_osds":7,"osd_up_since":1705830275,"num_in_osds":8,"osd_in_since":1705830243,"num_remapped_pgs":0} 2024-01-21T09:44:37.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:37 smithi134 conmon[40421]: cluster 2024-01-21T09:44:36.290371+0000 mon.smithi118 (mon.0) 523 : 2024-01-21T09:44:37.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:37 smithi134 conmon[40421]: cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2024-01-21T09:44:37.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:37 smithi134 conmon[40421]: audit 2024-01-21T09:44:36.290466+0000 mon.smithi118 (mon.0) 524 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:37.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:37 smithi134 conmon[40421]: cluster 2024-01-21T09:44:36 2024-01-21T09:44:37.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:37 smithi134 conmon[40421]: .406630+0000 mgr.smithi118.lddrqf (mgr.14182) 101 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T09:44:37.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:37 smithi134 conmon[40421]: audit 2024- 2024-01-21T09:44:37.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:37 smithi134 conmon[40421]: 01-21T09:44:36.495512+0000 mon.smithi118 (mon.0) 2024-01-21T09:44:37.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:37 smithi134 conmon[40421]: 525 : audit [DBG] from='client.? 172.21.15.118:0/2866623225' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:44:37.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:37 smithi118 conmon[35245]: cluster 2024-01-21T09:44:36.290371+0000 mon.smithi118 (mon.0) 523 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2024-01-21T09:44:37.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:37 smithi118 conmon[35245]: audit 2024-01-21T09:44:36.290466+0000 mon.smithi118 (mon.0) 524 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:37.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:37 smithi118 conmon[35245]: cluster 2024-01-21T09:44:36.406630+0000 mgr.smithi118.lddrqf (mgr.14182) 101 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T09:44:37.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:37 smithi118 conmon[35245]: audit 2024-01-21T09:44:36.495512+0000 mon.smithi118 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.118:0/2866623225' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:44:38.315 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T09:44:38.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:38 smithi118 conmon[35245]: audit 2024-01-21T09:44:37.940170+0000 mon.smithi118 (mon.0) 526 : audit [INF] from='osd.7 [v2:172.21.15.118:6826/3292124687,v1:172.21.15.118:6827/3292124687]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-21T09:44:38.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:38 smithi134 conmon[40421]: audit 2024-01-21T09:44:37.940170+0000 mon.smithi118 (mon.0) 526 : audit [INF] 2024-01-21T09:44:38.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:38 smithi134 conmon[40421]: from='osd.7 [v2:172.21.15.118:6826/3292124687,v1:172.21.15.118:6827/3292124687]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-21T09:44:39.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:39 smithi118 conmon[35245]: audit 2024-01-21T09:44:38.299987+0000 mon.smithi118 (mon.0) 527 2024-01-21T09:44:39.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:39 smithi118 conmon[35245]: : audit [INF] from='osd.7 [v2:172.21.15.118:6826/3292124687,v1:172.21.15.118:6827/3292124687]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-21T09:44:39.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:39 smithi118 conmon[35245]: cluster 2024-01-21T09:44:38.300040+0000 mon.smithi118 (mon.0) 528 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2024-01-21T09:44:39.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:39 smithi118 conmon[35245]: audit 2024-01-21T09:44:38.300142+0000 mon.smithi118 (mon.0) 529 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:39.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:39 smithi118 conmon[35245]: audit 2024-01-21T09:44:38.300468+0000 mon.smithi118 (mon.0) 530 : audit [INF] from='osd.7 [v2:172.21.15.118:6826/3292124687,v1:172.21.15.118:6827/3292124687]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-21T09:44:39.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:39 smithi118 conmon[35245]: cluster 2024-01-21T09:44:38.406944+0000 mgr.smithi118.lddrqf (mgr.14182) 102 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T09:44:39.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:39 smithi118 conmon[35245]: audit 2024-01-21T09:44:38.799370+0000 mon.smithi118 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:39.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:39 smithi118 conmon[35245]: audit 2024-01-21T09:44:38.801088+0000 mon.smithi118 (mon.0) 532 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:44:39.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:39 smithi134 conmon[40421]: audit 2024-01-21T09:44:38.299987+0000 mon.smithi118 (mon.0) 527 : audit [INF] from='osd.7 [v2:172.21.15.118:6826/3292124687,v1:172.21.15.118:6827/3292124687]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-21T09:44:39.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:39 smithi134 conmon[40421]: cluster 2024-01-21T09:44:38 2024-01-21T09:44:39.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:39 smithi134 conmon[40421]: .300040+0000 mon.smithi118 (mon.0) 528 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2024-01-21T09:44:39.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:39 smithi134 conmon[40421]: audit 2024-01-21T09:44:38.300142+0000 mon.smithi118 (mon.0) 529 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:39.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:39 smithi134 conmon[40421]: audit 2024-01-21T09:44:38.300468+0000 mon.smithi118 (mon.0) 530 : audit [INF] from='osd.7 [v2:172.21.15.118:6826/3292124687,v1:172.21.15.118:6827/3292124687]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-21T09:44:39.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:39 smithi134 conmon[40421]: cluster 2024-01-21T09:44:38.406944+0000 mgr.smithi118.lddrqf (mgr.14182) 102 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T09:44:39.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:39 smithi134 conmon[40421]: audit 2024-01-21T09:44:38.799370+0000 mon.smithi118 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:39.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:39 smithi134 conmon[40421]: audit 2024-01-21T09:44:38.801088+0000 mon.smithi118 (mon.0) 532 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:44:40.154 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:44:40.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:40 smithi118 conmon[35245]: audit 2024-01-21T09:44:39.301346+0000 mon.smithi118 (mon.0) 533 : audit [INF] from='osd.7 [v2:172.21.15.118:6826/3292124687,v1:172.21.15.118:6827/3292124687]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2024-01-21T09:44:40.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:40 smithi118 conmon[35245]: cluster 2024-01-21T09:44:39.301393+0000 mon.smithi118 (mon.0) 534 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-01-21T09:44:40.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:40 smithi118 conmon[35245]: audit 2024-01-21T09:44:39.301779+0000 mon.smithi118 (mon.0) 535 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:40.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:40 smithi118 conmon[35245]: audit 2024-01-21T09:44:39.305805+0000 mon.smithi118 (mon.0) 536 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:40.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:40 smithi118 conmon[35245]: cluster 2024-01-21T09:44:39.769744+0000 mon.smithi118 (mon.0) 537 : cluster [INF] osd.7 [v2:172.21.15.118:6826/3292124687,v1:172.21.15.118:6827/3292124687] boot 2024-01-21T09:44:40.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:40 smithi118 conmon[35245]: cluster 2024-01-21T09:44:39.769784+0000 mon.smithi118 (mon.0) 538 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-01-21T09:44:40.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:40 smithi118 conmon[35245]: audit 2024-01-21T09:44:39.770095+0000 mon.smithi118 (mon.0) 539 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:40.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:40 smithi118 conmon[35245]: audit 2024-01-21T09:44:40.153773+0000 mon.smithi118 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.118:0/1555363435' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:44:40.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:40 smithi134 conmon[40421]: audit 2024-01-21T09:44:39.301346+0000 mon.smithi118 (mon.0) 533 : audit [INF] from='osd.7 [v2:172.21.15.118:6826/3292124687,v1:172.21.15.118:6827/3292124687]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2024-01-21T09:44:40.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:40 smithi134 conmon[40421]: cluster 2024-01-21T09:44:39.301393+0000 mon.smithi118 (mon.0) 534 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-01-21T09:44:40.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:40 smithi134 conmon[40421]: audit 2024-01-21T09:44:39.301779+0000 mon.smithi118 (mon.0) 535 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:40.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:40 smithi134 conmon[40421]: audit 2024-01-21T09:44:39.305805+0000 mon.smithi118 (mon.0) 536 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:40.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:40 smithi134 conmon[40421]: cluster 2024-01-21T09:44:39.769744+0000 mon.smithi118 (mon.0) 537 : cluster [INF] osd.7 [v2:172.21.15.118:6826/3292124687,v1:172.21.15.118:6827/3292124687] boot 2024-01-21T09:44:40.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:40 smithi134 conmon[40421]: cluster 2024-01-21T09:44:39.769784+0000 mon.smithi118 (mon.0) 538 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-01-21T09:44:40.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:40 smithi134 conmon[40421]: audit 2024-01-21T09:44:39.770095+0000 mon.smithi118 (mon.0) 539 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T09:44:40.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:40 smithi134 conmon[40421]: audit 2024-01-21T09:44:40.153773+0000 mon.smithi118 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.118:0/1555363435' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T09:44:40.766 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":35,"num_osds":8,"num_up_osds":8,"osd_up_since":1705830279,"num_in_osds":8,"osd_in_since":1705830243,"num_remapped_pgs":1} 2024-01-21T09:44:40.767 INFO:tasks.cephadm:Setting up client nodes... 2024-01-21T09:44:40.767 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-21T09:44:41.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:41 smithi118 conmon[35245]: cluster 2024-01-21T09:44:38.954703+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T09:44:41.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:41 smithi118 conmon[35245]: cluster 2024-01-21T09:44:38.954749+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T09:44:41.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:41 smithi118 conmon[35245]: cluster 2024-01-21T09:44:40.407318+0000 mgr.smithi118.lddrqf (mgr.14182) 103 : cluster [DBG] pgmap v84: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:44:41.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:41 smithi118 conmon[35245]: audit 2024-01-21T09:44:40.417203+0000 mon.smithi118 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:41.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:41 smithi118 conmon[35245]: cluster 2024-01-21T09:44:40.775074+0000 mon.smithi118 (mon.0) 542 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-01-21T09:44:41.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:41 smithi134 conmon[40421]: cluster 2024-01-21T09:44:38.954703+0000 osd.7 (osd.7) 1 : cluster 2024-01-21T09:44:41.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:41 smithi134 conmon[40421]: [DBG] purged_snaps scrub starts 2024-01-21T09:44:41.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:41 smithi134 conmon[40421]: cluster 2024-01-21T09:44:38.954749+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T09:44:41.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:41 smithi134 conmon[40421]: cluster 2024-01-21T09:44:40.407318+0000 mgr.smithi118.lddrqf (mgr.14182) 103 : cluster [DBG] pgmap v84: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:44:41.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:41 smithi134 conmon[40421]: audit 2024-01-21T09:44:40.417203+0000 mon.smithi118 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:41.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:41 smithi134 conmon[40421]: cluster 2024-01-21T09:44:40.775074+0000 mon.smithi118 (mon.0) 542 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-01-21T09:44:42.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:42 smithi118 conmon[35245]: cluster 2024-01-21T09:44:41.776052+0000 mon.smithi118 ( 2024-01-21T09:44:42.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:42 smithi118 conmon[35245]: mon.0) 543 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-21T09:44:43.043 INFO:teuthology.orchestra.run.smithi118.stdout:[client.0] 2024-01-21T09:44:43.043 INFO:teuthology.orchestra.run.smithi118.stdout: key = AQCL56xly9xaAhAAgFX8UDgIGL3+EuFqheguvg== 2024-01-21T09:44:43.180 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:42 smithi134 conmon[40421]: cluster 2024-01-21T09:44:41.776052+0000 mon.smithi118 (mon.0) 543 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-21T09:44:43.707 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-21T09:44:43.707 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-21T09:44:43.707 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-21T09:44:43.750 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-21T09:44:43.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:43 smithi134 conmon[40421]: cluster 2024-01-21T09:44:42.407616+0000 mgr.smithi118.lddrqf ( 2024-01-21T09:44:43.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:43 smithi134 conmon[40421]: mgr.14182) 104 : cluster [DBG] pgmap v87: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:44:43.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:43 smithi134 conmon[40421]: audit 2024-01-21T09:44:43.039355+0000 mon.smithi118 (mon.0) 544 : audit [INF] from='client.? 172.21.15.118:0/1000806992' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T09:44:43.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:43 smithi134 conmon[40421]: audit 2024-01-21T09:44:43.042908+0000 mon.smithi118 (mon.0) 545 : audit [INF] from='client.? 172.21.15.118:0/1000806992' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-21T09:44:44.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:43 smithi118 conmon[35245]: cluster 2024-01-21T09:44:42.407616+0000 mgr.smithi118.lddrqf (mgr.14182) 104 : cluster [DBG] pgmap v87: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:44:44.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:43 smithi118 conmon[35245]: audit 2024-01-21T09:44:43.039355+0000 mon.smithi118 (mon.0) 544 : audit [INF] from='client.? 172.21.15.118:0/1000806992' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T09:44:44.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:43 smithi118 conmon[35245]: audit 2024-01-21T09:44:43.042908+0000 mon.smithi118 (mon.0) 545 : audit [INF] from='client.? 172.21.15.118:0/1000806992' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-21T09:44:45.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:44 smithi118 conmon[35245]: cephadm 2024-01-21T09:44:43.801694+0000 mgr.smithi118.lddrqf (mgr.14182) 105 : cephadm [INF] Detected new or changed devices on smithi134 2024-01-21T09:44:45.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:44 smithi118 conmon[35245]: audit 2024-01-21T09:44:45.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:44 smithi118 conmon[35245]: 2024-01-21T09:44:43.807036+0000 mon.smithi118 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:45.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:44 smithi118 conmon[35245]: audit 2024-01-21T09:44:43.871237+0000 mon.smithi118 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:45.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:44 smithi118 conmon[35245]: audit 2024-01-21T09:44:44.128773+0000 mon.smithi118 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:44:45.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:44 smithi118 conmon[35245]: audit 2024-01-21T09:44:44.129409+0000 mon.smithi118 (mon.0) 549 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:44:45.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:44 smithi118 conmon[35245]: audit 2024-01-21T09:44:44.129960+0000 mon.smithi118 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:44:45.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:44 smithi118 conmon[35245]: audit 2024-01-21T09:44:44.130541+0000 mon.smithi118 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:44:45.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:44 smithi118 conmon[35245]: audit 2024-01-21T09:44:44.134739+0000 mon.smithi118 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:45.098 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:44 smithi134 conmon[40421]: cephadm 2024-01-21T09:44:43.801694+0000 mgr.smithi118.lddrqf (mgr.14182) 105 : cephadm [INF] Detected new or changed devices on smithi134 2024-01-21T09:44:45.098 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:44 smithi134 conmon[40421]: audit 2024-01-21T09:44:43.807036+0000 mon.smithi118 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:45.098 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:44 smithi134 conmon[40421]: audit 2024-01-21T09:44:43.871237+0000 mon.smithi118 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:45.098 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:44 smithi134 conmon[40421]: audit 2024-01-21T09:44:44.128773+0000 mon.smithi118 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:44:45.098 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:44 smithi134 conmon[40421]: audit 2024-01-21T09:44:44.129409+0000 mon.smithi118 (mon.0) 549 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:44:45.098 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:44 smithi134 conmon[40421]: audit 2024-01-21T09:44:44.129960+0000 mon.smithi118 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:44:45.098 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:44 smithi134 conmon[40421]: audit 2024-01-21T09:44:44.130541+0000 2024-01-21T09:44:45.099 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:44 smithi134 conmon[40421]: mon.smithi118 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:44:45.099 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:44 smithi134 conmon[40421]: audit 2024-01-21T09:44:44.134739+0000 mon.smithi118 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:45.520 INFO:teuthology.orchestra.run.smithi134.stdout:[client.1] 2024-01-21T09:44:45.520 INFO:teuthology.orchestra.run.smithi134.stdout: key = AQCN56xli1jMHhAAMuiJytRF7D1M/Q6ynC7AaA== 2024-01-21T09:44:46.038 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-01-21T09:44:46.038 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-01-21T09:44:46.038 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-01-21T09:44:46.066 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:45 smithi134 conmon[40421]: cephadm 2024-01-21T09:44:44.130944+0000 mgr.smithi118.lddrqf (mgr.14182) 106 : cephadm [INF] Adjusting osd_memory_target on smithi134 to 3990M 2024-01-21T09:44:46.066 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:45 smithi134 conmon[40421]: cluster 2024-01-21T09:44:44.408125+0000 mgr.smithi118.lddrqf (mgr.14182) 107 : cluster [DBG] pgmap v88: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:44:46.066 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:45 smithi134 conmon[40421]: audit 2024-01-21T09:44:45.516065+0000 mon.smithi134 (mon.1) 18 : audit [INF] from='client.? 172.21.15.134:0/15349555' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T09:44:46.066 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:45 smithi134 conmon[40421]: audit 2024-01-21T09:44:45.516484+0000 mon.smithi118 (mon.0) 553 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T09:44:46.066 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:45 smithi134 conmon[40421]: audit 2024-01-21T09:44:45.520218+0000 mon.smithi118 (mon.0) 554 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-21T09:44:46.081 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-21T09:44:46.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:45 smithi118 conmon[35245]: cephadm 2024-01-21T09:44:44.130944+0000 mgr.smithi118.lddrqf (mgr.14182) 106 : cephadm [INF] Adjusting osd_memory_target on smithi134 to 3990M 2024-01-21T09:44:46.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:45 smithi118 conmon[35245]: cluster 2024-01-21T09:44:44.408125+0000 mgr.smithi118.lddrqf (mgr.14182) 107 : cluster [DBG] pgmap v88: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:44:46.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:45 smithi118 conmon[35245]: audit 2024-01-21T09:44:45.516065+0000 mon.smithi134 (mon.1) 18 : audit [INF] from='client.? 172.21.15.134:0/15349555' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T09:44:46.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:45 smithi118 conmon[35245]: audit 2024-01-21T09:44:45.516484+0000 mon.smithi118 (mon.0) 553 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T09:44:46.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:45 smithi118 conmon[35245]: audit 2024-01-21T09:44:45.520218+0000 mon.smithi118 (mon.0) 554 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-21T09:44:46.425 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/111bae68-b841-11ee-95b0-87774f69a715/mon.smithi118/config 2024-01-21T09:44:48.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:47 smithi118 conmon[35245]: cluster 2024-01-21T09:44:46.408476+0000 mgr.smithi118.lddrqf (mgr.14182) 108 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:44:48.198 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:44:48.199 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":37,"fsid":"111bae68-b841-11ee-95b0-87774f69a715","created":"2024-01-21T09:40:54.892080+0000","modified":"2024-01-21T09:44:41.772325+0000","last_up_change":"2024-01-21T09:44:39.765942+0000","last_in_change":"2024-01-21T09:44:03.139794+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-01-21T09:44:25.215973+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":"27","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":"2c7f03e3-2815-4fcb-abb8-7c4a294675eb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6800","nonce":2343875491},{"type":"v1","addr":"172.21.15.134:6801","nonce":2343875491}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6802","nonce":2343875491},{"type":"v1","addr":"172.21.15.134:6803","nonce":2343875491}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6806","nonce":2343875491},{"type":"v1","addr":"172.21.15.134:6807","nonce":2343875491}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6804","nonce":2343875491},{"type":"v1","addr":"172.21.15.134:6805","nonce":2343875491}]},"public_addr":"172.21.15.134:6801/2343875491","cluster_addr":"172.21.15.134:6803/2343875491","heartbeat_back_addr":"172.21.15.134:6807/2343875491","heartbeat_front_addr":"172.21.15.134:6805/2343875491","state":["exists","up"]},{"osd":1,"uuid":"b52d44a2-2b5b-4d16-9951-3c0b6c23dbe5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6802","nonce":3790599030},{"type":"v1","addr":"172.21.15.118:6803","nonce":3790599030}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":3790599030},{"type":"v1","addr":"172.21.15.118:6805","nonce":3790599030}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6808","nonce":3790599030},{"type":"v1","addr":"172.21.15.118:6809","nonce":3790599030}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":3790599030},{"type":"v1","addr":"172.21.15.118:6807","nonce":3790599030}]},"public_addr":"172.21.15.118:6803/3790599030","cluster_addr":"172.21.15.118:6805/3790599030","heartbeat_back_addr":"172.21.15.118:6809/3790599030","heartbeat_front_addr":"172.21.15.118:6807/3790599030","state":["exists","up"]},{"osd":2,"uuid":"49a147cd-bcf6-44c4-8df3-d44d2dce49d7","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.134:6808","nonce":1651789284},{"type":"v1","addr":"172.21.15.134:6809","nonce":1651789284}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6810","nonce":1651789284},{"type":"v1","addr":"172.21.15.134:6811","nonce":1651789284}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6814","nonce":1651789284},{"type":"v1","addr":"172.21.15.134:6815","nonce":1651789284}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6812","nonce":1651789284},{"type":"v1","addr":"172.21.15.134:6813","nonce":1651789284}]},"public_addr":"172.21.15.134:6809/1651789284","cluster_addr":"172.21.15.134:6811/1651789284","heartbeat_back_addr":"172.21.15.134:6815/1651789284","heartbeat_front_addr":"172.21.15.134:6813/1651789284","state":["exists","up"]},{"osd":3,"uuid":"9f65aff9-0df4-475f-aae7-9c9bb57b0c0e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6810","nonce":1982044865},{"type":"v1","addr":"172.21.15.118:6811","nonce":1982044865}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6812","nonce":1982044865},{"type":"v1","addr":"172.21.15.118:6813","nonce":1982044865}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6816","nonce":1982044865},{"type":"v1","addr":"172.21.15.118:6817","nonce":1982044865}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6814","nonce":1982044865},{"type":"v1","addr":"172.21.15.118:6815","nonce":1982044865}]},"public_addr":"172.21.15.118:6811/1982044865","cluster_addr":"172.21.15.118:6813/1982044865","heartbeat_back_addr":"172.21.15.118:6817/1982044865","heartbeat_front_addr":"172.21.15.118:6815/1982044865","state":["exists","up"]},{"osd":4,"uuid":"9a5ec958-4a3f-400d-b753-3d5584480578","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6816","nonce":1353316326},{"type":"v1","addr":"172.21.15.134:6817","nonce":1353316326}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6818","nonce":1353316326},{"type":"v1","addr":"172.21.15.134:6819","nonce":1353316326}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6822","nonce":1353316326},{"type":"v1","addr":"172.21.15.134:6823","nonce":1353316326}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6820","nonce":1353316326},{"type":"v1","addr":"172.21.15.134:6821","nonce":1353316326}]},"public_addr":"172.21.15.134:6817/1353316326","cluster_addr":"172.21.15.134:6819/1353316326","heartbeat_back_addr":"172.21.15.134:6823/1353316326","heartbeat_front_addr":"172.21.15.134:6821/1353316326","state":["exists","up"]},{"osd":5,"uuid":"5acac5d7-f2ef-444c-8ccd-6b6339141e7b","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.118:6818","nonce":2620431074},{"type":"v1","addr":"172.21.15.118:6819","nonce":2620431074}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6820","nonce":2620431074},{"type":"v1","addr":"172.21.15.118:6821","nonce":2620431074}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6824","nonce":2620431074},{"type":"v1","addr":"172.21.15.118:6825","nonce":2620431074}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6822","nonce":2620431074},{"type":"v1","addr":"172.21.15.118:6823","nonce":2620431074}]},"public_addr":"172.21.15.118:6819/2620431074","cluster_addr":"172.21.15.118:6821/2620431074","heartbeat_back_addr":"172.21.15.118:6825/2620431074","heartbeat_front_addr":"172.21.15.118:6823/2620431074","state":["exists","up"]},{"osd":6,"uuid":"7c5653c5-3749-4437-a892-b69b7600c2c2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6824","nonce":3493196810},{"type":"v1","addr":"172.21.15.134:6825","nonce":3493196810}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6826","nonce":3493196810},{"type":"v1","addr":"172.21.15.134:6827","nonce":3493196810}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6830","nonce":3493196810},{"type":"v1","addr":"172.21.15.134:6831","nonce":3493196810}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6828","nonce":3493196810},{"type":"v1","addr":"172.21.15.134:6829","nonce":3493196810}]},"public_addr":"172.21.15.134:6825/3493196810","cluster_addr":"172.21.15.134:6827/3493196810","heartbeat_back_addr":"172.21.15.134:6831/3493196810","heartbeat_front_addr":"172.21.15.134:6829/3493196810","state":["exists","up"]},{"osd":7,"uuid":"7bf0eb26-674f-41c1-90fc-7b27cd6f6922","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6826","nonce":3292124687},{"type":"v1","addr":"172.21.15.118:6827","nonce":3292124687}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6828","nonce":3292124687},{"type":"v1","addr":"172.21.15.118:6829","nonce":3292124687}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6832","nonce":3292124687},{"type":"v1","addr":"172.21.15.118:6833","nonce":3292124687}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6830","nonce":3292124687},{"type":"v1","addr":"172.21.15.118:6831","nonce":3292124687}]},"public_addr":"172.21.15.118:6827/3292124687","cluster_addr":"172.21.15.118:6829/3292124687","heartbeat_back_addr":"172.21.15.118:6833/3292124687","heartbeat_front_addr":"172.21.15.118:6831/3292124687","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T09:44:18.094469+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T09:44:21.320201+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T09:44:22.993512+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T09:44:26.475745+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T09:44:27.936671+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T09:44:33.511309+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T09:44:32.687755+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T09:44:38.954753+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.118:0/4151032271":"2024-01-22T09:42:40.385366+0000","172.21.15.118:0/4244411346":"2024-01-22T09:42:40.385366+0000","172.21.15.118:0/630337966":"2024-01-22T09:41:42.813134+0000","172.21.15.118:6801/323538845":"2024-01-22T09:42:40.385366+0000","172.21.15.118:0/67205276":"2024-01-22T09:41:42.813134+0000","172.21.15.118:6800/3151683102":"2024-01-22T09:41:42.813134+0000","172.21.15.118:0/2867430996":"2024-01-22T09:41:16.401186+0000","172.21.15.118:0/499845532":"2024-01-22T09:41:16.401186+0000","172.21.15.118:6800/323538845":"2024-01-22T09:42:40.385366+0000","172.21.15.118:6801/3151683102":"2024-01-22T09:41:42.813134+0000","172.21.15.118:6801/4056440823":"2024-01-22T09:41:16.401186+0000","172.21.15.118:6800/4056440823":"2024-01-22T09:41:16.401186+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-21T09:44:48.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:47 smithi134 conmon[40421]: cluster 2024-01-21T09:44:46.408476+0000 mgr.smithi118.lddrqf (mgr.14182) 108 : cluster 2024-01-21T09:44:48.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:47 smithi134 conmon[40421]: [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:44:48.782 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-21T09:44:25.215973+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': '27', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-01-21T09:44:48.782 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-21T09:44:49.014 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:49 smithi118 conmon[35245]: cephadm 2024-01-21T09:44:48.000610+0000 mgr.smithi118.lddrqf (mgr. 2024-01-21T09:44:49.014 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:49 smithi118 conmon[35245]: 14182) 109 : cephadm [INF] Detected new or changed devices on smithi118 2024-01-21T09:44:49.014 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:49 smithi118 conmon[35245]: audit 2024-01-21T09:44:48.006039+0000 mon.smithi118 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:49.014 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:49 smithi118 conmon[35245]: audit 2024-01-21T09:44:48.007067+0000 mon.smithi118 (mon.0) 556 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:44:49.014 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:49 smithi118 conmon[35245]: audit 2024-01-21T09:44:48.007717+0000 mon.smithi118 (mon.0) 557 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:44:49.014 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:49 smithi118 conmon[35245]: audit 2024-01-21T09:44:48.008295+0000 mon.smithi118 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:44:49.014 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:49 smithi118 conmon[35245]: audit 2024-01-21T09:44:48.008844+0000 mon.smithi118 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:44:49.014 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:49 smithi118 conmon[35245]: cephadm 2024-01-21T09:44:48.009273+0000 mgr.smithi118.lddrqf (mgr.14182) 110 : cephadm [INF] Adjusting osd_memory_target on smithi118 to 3222M 2024-01-21T09:44:49.014 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:49 smithi118 conmon[35245]: audit 2024-01-21T09:44:48.012777+0000 mon.smithi118 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:49.014 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:49 smithi118 conmon[35245]: audit 2024-01-21T09:44:48.014236+0000 mon.smithi118 (mon.0) 561 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:44:49.014 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:49 smithi118 conmon[35245]: audit 2024-01-21T09:44:48.014844+0000 mon.smithi118 (mon.0) 562 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:44:49.014 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:49 smithi118 conmon[35245]: audit 2024-01-21T09:44:48.019187+0000 mon.smithi118 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:49.015 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:49 smithi118 conmon[35245]: audit 2024-01-21T09:44:48.025461+0000 mon.smithi118 (mon.0) 564 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:44:49.015 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:49 smithi118 conmon[35245]: audit 2024-01-21T09:44:48.029249+0000 mon.smithi118 (mon.0) 565 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T09:44:49.015 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:49 smithi118 conmon[35245]: audit 2024-01-21T09:44:48.030161+0000 mon.smithi118 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T09:44:49.015 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:49 smithi118 conmon[35245]: audit 2024-01-21T09:44:48.030357+0000 mon.smithi118 (mon.0) 567 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:44:49.015 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:49 smithi118 conmon[35245]: audit 2024-01-21T09:44:48.030809+0000 mon.smithi118 (mon.0) 568 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:44:49.015 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:49 smithi118 conmon[35245]: audit 2024-01-21T09:44:48.198027+0000 mon.smithi118 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.118:0/558089208' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T09:44:49.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:49 smithi134 conmon[40421]: cephadm 2024-01-21T09:44:48.000610+0000 mgr.smithi118.lddrqf (mgr.14182) 109 : cephadm [INF] Detected new or changed devices on smithi118 2024-01-21T09:44:49.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:49 smithi134 conmon[40421]: audit 2024-01-21T09:44:48.006039+0000 mon.smithi118 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:49.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:49 smithi134 conmon[40421]: audit 2024-01-21T09:44:48.007067+0000 mon.smithi118 (mon.0) 556 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:44:49.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:49 smithi134 conmon[40421]: audit 2024-01-21T09:44:48.007717+0000 mon.smithi118 (mon.0) 557 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:44:49.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:49 smithi134 conmon[40421]: audit 2024-01-21T09:44:48.008295+0000 mon.smithi118 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:44:49.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:49 smithi134 conmon[40421]: audit 2024-01-21T09:44:48.008844+0000 mon.smithi118 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:44:49.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:49 smithi134 conmon[40421]: cephadm 2024-01-21T09:44:48.009273+0000 mgr.smithi118.lddrqf (mgr.14182) 110 : cephadm [INF] Adjusting osd_memory_target on smithi118 to 3222M 2024-01-21T09:44:49.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:49 smithi134 conmon[40421]: audit 2024-01-21T09:44:48.012777+0000 mon.smithi118 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:49.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:49 smithi134 conmon[40421]: audit 2024-01-21T09:44:48.014236+0000 mon.smithi118 (mon.0) 561 : audit [DBG] 2024-01-21T09:44:49.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:49 smithi134 conmon[40421]: from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:44:49.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:49 smithi134 conmon[40421]: audit 2024-01-21T09:44:48.014844+0000 mon.smithi118 (mon.0) 562 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:44:49.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:49 smithi134 conmon[40421]: audit 2024-01-21T09:44:48.019187+0000 mon.smithi118 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:49.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:49 smithi134 conmon[40421]: audit 2024-01-21T09:44:48.025461+0000 mon.smithi118 (mon.0) 564 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:44:49.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:49 smithi134 conmon[40421]: audit 2024-01-21T09:44:48.029249+0000 mon.smithi118 (mon.0) 565 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T09:44:49.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:49 smithi134 conmon[40421]: audit 2024-01-21T09:44:48.030161+0000 mon.smithi118 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T09:44:49.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:49 smithi134 conmon[40421]: audit 2024-01-21T09:44:48.030357+0000 mon.smithi118 (mon.0) 567 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:44:49.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:49 smithi134 conmon[40421]: audit 2024-01-21T09:44:48.030809+0000 mon.smithi118 (mon.0) 568 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:44:49.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:49 smithi134 conmon[40421]: audit 2024-01-21T09:44:48.198027+0000 mon.smithi118 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.118:0/558089208' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T09:44:49.700 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/111bae68-b841-11ee-95b0-87774f69a715/mon.smithi118/config 2024-01-21T09:44:50.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:50 smithi118 conmon[35245]: cluster 2024-01-21T09:44:48.408920+0000 mgr.smithi118.lddrqf (mgr.14182) 111 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:44:50.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:50 smithi134 conmon[40421]: cluster 2024-01-21T09:44:48.408920+0000 mgr.smithi118.lddrqf (mgr.14182) 111 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:44:51.492 INFO:teuthology.orchestra.run.smithi118.stdout:pg_num: 1 2024-01-21T09:44:52.226 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:52 smithi118 conmon[35245]: cluster 2024-01-21T09:44:50.409298+0000 mgr.smithi118.lddrqf (mgr.14182) 112 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:44:52.226 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:52 smithi118 conmon[35245]: audit 2024-01-21T09:44:51.491537+0000 mon.smithi118 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.118:0/1052233379' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-21T09:44:52.278 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-21T09:44:52.278 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-21T09:44:52.279 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph mgr dump --format=json 2024-01-21T09:44:52.305 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:52 smithi134 conmon[40421]: cluster 2024-01-21T09:44:50.409298+0000 mgr.smithi118.lddrqf (mgr.14182) 112 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:44:52.305 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:52 smithi134 conmon[40421]: audit 2024-01-21T09:44:51.491537+0000 mon.smithi118 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.118:0/1052233379' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-21T09:44:52.924 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/111bae68-b841-11ee-95b0-87774f69a715/mon.smithi118/config 2024-01-21T09:44:54.204 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:54 smithi118 conmon[35245]: cluster 2024-01-21T09:44:52.409654+0000 mgr.smithi118.lddrqf (mgr.14182) 113 : cluster [DBG] 2024-01-21T09:44:54.204 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:54 smithi118 conmon[35245]: pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:44:54.312 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:54 smithi134 conmon[40421]: cluster 2024-01-21T09:44:52.409654+0000 mgr.smithi118.lddrqf (mgr.14182) 113 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:44:55.303 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:44:56.088 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi118.lddrqf","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6800","nonce":308355891},{"type":"v1","addr":"172.21.15.118:6801","nonce":308355891}]},"active_addr":"172.21.15.118:6801/308355891","active_change":"2024-01-21T09:42:40.385509+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14200,"name":"smithi134.papjbv","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.118:8443/","prometheus":"http://172.21.15.118: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.118:0","nonce":1661882045}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.118:0","nonce":3628356746}]}]} 2024-01-21T09:44:56.091 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-21T09:44:56.091 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-21T09:44:56.091 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-21T09:44:56.320 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:56 smithi118 conmon[35245]: cluster 2024-01-21T09:44:54.410041+0000 mgr.smithi118.lddrqf (mgr.14182) 114 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:44:56.320 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:56 smithi118 conmon[35245]: audit 2024-01-21T09:44:55.298253+0000 mon.smithi118 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.118:0/303170518' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-21T09:44:56.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:56 smithi134 conmon[40421]: cluster 2024-01-21T09:44:54.410041+0000 mgr.smithi118.lddrqf (mgr.14182) 114 : cluster 2024-01-21T09:44:56.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:56 smithi134 conmon[40421]: [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:44:56.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:56 smithi134 conmon[40421]: audit 2024-01-21T09:44:55.298253+0000 mon.smithi118 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.118:0/303170518' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-21T09:44:56.539 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/111bae68-b841-11ee-95b0-87774f69a715/mon.smithi118/config 2024-01-21T09:44:57.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:57 smithi118 conmon[35245]: audit 2024-01-21T09:44:56.097179+0000 mon.smithi118 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:57.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:57 smithi118 conmon[35245]: cluster 2024-01-21T09:44:56.410363+0000 mgr.smithi118.lddrqf (mgr.14182) 115 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:44:57.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:57 smithi134 conmon[40421]: audit 2024-01-21T09:44:56.097179+0000 mon.smithi118 (mon.0) 572 : audit [INF] 2024-01-21T09:44:57.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:57 smithi134 conmon[40421]: from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:57.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:57 smithi134 conmon[40421]: cluster 2024-01-21T09:44:56.410363+0000 mgr.smithi118.lddrqf (mgr.14182) 115 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:44:58.455 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:44:58.455 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":37,"fsid":"111bae68-b841-11ee-95b0-87774f69a715","created":"2024-01-21T09:40:54.892080+0000","modified":"2024-01-21T09:44:41.772325+0000","last_up_change":"2024-01-21T09:44:39.765942+0000","last_in_change":"2024-01-21T09:44:03.139794+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-01-21T09:44:25.215973+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":"27","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":"2c7f03e3-2815-4fcb-abb8-7c4a294675eb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6800","nonce":2343875491},{"type":"v1","addr":"172.21.15.134:6801","nonce":2343875491}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6802","nonce":2343875491},{"type":"v1","addr":"172.21.15.134:6803","nonce":2343875491}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6806","nonce":2343875491},{"type":"v1","addr":"172.21.15.134:6807","nonce":2343875491}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6804","nonce":2343875491},{"type":"v1","addr":"172.21.15.134:6805","nonce":2343875491}]},"public_addr":"172.21.15.134:6801/2343875491","cluster_addr":"172.21.15.134:6803/2343875491","heartbeat_back_addr":"172.21.15.134:6807/2343875491","heartbeat_front_addr":"172.21.15.134:6805/2343875491","state":["exists","up"]},{"osd":1,"uuid":"b52d44a2-2b5b-4d16-9951-3c0b6c23dbe5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6802","nonce":3790599030},{"type":"v1","addr":"172.21.15.118:6803","nonce":3790599030}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":3790599030},{"type":"v1","addr":"172.21.15.118:6805","nonce":3790599030}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6808","nonce":3790599030},{"type":"v1","addr":"172.21.15.118:6809","nonce":3790599030}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":3790599030},{"type":"v1","addr":"172.21.15.118:6807","nonce":3790599030}]},"public_addr":"172.21.15.118:6803/3790599030","cluster_addr":"172.21.15.118:6805/3790599030","heartbeat_back_addr":"172.21.15.118:6809/3790599030","heartbeat_front_addr":"172.21.15.118:6807/3790599030","state":["exists","up"]},{"osd":2,"uuid":"49a147cd-bcf6-44c4-8df3-d44d2dce49d7","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.134:6808","nonce":1651789284},{"type":"v1","addr":"172.21.15.134:6809","nonce":1651789284}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6810","nonce":1651789284},{"type":"v1","addr":"172.21.15.134:6811","nonce":1651789284}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6814","nonce":1651789284},{"type":"v1","addr":"172.21.15.134:6815","nonce":1651789284}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6812","nonce":1651789284},{"type":"v1","addr":"172.21.15.134:6813","nonce":1651789284}]},"public_addr":"172.21.15.134:6809/1651789284","cluster_addr":"172.21.15.134:6811/1651789284","heartbeat_back_addr":"172.21.15.134:6815/1651789284","heartbeat_front_addr":"172.21.15.134:6813/1651789284","state":["exists","up"]},{"osd":3,"uuid":"9f65aff9-0df4-475f-aae7-9c9bb57b0c0e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6810","nonce":1982044865},{"type":"v1","addr":"172.21.15.118:6811","nonce":1982044865}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6812","nonce":1982044865},{"type":"v1","addr":"172.21.15.118:6813","nonce":1982044865}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6816","nonce":1982044865},{"type":"v1","addr":"172.21.15.118:6817","nonce":1982044865}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6814","nonce":1982044865},{"type":"v1","addr":"172.21.15.118:6815","nonce":1982044865}]},"public_addr":"172.21.15.118:6811/1982044865","cluster_addr":"172.21.15.118:6813/1982044865","heartbeat_back_addr":"172.21.15.118:6817/1982044865","heartbeat_front_addr":"172.21.15.118:6815/1982044865","state":["exists","up"]},{"osd":4,"uuid":"9a5ec958-4a3f-400d-b753-3d5584480578","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6816","nonce":1353316326},{"type":"v1","addr":"172.21.15.134:6817","nonce":1353316326}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6818","nonce":1353316326},{"type":"v1","addr":"172.21.15.134:6819","nonce":1353316326}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6822","nonce":1353316326},{"type":"v1","addr":"172.21.15.134:6823","nonce":1353316326}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6820","nonce":1353316326},{"type":"v1","addr":"172.21.15.134:6821","nonce":1353316326}]},"public_addr":"172.21.15.134:6817/1353316326","cluster_addr":"172.21.15.134:6819/1353316326","heartbeat_back_addr":"172.21.15.134:6823/1353316326","heartbeat_front_addr":"172.21.15.134:6821/1353316326","state":["exists","up"]},{"osd":5,"uuid":"5acac5d7-f2ef-444c-8ccd-6b6339141e7b","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.118:6818","nonce":2620431074},{"type":"v1","addr":"172.21.15.118:6819","nonce":2620431074}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6820","nonce":2620431074},{"type":"v1","addr":"172.21.15.118:6821","nonce":2620431074}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6824","nonce":2620431074},{"type":"v1","addr":"172.21.15.118:6825","nonce":2620431074}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6822","nonce":2620431074},{"type":"v1","addr":"172.21.15.118:6823","nonce":2620431074}]},"public_addr":"172.21.15.118:6819/2620431074","cluster_addr":"172.21.15.118:6821/2620431074","heartbeat_back_addr":"172.21.15.118:6825/2620431074","heartbeat_front_addr":"172.21.15.118:6823/2620431074","state":["exists","up"]},{"osd":6,"uuid":"7c5653c5-3749-4437-a892-b69b7600c2c2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6824","nonce":3493196810},{"type":"v1","addr":"172.21.15.134:6825","nonce":3493196810}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6826","nonce":3493196810},{"type":"v1","addr":"172.21.15.134:6827","nonce":3493196810}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6830","nonce":3493196810},{"type":"v1","addr":"172.21.15.134:6831","nonce":3493196810}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6828","nonce":3493196810},{"type":"v1","addr":"172.21.15.134:6829","nonce":3493196810}]},"public_addr":"172.21.15.134:6825/3493196810","cluster_addr":"172.21.15.134:6827/3493196810","heartbeat_back_addr":"172.21.15.134:6831/3493196810","heartbeat_front_addr":"172.21.15.134:6829/3493196810","state":["exists","up"]},{"osd":7,"uuid":"7bf0eb26-674f-41c1-90fc-7b27cd6f6922","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6826","nonce":3292124687},{"type":"v1","addr":"172.21.15.118:6827","nonce":3292124687}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6828","nonce":3292124687},{"type":"v1","addr":"172.21.15.118:6829","nonce":3292124687}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6832","nonce":3292124687},{"type":"v1","addr":"172.21.15.118:6833","nonce":3292124687}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6830","nonce":3292124687},{"type":"v1","addr":"172.21.15.118:6831","nonce":3292124687}]},"public_addr":"172.21.15.118:6827/3292124687","cluster_addr":"172.21.15.118:6829/3292124687","heartbeat_back_addr":"172.21.15.118:6833/3292124687","heartbeat_front_addr":"172.21.15.118:6831/3292124687","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T09:44:18.094469+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T09:44:21.320201+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T09:44:22.993512+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T09:44:26.475745+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T09:44:27.936671+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T09:44:33.511309+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T09:44:32.687755+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T09:44:38.954753+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.118:0/4151032271":"2024-01-22T09:42:40.385366+0000","172.21.15.118:0/4244411346":"2024-01-22T09:42:40.385366+0000","172.21.15.118:0/630337966":"2024-01-22T09:41:42.813134+0000","172.21.15.118:6801/323538845":"2024-01-22T09:42:40.385366+0000","172.21.15.118:0/67205276":"2024-01-22T09:41:42.813134+0000","172.21.15.118:6800/3151683102":"2024-01-22T09:41:42.813134+0000","172.21.15.118:0/2867430996":"2024-01-22T09:41:16.401186+0000","172.21.15.118:0/499845532":"2024-01-22T09:41:16.401186+0000","172.21.15.118:6800/323538845":"2024-01-22T09:42:40.385366+0000","172.21.15.118:6801/3151683102":"2024-01-22T09:41:42.813134+0000","172.21.15.118:6801/4056440823":"2024-01-22T09:41:16.401186+0000","172.21.15.118:6800/4056440823":"2024-01-22T09:41:16.401186+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-21T09:44:58.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:58 smithi118 conmon[35245]: audit 2024-01-21T09:44:58.453501+0000 mon.smithi118 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.118:0/2123521054' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T09:44:58.963 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:58 smithi134 conmon[40421]: audit 2024-01-21T09:44:58.453501+0000 mon.smithi118 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.118:0/2123521054' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T09:44:59.321 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-21T09:44:59.321 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-21T09:44:59.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:59 smithi118 conmon[35245]: cluster 2024-01-21T09:44:58.410659+0000 mgr.smithi118.lddrqf (mgr.14182) 116 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:44:59.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:59 smithi118 conmon[35245]: 2024-01-21T09:44:59.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:44:59 smithi118 conmon[35245]: audit 2024-01-21T09:44:59.367370+0000 mon.smithi118 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:44:59.659 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/111bae68-b841-11ee-95b0-87774f69a715/mon.smithi118/config 2024-01-21T09:44:59.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:59 smithi134 conmon[40421]: cluster 2024-01-21T09:44:58.410659+0000 mgr.smithi118.lddrqf (mgr.14182) 116 : cluster 2024-01-21T09:44:59.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:59 smithi134 conmon[40421]: [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:44:59.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:44:59 smithi134 conmon[40421]: audit 2024-01-21T09:44:59.367370+0000 mon.smithi118 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:45:01.106 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:45:01.106 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":37,"fsid":"111bae68-b841-11ee-95b0-87774f69a715","created":"2024-01-21T09:40:54.892080+0000","modified":"2024-01-21T09:44:41.772325+0000","last_up_change":"2024-01-21T09:44:39.765942+0000","last_in_change":"2024-01-21T09:44:03.139794+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-01-21T09:44:25.215973+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":"27","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":"2c7f03e3-2815-4fcb-abb8-7c4a294675eb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6800","nonce":2343875491},{"type":"v1","addr":"172.21.15.134:6801","nonce":2343875491}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6802","nonce":2343875491},{"type":"v1","addr":"172.21.15.134:6803","nonce":2343875491}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6806","nonce":2343875491},{"type":"v1","addr":"172.21.15.134:6807","nonce":2343875491}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6804","nonce":2343875491},{"type":"v1","addr":"172.21.15.134:6805","nonce":2343875491}]},"public_addr":"172.21.15.134:6801/2343875491","cluster_addr":"172.21.15.134:6803/2343875491","heartbeat_back_addr":"172.21.15.134:6807/2343875491","heartbeat_front_addr":"172.21.15.134:6805/2343875491","state":["exists","up"]},{"osd":1,"uuid":"b52d44a2-2b5b-4d16-9951-3c0b6c23dbe5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6802","nonce":3790599030},{"type":"v1","addr":"172.21.15.118:6803","nonce":3790599030}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":3790599030},{"type":"v1","addr":"172.21.15.118:6805","nonce":3790599030}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6808","nonce":3790599030},{"type":"v1","addr":"172.21.15.118:6809","nonce":3790599030}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":3790599030},{"type":"v1","addr":"172.21.15.118:6807","nonce":3790599030}]},"public_addr":"172.21.15.118:6803/3790599030","cluster_addr":"172.21.15.118:6805/3790599030","heartbeat_back_addr":"172.21.15.118:6809/3790599030","heartbeat_front_addr":"172.21.15.118:6807/3790599030","state":["exists","up"]},{"osd":2,"uuid":"49a147cd-bcf6-44c4-8df3-d44d2dce49d7","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.134:6808","nonce":1651789284},{"type":"v1","addr":"172.21.15.134:6809","nonce":1651789284}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6810","nonce":1651789284},{"type":"v1","addr":"172.21.15.134:6811","nonce":1651789284}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6814","nonce":1651789284},{"type":"v1","addr":"172.21.15.134:6815","nonce":1651789284}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6812","nonce":1651789284},{"type":"v1","addr":"172.21.15.134:6813","nonce":1651789284}]},"public_addr":"172.21.15.134:6809/1651789284","cluster_addr":"172.21.15.134:6811/1651789284","heartbeat_back_addr":"172.21.15.134:6815/1651789284","heartbeat_front_addr":"172.21.15.134:6813/1651789284","state":["exists","up"]},{"osd":3,"uuid":"9f65aff9-0df4-475f-aae7-9c9bb57b0c0e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6810","nonce":1982044865},{"type":"v1","addr":"172.21.15.118:6811","nonce":1982044865}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6812","nonce":1982044865},{"type":"v1","addr":"172.21.15.118:6813","nonce":1982044865}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6816","nonce":1982044865},{"type":"v1","addr":"172.21.15.118:6817","nonce":1982044865}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6814","nonce":1982044865},{"type":"v1","addr":"172.21.15.118:6815","nonce":1982044865}]},"public_addr":"172.21.15.118:6811/1982044865","cluster_addr":"172.21.15.118:6813/1982044865","heartbeat_back_addr":"172.21.15.118:6817/1982044865","heartbeat_front_addr":"172.21.15.118:6815/1982044865","state":["exists","up"]},{"osd":4,"uuid":"9a5ec958-4a3f-400d-b753-3d5584480578","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6816","nonce":1353316326},{"type":"v1","addr":"172.21.15.134:6817","nonce":1353316326}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6818","nonce":1353316326},{"type":"v1","addr":"172.21.15.134:6819","nonce":1353316326}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6822","nonce":1353316326},{"type":"v1","addr":"172.21.15.134:6823","nonce":1353316326}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6820","nonce":1353316326},{"type":"v1","addr":"172.21.15.134:6821","nonce":1353316326}]},"public_addr":"172.21.15.134:6817/1353316326","cluster_addr":"172.21.15.134:6819/1353316326","heartbeat_back_addr":"172.21.15.134:6823/1353316326","heartbeat_front_addr":"172.21.15.134:6821/1353316326","state":["exists","up"]},{"osd":5,"uuid":"5acac5d7-f2ef-444c-8ccd-6b6339141e7b","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.118:6818","nonce":2620431074},{"type":"v1","addr":"172.21.15.118:6819","nonce":2620431074}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6820","nonce":2620431074},{"type":"v1","addr":"172.21.15.118:6821","nonce":2620431074}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6824","nonce":2620431074},{"type":"v1","addr":"172.21.15.118:6825","nonce":2620431074}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6822","nonce":2620431074},{"type":"v1","addr":"172.21.15.118:6823","nonce":2620431074}]},"public_addr":"172.21.15.118:6819/2620431074","cluster_addr":"172.21.15.118:6821/2620431074","heartbeat_back_addr":"172.21.15.118:6825/2620431074","heartbeat_front_addr":"172.21.15.118:6823/2620431074","state":["exists","up"]},{"osd":6,"uuid":"7c5653c5-3749-4437-a892-b69b7600c2c2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6824","nonce":3493196810},{"type":"v1","addr":"172.21.15.134:6825","nonce":3493196810}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6826","nonce":3493196810},{"type":"v1","addr":"172.21.15.134:6827","nonce":3493196810}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6830","nonce":3493196810},{"type":"v1","addr":"172.21.15.134:6831","nonce":3493196810}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6828","nonce":3493196810},{"type":"v1","addr":"172.21.15.134:6829","nonce":3493196810}]},"public_addr":"172.21.15.134:6825/3493196810","cluster_addr":"172.21.15.134:6827/3493196810","heartbeat_back_addr":"172.21.15.134:6831/3493196810","heartbeat_front_addr":"172.21.15.134:6829/3493196810","state":["exists","up"]},{"osd":7,"uuid":"7bf0eb26-674f-41c1-90fc-7b27cd6f6922","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6826","nonce":3292124687},{"type":"v1","addr":"172.21.15.118:6827","nonce":3292124687}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6828","nonce":3292124687},{"type":"v1","addr":"172.21.15.118:6829","nonce":3292124687}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6832","nonce":3292124687},{"type":"v1","addr":"172.21.15.118:6833","nonce":3292124687}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6830","nonce":3292124687},{"type":"v1","addr":"172.21.15.118:6831","nonce":3292124687}]},"public_addr":"172.21.15.118:6827/3292124687","cluster_addr":"172.21.15.118:6829/3292124687","heartbeat_back_addr":"172.21.15.118:6833/3292124687","heartbeat_front_addr":"172.21.15.118:6831/3292124687","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T09:44:18.094469+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T09:44:21.320201+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T09:44:22.993512+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T09:44:26.475745+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T09:44:27.936671+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T09:44:33.511309+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T09:44:32.687755+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T09:44:38.954753+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.118:0/4151032271":"2024-01-22T09:42:40.385366+0000","172.21.15.118:0/4244411346":"2024-01-22T09:42:40.385366+0000","172.21.15.118:0/630337966":"2024-01-22T09:41:42.813134+0000","172.21.15.118:6801/323538845":"2024-01-22T09:42:40.385366+0000","172.21.15.118:0/67205276":"2024-01-22T09:41:42.813134+0000","172.21.15.118:6800/3151683102":"2024-01-22T09:41:42.813134+0000","172.21.15.118:0/2867430996":"2024-01-22T09:41:16.401186+0000","172.21.15.118:0/499845532":"2024-01-22T09:41:16.401186+0000","172.21.15.118:6800/323538845":"2024-01-22T09:42:40.385366+0000","172.21.15.118:6801/3151683102":"2024-01-22T09:41:42.813134+0000","172.21.15.118:6801/4056440823":"2024-01-22T09:41:16.401186+0000","172.21.15.118:6800/4056440823":"2024-01-22T09:41:16.401186+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-21T09:45:01.618 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-21T09:45:01.950 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/111bae68-b841-11ee-95b0-87774f69a715/mon.smithi118/config 2024-01-21T09:45:02.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:01 smithi118 conmon[35245]: cluster 2024-01-21T09:45:00.410969+0000 mgr.smithi118.lddrqf (mgr.14182) 117 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:02.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:01 smithi118 conmon[35245]: audit 2024-01-21T09:45:01.105045+0000 mon.smithi118 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.118:0/3537557622' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T09:45:02.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:01 smithi134 conmon[40421]: cluster 2024-01-21T09:45:00.410969+0000 mgr.smithi118.lddrqf (mgr.14182) 117 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:02.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:01 smithi134 conmon[40421]: audit 2024-01-21T09:45:01.105045+0000 mon.smithi118 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.118:0/3537557622' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T09:45:03.809 INFO:teuthology.orchestra.run.smithi118.stdout:68719476747 2024-01-21T09:45:03.810 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-21T09:45:04.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:03 smithi118 conmon[35245]: cluster 2024-01-21T09:45:02.411429+0000 mgr.smithi118.lddrqf (mgr.14182) 118 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:04.149 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/111bae68-b841-11ee-95b0-87774f69a715/mon.smithi118/config 2024-01-21T09:45:04.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:03 smithi134 conmon[40421]: cluster 2024-01-21T09:45:02.411429+0000 mgr.smithi118.lddrqf (mgr.14182) 118 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:05.966 INFO:teuthology.orchestra.run.smithi118.stdout:81604378636 2024-01-21T09:45:05.966 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-21T09:45:06.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:05 smithi118 conmon[35245]: cluster 2024-01-21T09:45:04.411850+0000 mgr.smithi118.lddrqf (mgr.14182) 119 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:06.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:05 smithi134 conmon[40421]: cluster 2024-01-21T09:45:04.411850+0000 mgr.smithi118.lddrqf (mgr.14182) 119 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:06.296 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/111bae68-b841-11ee-95b0-87774f69a715/mon.smithi118/config 2024-01-21T09:45:08.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:07 smithi118 conmon[35245]: cluster 2024-01-21T09:45:06.412325+0000 mgr.smithi118.lddrqf (mgr.14182) 120 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:08.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:07 smithi134 conmon[40421]: cluster 2024-01-21T09:45:06.412325+0000 mgr.smithi118.lddrqf (mgr.14182) 120 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:08.233 INFO:teuthology.orchestra.run.smithi118.stdout:90194313227 2024-01-21T09:45:08.233 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-21T09:45:08.568 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/111bae68-b841-11ee-95b0-87774f69a715/mon.smithi118/config 2024-01-21T09:45:09.950 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:09 smithi118 conmon[35245]: cluster 2024-01-21T09:45:08.412656+0000 mgr.smithi118.lddrqf (mgr.14182) 121 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:10.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:09 smithi134 conmon[40421]: cluster 2024-01-21T09:45:08.412656+0000 mgr.smithi118.lddrqf (mgr.14182) 121 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:10.507 INFO:teuthology.orchestra.run.smithi118.stdout:103079215115 2024-01-21T09:45:10.508 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-21T09:45:10.842 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/111bae68-b841-11ee-95b0-87774f69a715/mon.smithi118/config 2024-01-21T09:45:11.990 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:11 smithi118 conmon[35245]: cluster 2024-01-21T09:45:10.413153+0000 mgr.smithi118.lddrqf (mgr.14182) 122 : cluster 2024-01-21T09:45:11.990 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:11 smithi118 conmon[35245]: [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:12.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:11 smithi134 conmon[40421]: cluster 2024-01-21T09:45:10.413153+0000 mgr.smithi118.lddrqf (mgr.14182) 122 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:12.760 INFO:teuthology.orchestra.run.smithi118.stdout:107374182411 2024-01-21T09:45:12.760 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-21T09:45:13.099 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/111bae68-b841-11ee-95b0-87774f69a715/mon.smithi118/config 2024-01-21T09:45:14.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:13 smithi118 conmon[35245]: cluster 2024-01-21T09:45:12.413518+0000 mgr.smithi118.lddrqf (mgr.14182) 123 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:14.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:13 smithi134 conmon[40421]: cluster 2024-01-21T09:45:12.413518+0000 mgr.smithi118.lddrqf (mgr.14182) 123 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:14.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:13 smithi134 conmon[40421]: 2024-01-21T09:45:14.874 INFO:teuthology.orchestra.run.smithi118.stdout:133143986186 2024-01-21T09:45:14.875 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-21T09:45:15.207 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/111bae68-b841-11ee-95b0-87774f69a715/mon.smithi118/config 2024-01-21T09:45:16.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:15 smithi118 conmon[35245]: cluster 2024-01-21T09:45:14.413857+0000 mgr.smithi118.lddrqf (mgr.14182) 124 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:16.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:15 smithi134 conmon[40421]: cluster 2024-01-21T09:45:14.413857+0000 mgr.smithi118.lddrqf (mgr.14182) 124 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:17.090 INFO:teuthology.orchestra.run.smithi118.stdout:128849018891 2024-01-21T09:45:17.090 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-21T09:45:17.422 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/111bae68-b841-11ee-95b0-87774f69a715/mon.smithi118/config 2024-01-21T09:45:17.924 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:17 smithi118 conmon[35245]: cluster 2024-01-21T09:45:16.414134+0000 mgr.smithi118.lddrqf (mgr.14182) 125 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:18.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:17 smithi134 conmon[40421]: cluster 2024-01-21T09:45:16.414134+0000 mgr.smithi118.lddrqf (mgr.14182) 125 : cluster [DBG] 2024-01-21T09:45:18.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:17 smithi134 conmon[40421]: pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:19.398 INFO:teuthology.orchestra.run.smithi118.stdout:150323855370 2024-01-21T09:45:19.399 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-21T09:45:19.733 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/111bae68-b841-11ee-95b0-87774f69a715/mon.smithi118/config 2024-01-21T09:45:20.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:19 smithi118 conmon[35245]: cluster 2024-01-21T09:45:18.414460+0000 mgr.smithi118.lddrqf (mgr.14182) 126 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:20.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:19 smithi134 conmon[40421]: cluster 2024-01-21T09:45:18.414460+0000 mgr.smithi118.lddrqf (mgr.14182) 126 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:21.233 INFO:teuthology.orchestra.run.smithi118.stdout:68719476751 2024-01-21T09:45:21.798 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476747 got 68719476751 for osd.0 2024-01-21T09:45:21.799 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-21T09:45:22.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:21 smithi118 conmon[35245]: cluster 2024-01-21T09:45:20.414957+0000 mgr.smithi118.lddrqf (mgr.14182) 127 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:22.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:21 smithi118 conmon[35245]: audit 2024-01-21T09:45:21.233289+0000 mon.smithi118 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.118:0/1882808869' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-21T09:45:22.135 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/111bae68-b841-11ee-95b0-87774f69a715/mon.smithi118/config 2024-01-21T09:45:22.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:21 smithi134 conmon[40421]: cluster 2024-01-21T09:45:20.414957+0000 mgr.smithi118.lddrqf (mgr.14182) 127 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:22.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:21 smithi134 conmon[40421]: audit 2024-01-21T09:45:21.233289+0000 mon.smithi118 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.118:0/1882808869' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-21T09:45:23.545 INFO:teuthology.orchestra.run.smithi118.stdout:81604378639 2024-01-21T09:45:23.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:23 smithi118 conmon[35245]: cluster 2024-01-21T09:45:22.415364+0000 mgr.smithi118.lddrqf (mgr.14182) 128 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:23.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:23 smithi118 conmon[35245]: audit 2024-01-21T09:45:23.545688+0000 mon.smithi118 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.118:0/3934146626' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-21T09:45:24.148 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378636 got 81604378639 for osd.1 2024-01-21T09:45:24.148 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-21T09:45:24.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:23 smithi134 conmon[40421]: cluster 2024-01-21T09:45:22.415364+0000 mgr.smithi118.lddrqf (mgr.14182) 128 : cluster [DBG] 2024-01-21T09:45:24.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:23 smithi134 conmon[40421]: pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:24.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:23 smithi134 conmon[40421]: audit 2024-01-21T09:45:23.545688+0000 mon.smithi118 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.118:0/3934146626' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-21T09:45:24.489 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/111bae68-b841-11ee-95b0-87774f69a715/mon.smithi118/config 2024-01-21T09:45:25.978 INFO:teuthology.orchestra.run.smithi118.stdout:90194313230 2024-01-21T09:45:26.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:25 smithi118 conmon[35245]: cluster 2024-01-21T09:45:24.415664+0000 mgr.smithi118.lddrqf (mgr.14182) 129 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:26.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:25 smithi134 conmon[40421]: cluster 2024-01-21T09:45:24.415664+0000 mgr.smithi118.lddrqf (mgr.14182) 129 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:26.497 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313227 got 90194313230 for osd.2 2024-01-21T09:45:26.497 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-21T09:45:26.833 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/111bae68-b841-11ee-95b0-87774f69a715/mon.smithi118/config 2024-01-21T09:45:27.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:26 smithi118 conmon[35245]: audit 2024-01-21T09:45:25.978517+0000 mon.smithi118 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.118:0/3931565683' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-21T09:45:27.092 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:26 smithi134 conmon[40421]: audit 2024-01-21T09:45:25.978517+0000 mon.smithi118 (mon.0) 578 : audit [DBG] 2024-01-21T09:45:27.092 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:26 smithi134 conmon[40421]: from='client.? 172.21.15.118:0/3931565683' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-21T09:45:28.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:27 smithi118 conmon[35245]: cluster 2024-01-21T09:45:26.415921 2024-01-21T09:45:28.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:27 smithi118 conmon[35245]: +0000 mgr.smithi118.lddrqf (mgr.14182) 130 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:28.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:27 smithi134 conmon[40421]: cluster 2024-01-21T09:45:26.415921+0000 mgr.smithi118.lddrqf (mgr.14182) 130 : cluster 2024-01-21T09:45:28.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:27 smithi134 conmon[40421]: [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:28.356 INFO:teuthology.orchestra.run.smithi118.stdout:103079215118 2024-01-21T09:45:28.964 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215115 got 103079215118 for osd.3 2024-01-21T09:45:28.965 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-21T09:45:29.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:28 smithi118 conmon[35245]: audit 2024-01-21T09:45:28.356643+0000 mon.smithi118 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.118:0/1803697147' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-21T09:45:29.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:28 smithi134 conmon[40421]: audit 2024-01-21T09:45:28.356643+0000 mon.smithi118 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.118:0/1803697147' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-21T09:45:29.303 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/111bae68-b841-11ee-95b0-87774f69a715/mon.smithi118/config 2024-01-21T09:45:30.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:29 smithi118 conmon[35245]: cluster 2024-01-21T09:45:28.416231+0000 mgr.smithi118.lddrqf (mgr.14182) 131 : cluster 2024-01-21T09:45:30.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:29 smithi118 conmon[35245]: [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:30.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:29 smithi134 conmon[40421]: cluster 2024-01-21T09:45:28.416231+0000 mgr.smithi118.lddrqf (mgr.14182) 131 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:30.816 INFO:teuthology.orchestra.run.smithi118.stdout:107374182414 2024-01-21T09:45:31.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:30 smithi118 conmon[35245]: audit 2024-01-21T09:45:30.816336+0000 mon.smithi118 (mon.0) 580 : audit 2024-01-21T09:45:31.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:30 smithi118 conmon[35245]: [DBG] from='client.? 172.21.15.118:0/106237296' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-21T09:45:31.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:30 smithi134 conmon[40421]: audit 2024-01-21T09:45:30.816336+0000 mon.smithi118 (mon.0) 580 : audit [DBG] 2024-01-21T09:45:31.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:30 smithi134 conmon[40421]: from='client.? 172.21.15.118:0/106237296' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-21T09:45:31.371 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182411 got 107374182414 for osd.4 2024-01-21T09:45:31.372 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-21T09:45:31.704 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/111bae68-b841-11ee-95b0-87774f69a715/mon.smithi118/config 2024-01-21T09:45:32.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:31 smithi118 conmon[35245]: cluster 2024-01-21T09:45:30.416658+0000 mgr.smithi118.lddrqf (mgr.14182) 132 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:32.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:31 smithi134 conmon[40421]: cluster 2024-01-21T09:45:30.416658+0000 mgr.smithi118.lddrqf (mgr.14182) 132 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:33.148 INFO:teuthology.orchestra.run.smithi118.stdout:133143986190 2024-01-21T09:45:33.687 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986186 got 133143986190 for osd.5 2024-01-21T09:45:33.688 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-21T09:45:34.030 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/111bae68-b841-11ee-95b0-87774f69a715/mon.smithi118/config 2024-01-21T09:45:34.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:33 smithi118 conmon[35245]: cluster 2024-01-21T09:45:32.416961+0000 mgr.smithi118.lddrqf (mgr.14182) 133 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:34.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:33 smithi118 conmon[35245]: audit 2024-01-21T09:45:33.147899+0000 mon.smithi118 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.118:0/3840513958' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-21T09:45:34.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:33 smithi134 conmon[40421]: cluster 2024-01-21T09:45:32.416961+0000 mgr.smithi118.lddrqf (mgr.14182) 133 : cluster [DBG] 2024-01-21T09:45:34.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:33 smithi134 conmon[40421]: pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:34.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:33 smithi134 conmon[40421]: audit 2024-01-21T09:45:33.147899+0000 mon.smithi118 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.118:0/3840513958' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-21T09:45:35.513 INFO:teuthology.orchestra.run.smithi118.stdout:128849018895 2024-01-21T09:45:36.037 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018891 got 128849018895 for osd.6 2024-01-21T09:45:36.037 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-21T09:45:36.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:35 smithi118 conmon[35245]: cluster 2024-01-21T09:45:34.417267+0000 mgr.smithi118.lddrqf (mgr.14182) 134 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:36.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:35 smithi118 conmon[35245]: audit 2024-01-21T09:45:35.513341+0000 mon.smithi118 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.118:0/1580874971' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-21T09:45:36.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:35 smithi134 conmon[40421]: cluster 2024-01-21T09:45:34.417267+0000 mgr.smithi118.lddrqf (mgr.14182) 134 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:36.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:35 smithi134 conmon[40421]: audit 2024-01-21T09:45:35.513341+0000 mon.smithi118 (mon.0) 582 : audit 2024-01-21T09:45:36.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:35 smithi134 conmon[40421]: [DBG] from='client.? 172.21.15.118:0/1580874971' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-21T09:45:36.372 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/111bae68-b841-11ee-95b0-87774f69a715/mon.smithi118/config 2024-01-21T09:45:37.822 INFO:teuthology.orchestra.run.smithi118.stdout:150323855374 2024-01-21T09:45:38.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:37 smithi118 conmon[35245]: cluster 2024-01-21T09:45:36.417560+0000 mgr.smithi118.lddrqf (mgr.14182) 135 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:38.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:37 smithi118 conmon[35245]: audit 2024-01-21T09:45:37.821084+0000 mon.smithi118 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.118:0/120185192' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-21T09:45:38.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:37 smithi134 conmon[40421]: cluster 2024-01-21T09:45:36.417560+0000 mgr.smithi118.lddrqf (mgr.14182) 135 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:38.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:37 smithi134 conmon[40421]: 2024-01-21T09:45:38.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:37 smithi134 conmon[40421]: audit 2024-01-21T09:45:37.821084+0000 mon.smithi118 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.118:0/120185192' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-21T09:45:38.312 INFO:tasks.cephadm.ceph_manager.ceph:need seq 150323855370 got 150323855374 for osd.7 2024-01-21T09:45:38.312 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-21T09:45:38.312 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph pg dump --format=json 2024-01-21T09:45:38.646 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/111bae68-b841-11ee-95b0-87774f69a715/mon.smithi118/config 2024-01-21T09:45:40.067 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:45:40.068 INFO:teuthology.orchestra.run.smithi118.stderr:dumped all 2024-01-21T09:45:40.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:39 smithi134 conmon[40421]: cluster 2024-01-21T09:45:38.417861+0000 mgr.smithi118.lddrqf (mgr.14182) 136 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:40.279 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:39 smithi118 conmon[35245]: cluster 2024-01-21T09:45:38.417861+0000 mgr.smithi118.lddrqf (mgr.14182) 136 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:40.687 INFO:teuthology.orchestra.run.smithi118.stdout:{"pg_ready":true,"pg_map":{"version":115,"stamp":"2024-01-21T09:45:38.417738+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":2379644,"kb_used_data":2876,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548804,"statfs":{"total":767926730752,"available":765489975296,"internally_reserved":0,"allocated":2945024,"data_stored":1146927,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":37,"state":"active+clean","last_fresh":"2024-01-21T09:44:41.816360+0000","last_change":"2024-01-21T09:44:41.816360+0000","last_active":"2024-01-21T09:44:41.816360+0000","last_peered":"2024-01-21T09:44:41.816360+0000","last_clean":"2024-01-21T09:44:41.816360+0000","last_became_active":"2024-01-21T09:44:41.816000+0000","last_became_peered":"2024-01-21T09:44:41.816000+0000","last_unstale":"2024-01-21T09:44:41.816360+0000","last_undegraded":"2024-01-21T09:44:41.816360+0000","last_fullsized":"2024-01-21T09:44:41.816360+0000","mapping_epoch":36,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":37,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-21T09:44:25.959208+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-21T09:44:25.959208+0000","last_clean_scrub_stamp":"2024-01-21T09:44:25.959208+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":35,"seq":150323855374,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297456,"kb_used_data":360,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443600,"statfs":{"total":95990841344,"available":95686246400,"internally_reserved":0,"allocated":368640,"data_stored":143452,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59199999999999997}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44900000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.626}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.435}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66400000000000003}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.496}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65000000000000002}]}]},{"osd":5,"up_from":31,"seq":133143986191,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297456,"kb_used_data":360,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443600,"statfs":{"total":95990841344,"available":95686246400,"internally_reserved":0,"allocated":368640,"data_stored":143452,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.376}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.215}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36899999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39400000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38500000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41399999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35399999999999998}]}]},{"osd":1,"up_from":19,"seq":81604378642,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297456,"kb_used_data":360,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443600,"statfs":{"total":95990841344,"available":95686246400,"internally_reserved":0,"allocated":368640,"data_stored":143452,"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":"Sun Jan 21 09:45:24 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.44800000000000001},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.51200000000000001}]},{"osd":2,"last update":"Sun Jan 21 09:45:26 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":1.01,"5min":1.01,"15min":1.01},"last":0.52200000000000002},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.92400000000000004,"5min":0.92400000000000004,"15min":0.92400000000000004},"last":0.47699999999999998}]},{"osd":3,"last update":"Sun Jan 21 09:45:28 2024","interfaces":[{"interface":"back","average":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.30099999999999999},{"interface":"front","average":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.85199999999999998,"5min":0.85199999999999998,"15min":0.85199999999999998},"last":0.34100000000000003}]},{"osd":4,"last update":"Sun Jan 21 09:45:33 2024","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":1.0429999999999999,"5min":1.0429999999999999,"15min":1.0429999999999999},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":1.1859999999999999,"5min":1.1859999999999999,"15min":1.1859999999999999},"last":0.502}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35399999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55400000000000005}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40000000000000002}]}]},{"osd":0,"up_from":16,"seq":68719476754,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297456,"kb_used_data":360,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443600,"statfs":{"total":95990841344,"available":95686246400,"internally_reserved":0,"allocated":368640,"data_stored":143452,"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":"Sun Jan 21 09:45:25 2024","interfaces":[{"interface":"back","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.495},{"interface":"front","average":{"1min":0.44,"5min":0.44,"15min":0.44},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.433}]},{"osd":2,"last update":"Sun Jan 21 09:45:28 2024","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.35999999999999999},{"interface":"front","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.32200000000000001}]},{"osd":3,"last update":"Sun Jan 21 09:45:28 2024","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.45800000000000002}]},{"osd":4,"last update":"Sun Jan 21 09:45:31 2024","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.46600000000000003}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50800000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40100000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55100000000000005}]}]},{"osd":2,"up_from":21,"seq":90194313233,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297456,"kb_used_data":360,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443600,"statfs":{"total":95990841344,"available":95686246400,"internally_reserved":0,"allocated":368640,"data_stored":143452,"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":"Sun Jan 21 09:45:24 2024","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.378},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.34999999999999998}]},{"osd":1,"last update":"Sun Jan 21 09:45:24 2024","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.47799999999999998},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.40699999999999997}]},{"osd":3,"last update":"Sun Jan 21 09:45:28 2024","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.45600000000000002},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.46700000000000003}]},{"osd":4,"last update":"Sun Jan 21 09:45:28 2024","interfaces":[{"interface":"back","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.53000000000000003},{"interface":"front","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.42199999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.499}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57499999999999996}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58899999999999997}]}]},{"osd":3,"up_from":24,"seq":103079215121,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297452,"kb_used_data":356,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443604,"statfs":{"total":95990841344,"available":95686250496,"internally_reserved":0,"allocated":364544,"data_stored":142763,"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":"Sun Jan 21 09:45:28 2024","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.93300000000000005,"5min":0.93300000000000005,"15min":0.93300000000000005},"last":0.65000000000000002},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.60999999999999999}]},{"osd":1,"last update":"Sun Jan 21 09:45:28 2024","interfaces":[{"interface":"back","average":{"1min":0.313,"5min":0.313,"15min":0.313},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"last":0.49399999999999999},{"interface":"front","average":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.42699999999999999}]},{"osd":2,"last update":"Sun Jan 21 09:45:28 2024","interfaces":[{"interface":"back","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.59799999999999998},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.90900000000000003,"5min":0.90900000000000003,"15min":0.90900000000000003},"last":0.61899999999999999}]},{"osd":4,"last update":"Sun Jan 21 09:45:32 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.628},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.98399999999999999,"5min":0.98399999999999999,"15min":0.98399999999999999},"last":0.54300000000000004}]},{"osd":5,"last update":"Sun Jan 21 09:45:36 2024","interfaces":[{"interface":"back","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"last":0.46200000000000002},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.95899999999999996,"5min":0.95899999999999996,"15min":0.95899999999999996},"last":0.47399999999999998}]},{"osd":6,"last update":"Sun Jan 21 09:45:36 2024","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":1.01,"5min":1.01,"15min":1.01},"last":0.67900000000000005},{"interface":"front","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.55000000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44800000000000001}]}]},{"osd":4,"up_from":25,"seq":107374182416,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297456,"kb_used_data":360,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443600,"statfs":{"total":95990841344,"available":95686246400,"internally_reserved":0,"allocated":368640,"data_stored":143452,"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":"Sun Jan 21 09:45:33 2024","interfaces":[{"interface":"back","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.52200000000000002},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.67100000000000004}]},{"osd":1,"last update":"Sun Jan 21 09:45:33 2024","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.48699999999999999},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.61199999999999999}]},{"osd":2,"last update":"Sun Jan 21 09:45:33 2024","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.56999999999999995},{"interface":"front","average":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.64500000000000002}]},{"osd":3,"last update":"Sun Jan 21 09:45:33 2024","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.58399999999999996},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.70199999999999996}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54500000000000004}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.751}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.78900000000000003}]}]},{"osd":6,"up_from":30,"seq":128849018895,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297456,"kb_used_data":360,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443600,"statfs":{"total":95990841344,"available":95686246400,"internally_reserved":0,"allocated":368640,"data_stored":143452,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.629}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47799999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68999999999999995}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53600000000000003}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64800000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.85999999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.89700000000000002}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-01-21T09:45:40.689 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph pg dump --format=json 2024-01-21T09:45:41.023 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/111bae68-b841-11ee-95b0-87774f69a715/mon.smithi118/config 2024-01-21T09:45:42.118 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:41 smithi118 conmon[35245]: audit 2024-01-21T09:45:40.064729+0000 mgr.smithi118.lddrqf (mgr.14182) 137 : audit [DBG] 2024-01-21T09:45:42.118 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:41 smithi118 conmon[35245]: from='client.14482 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:45:42.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:41 smithi118 conmon[35245]: cluster 2024-01-21T09:45:40.418166+0000 mgr.smithi118.lddrqf (mgr.14182) 138 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:42.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:41 smithi134 conmon[40421]: audit 2024-01-21T09:45:40.064729+0000 mgr.smithi118.lddrqf (mgr.14182) 137 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:45:42.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:41 smithi134 conmon[40421]: 2024-01-21T09:45:42.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:41 smithi134 conmon[40421]: cluster 2024-01-21T09:45:40.418166+0000 mgr.smithi118.lddrqf (mgr.14182) 138 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:42.446 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:45:42.447 INFO:teuthology.orchestra.run.smithi118.stderr:dumped all 2024-01-21T09:45:42.994 INFO:teuthology.orchestra.run.smithi118.stdout:{"pg_ready":true,"pg_map":{"version":117,"stamp":"2024-01-21T09:45:42.418346+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":2379644,"kb_used_data":2876,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548804,"statfs":{"total":767926730752,"available":765489975296,"internally_reserved":0,"allocated":2945024,"data_stored":1146927,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":37,"state":"active+clean","last_fresh":"2024-01-21T09:44:41.816360+0000","last_change":"2024-01-21T09:44:41.816360+0000","last_active":"2024-01-21T09:44:41.816360+0000","last_peered":"2024-01-21T09:44:41.816360+0000","last_clean":"2024-01-21T09:44:41.816360+0000","last_became_active":"2024-01-21T09:44:41.816000+0000","last_became_peered":"2024-01-21T09:44:41.816000+0000","last_unstale":"2024-01-21T09:44:41.816360+0000","last_undegraded":"2024-01-21T09:44:41.816360+0000","last_fullsized":"2024-01-21T09:44:41.816360+0000","mapping_epoch":36,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":37,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-21T09:44:25.959208+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-21T09:44:25.959208+0000","last_clean_scrub_stamp":"2024-01-21T09:44:25.959208+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":35,"seq":150323855375,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297456,"kb_used_data":360,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443600,"statfs":{"total":95990841344,"available":95686246400,"internally_reserved":0,"allocated":368640,"data_stored":143452,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58899999999999997}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.26700000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60199999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38600000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.628}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.376}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52900000000000003}]}]},{"osd":5,"up_from":31,"seq":133143986192,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297456,"kb_used_data":360,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443600,"statfs":{"total":95990841344,"available":95686246400,"internally_reserved":0,"allocated":368640,"data_stored":143452,"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":"Sun Jan 21 09:45:37 2024","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.39900000000000002},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.53800000000000003}]},{"osd":1,"last update":"Sun Jan 21 09:45:37 2024","interfaces":[{"interface":"back","average":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"min":{"1min":0.215,"5min":0.215,"15min":0.215},"max":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"last":0.35199999999999998},{"interface":"front","average":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"min":{"1min":0.23899999999999999,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.30299999999999999}]},{"osd":2,"last update":"Sun Jan 21 09:45:37 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.40400000000000003},{"interface":"front","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.57299999999999995}]},{"osd":3,"last update":"Sun Jan 21 09:45:37 2024","interfaces":[{"interface":"back","average":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"last":0.49099999999999999},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.624,"5min":0.624,"15min":0.624},"last":0.48099999999999998}]},{"osd":4,"last update":"Sun Jan 21 09:45:37 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.45600000000000002},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.376}]},{"osd":6,"last update":"Sun Jan 21 09:45:37 2024","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.63400000000000001},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.43099999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60299999999999998}]}]},{"osd":1,"up_from":19,"seq":81604378643,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297456,"kb_used_data":360,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443600,"statfs":{"total":95990841344,"available":95686246400,"internally_reserved":0,"allocated":368640,"data_stored":143452,"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":"Sun Jan 21 09:45:24 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.57699999999999996}]},{"osd":2,"last update":"Sun Jan 21 09:45:26 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":1.01,"5min":1.01,"15min":1.01},"last":0.501},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.92400000000000004,"5min":0.92400000000000004,"15min":0.92400000000000004},"last":0.51100000000000001}]},{"osd":3,"last update":"Sun Jan 21 09:45:28 2024","interfaces":[{"interface":"back","average":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.23300000000000001},{"interface":"front","average":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.85199999999999998,"5min":0.85199999999999998,"15min":0.85199999999999998},"last":0.28799999999999998}]},{"osd":4,"last update":"Sun Jan 21 09:45:33 2024","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":1.0429999999999999,"5min":1.0429999999999999,"15min":1.0429999999999999},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":1.1859999999999999,"5min":1.1859999999999999,"15min":1.1859999999999999},"last":0.45900000000000002}]},{"osd":5,"last update":"Sun Jan 21 09:45:38 2024","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.26800000000000002},{"interface":"front","average":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81299999999999994},"last":0.34200000000000003}]},{"osd":6,"last update":"Sun Jan 21 09:45:38 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":1.0469999999999999,"5min":1.0469999999999999,"15min":1.0469999999999999},"last":0.40300000000000002},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":1.139,"5min":1.139,"15min":1.139},"last":0.54200000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47099999999999997}]}]},{"osd":0,"up_from":16,"seq":68719476755,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297456,"kb_used_data":360,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443600,"statfs":{"total":95990841344,"available":95686246400,"internally_reserved":0,"allocated":368640,"data_stored":143452,"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":"Sun Jan 21 09:45:25 2024","interfaces":[{"interface":"back","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.64500000000000002},{"interface":"front","average":{"1min":0.44,"5min":0.44,"15min":0.44},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.59299999999999997}]},{"osd":2,"last update":"Sun Jan 21 09:45:28 2024","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.47299999999999998},{"interface":"front","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.495}]},{"osd":3,"last update":"Sun Jan 21 09:45:28 2024","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.66800000000000004},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.58599999999999997}]},{"osd":4,"last update":"Sun Jan 21 09:45:31 2024","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.65900000000000003}]},{"osd":5,"last update":"Sun Jan 21 09:45:38 2024","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.625},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.61799999999999999}]},{"osd":6,"last update":"Sun Jan 21 09:45:38 2024","interfaces":[{"interface":"back","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.54000000000000004},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.55000000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69199999999999995}]}]},{"osd":2,"up_from":21,"seq":90194313234,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297456,"kb_used_data":360,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443600,"statfs":{"total":95990841344,"available":95686246400,"internally_reserved":0,"allocated":368640,"data_stored":143452,"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":"Sun Jan 21 09:45:24 2024","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.46300000000000002}]},{"osd":1,"last update":"Sun Jan 21 09:45:24 2024","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.54200000000000004},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.50700000000000001}]},{"osd":3,"last update":"Sun Jan 21 09:45:28 2024","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.64200000000000002},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.53000000000000003}]},{"osd":4,"last update":"Sun Jan 21 09:45:28 2024","interfaces":[{"interface":"back","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.66700000000000004},{"interface":"front","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.56000000000000005}]},{"osd":5,"last update":"Sun Jan 21 09:45:40 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.58799999999999997},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.58199999999999996}]},{"osd":6,"last update":"Sun Jan 21 09:45:40 2024","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.89300000000000002,"5min":0.89300000000000002,"15min":0.89300000000000002},"last":0.60399999999999998},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.69299999999999995}]},{"osd":7,"last update":"Sun Jan 21 09:45:40 2024","interfaces":[{"interface":"back","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.71599999999999997},{"interface":"front","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.65300000000000002}]}]},{"osd":3,"up_from":24,"seq":103079215121,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297452,"kb_used_data":356,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443604,"statfs":{"total":95990841344,"available":95686250496,"internally_reserved":0,"allocated":364544,"data_stored":142763,"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":"Sun Jan 21 09:45:28 2024","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.93300000000000005,"5min":0.93300000000000005,"15min":0.93300000000000005},"last":0.65000000000000002},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.60999999999999999}]},{"osd":1,"last update":"Sun Jan 21 09:45:28 2024","interfaces":[{"interface":"back","average":{"1min":0.313,"5min":0.313,"15min":0.313},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"last":0.49399999999999999},{"interface":"front","average":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.42699999999999999}]},{"osd":2,"last update":"Sun Jan 21 09:45:28 2024","interfaces":[{"interface":"back","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.59799999999999998},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.90900000000000003,"5min":0.90900000000000003,"15min":0.90900000000000003},"last":0.61899999999999999}]},{"osd":4,"last update":"Sun Jan 21 09:45:32 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.628},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.98399999999999999,"5min":0.98399999999999999,"15min":0.98399999999999999},"last":0.54300000000000004}]},{"osd":5,"last update":"Sun Jan 21 09:45:36 2024","interfaces":[{"interface":"back","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"last":0.46200000000000002},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.95899999999999996,"5min":0.95899999999999996,"15min":0.95899999999999996},"last":0.47399999999999998}]},{"osd":6,"last update":"Sun Jan 21 09:45:36 2024","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":1.01,"5min":1.01,"15min":1.01},"last":0.67900000000000005},{"interface":"front","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.55000000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44800000000000001}]}]},{"osd":4,"up_from":25,"seq":107374182417,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297456,"kb_used_data":360,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443600,"statfs":{"total":95990841344,"available":95686246400,"internally_reserved":0,"allocated":368640,"data_stored":143452,"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":"Sun Jan 21 09:45:33 2024","interfaces":[{"interface":"back","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.52200000000000002},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.67100000000000004}]},{"osd":1,"last update":"Sun Jan 21 09:45:33 2024","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.48699999999999999},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.61199999999999999}]},{"osd":2,"last update":"Sun Jan 21 09:45:33 2024","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.56999999999999995},{"interface":"front","average":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.64500000000000002}]},{"osd":3,"last update":"Sun Jan 21 09:45:33 2024","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.58399999999999996},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.70199999999999996}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54500000000000004}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.751}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.78900000000000003}]}]},{"osd":6,"up_from":30,"seq":128849018896,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297456,"kb_used_data":360,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443600,"statfs":{"total":95990841344,"available":95686246400,"internally_reserved":0,"allocated":368640,"data_stored":143452,"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":"Sun Jan 21 09:45:36 2024","interfaces":[{"interface":"back","average":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.33800000000000002},{"interface":"front","average":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.625,"5min":0.625,"15min":0.625},"last":0.42899999999999999}]},{"osd":1,"last update":"Sun Jan 21 09:45:36 2024","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.53600000000000003},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.46200000000000002}]},{"osd":2,"last update":"Sun Jan 21 09:45:36 2024","interfaces":[{"interface":"back","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.56599999999999995},{"interface":"front","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.50700000000000001}]},{"osd":3,"last update":"Sun Jan 21 09:45:36 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.45000000000000001},{"interface":"front","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.52000000000000002}]},{"osd":4,"last update":"Sun Jan 21 09:45:36 2024","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.55500000000000005},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.60399999999999998}]},{"osd":5,"last update":"Sun Jan 21 09:45:36 2024","interfaces":[{"interface":"back","average":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.59199999999999997},{"interface":"front","average":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.58099999999999996}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-01-21T09:45:42.996 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-21T09:45:42.996 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-21T09:45:42.996 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-21T09:45:42.996 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T09:45:43.329 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/111bae68-b841-11ee-95b0-87774f69a715/mon.smithi118/config 2024-01-21T09:45:44.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:43 smithi118 conmon[35245]: cluster 2024-01-21T09:45:42.418504+0000 mgr.smithi118.lddrqf (mgr.14182) 139 2024-01-21T09:45:44.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:43 smithi118 conmon[35245]: : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:44.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:43 smithi118 conmon[35245]: audit 2024-01-21T09:45:42.443184+0000 mgr.smithi118.lddrqf (mgr.14182) 140 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:45:44.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:43 smithi134 conmon[40421]: cluster 2024-01-21T09:45:42.418504+0000 mgr.smithi118.lddrqf (mgr.14182) 139 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:44.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:43 smithi134 conmon[40421]: audit 2024-01-21T09:45:42.443184+0000 mgr.smithi118.lddrqf (mgr.14182) 140 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:45:44.775 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:45:45.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:44 smithi118 conmon[35245]: audit 2024-01-21T09:45:44.774463+0000 mon.smithi118 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.118:0/636271790' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T09:45:45.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:44 smithi134 conmon[40421]: audit 2024-01-21T09:45:44.774463+0000 mon.smithi118 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.118:0/636271790' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T09:45:45.268 INFO:teuthology.orchestra.run.smithi118.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-21T09:45:45.269 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-21T09:45:45.269 INFO:tasks.cephadm:Setup complete, yielding 2024-01-21T09:45:45.269 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-21T09:45:45.279 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi118.front.sepia.ceph.com 2024-01-21T09:45:45.280 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- bash -c 'ceph orch status' 2024-01-21T09:45:45.978 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:45 smithi118 conmon[35245]: cluster 2024-01-21T09:45:44.418876+0000 mgr.smithi118.lddrqf (mgr.14182) 141 2024-01-21T09:45:45.979 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:45 smithi118 conmon[35245]: : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:46.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:45 smithi134 conmon[40421]: cluster 2024-01-21T09:45:44.418876+0000 mgr.smithi118.lddrqf (mgr.14182) 141 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:46.988 INFO:teuthology.orchestra.run.smithi118.stdout:Backend: cephadm 2024-01-21T09:45:46.988 INFO:teuthology.orchestra.run.smithi118.stdout:Available: Yes 2024-01-21T09:45:46.988 INFO:teuthology.orchestra.run.smithi118.stdout:Paused: No 2024-01-21T09:45:47.518 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- bash -c 'ceph orch ps' 2024-01-21T09:45:48.112 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:47 smithi118 conmon[35245]: cluster 2024-01-21T09:45:46.419200+0000 mgr.smithi118.lddrqf (mgr.14182) 142 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:48.112 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:47 smithi118 conmon[35245]: audit 2024-01-21T09:45:46.988112+0000 mgr.smithi118.lddrqf (mgr.14182) 143 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:45:48.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:47 smithi134 conmon[40421]: cluster 2024-01-21T09:45:46.419200+0000 mgr.smithi118.lddrqf (mgr.14182) 142 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:48.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:47 smithi134 conmon[40421]: audit 2024-01-21T09:45:46.988112+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T09:45:48.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:47 smithi134 conmon[40421]: ) 143 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:45:49.221 INFO:teuthology.orchestra.run.smithi118.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-21T09:45:49.221 INFO:teuthology.orchestra.run.smithi118.stdout:alertmanager.smithi118 smithi118 *:9093,9094 running (2m) 65s ago 3m 18.0M - 0.23.0 ba2b418f427c 83d1d0ea4e20 2024-01-21T09:45:49.221 INFO:teuthology.orchestra.run.smithi118.stdout:crash.smithi118 smithi118 running (3m) 65s ago 3m 7298k - 16.2.14-454-gea310589 9b28eb2d7c37 6c4bf8604e9a 2024-01-21T09:45:49.221 INFO:teuthology.orchestra.run.smithi118.stdout:crash.smithi134 smithi134 running (2m) 68s ago 2m 7415k - 16.2.14-454-gea310589 9b28eb2d7c37 42a3b4c31794 2024-01-21T09:45:49.221 INFO:teuthology.orchestra.run.smithi118.stdout:grafana.smithi118 smithi118 *:3000 running (2m) 65s ago 3m 46.0M - 8.3.5 dad864ee21e9 c68231e48af3 2024-01-21T09:45:49.221 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.smithi118.lddrqf smithi118 *:9283 running (4m) 65s ago 4m 444M - 16.2.14-454-gea310589 9b28eb2d7c37 5d39abb17bcf 2024-01-21T09:45:49.221 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.smithi134.papjbv smithi134 *:8443,9283 running (2m) 68s ago 2m 393M - 16.2.14-454-gea310589 9b28eb2d7c37 d395e3e841d6 2024-01-21T09:45:49.221 INFO:teuthology.orchestra.run.smithi118.stdout:mon.smithi118 smithi118 running (4m) 65s ago 4m 75.0M 2048M 16.2.14-454-gea310589 9b28eb2d7c37 3b03e47ed3ba 2024-01-21T09:45:49.221 INFO:teuthology.orchestra.run.smithi118.stdout:mon.smithi134 smithi134 running (2m) 68s ago 2m 65.3M 2048M 16.2.14-454-gea310589 9b28eb2d7c37 d7e0d710e2ba 2024-01-21T09:45:49.221 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.smithi118 smithi118 *:9100 running (3m) 65s ago 3m 23.0M - 1.3.1 1dbe0e931976 0f9d03ad7fd8 2024-01-21T09:45:49.222 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.smithi134 smithi134 *:9100 running (2m) 68s ago 2m 23.7M - 1.3.1 1dbe0e931976 9b057740566a 2024-01-21T09:45:49.222 INFO:teuthology.orchestra.run.smithi118.stdout:osd.0 smithi134 running (95s) 68s ago 95s 33.9M 3990M 16.2.14-454-gea310589 9b28eb2d7c37 dc1418f4825b 2024-01-21T09:45:49.222 INFO:teuthology.orchestra.run.smithi118.stdout:osd.1 smithi118 running (92s) 65s ago 92s 31.8M 3222M 16.2.14-454-gea310589 9b28eb2d7c37 b0b026ab041e 2024-01-21T09:45:49.222 INFO:teuthology.orchestra.run.smithi118.stdout:osd.2 smithi134 running (90s) 68s ago 90s 31.8M 3990M 16.2.14-454-gea310589 9b28eb2d7c37 b132b726817a 2024-01-21T09:45:49.222 INFO:teuthology.orchestra.run.smithi118.stdout:osd.3 smithi118 running (87s) 65s ago 86s 31.8M 3222M 16.2.14-454-gea310589 9b28eb2d7c37 487f3d22b34c 2024-01-21T09:45:49.222 INFO:teuthology.orchestra.run.smithi118.stdout:osd.4 smithi134 running (85s) 68s ago 85s 30.7M 3990M 16.2.14-454-gea310589 9b28eb2d7c37 27274df58871 2024-01-21T09:45:49.222 INFO:teuthology.orchestra.run.smithi118.stdout:osd.5 smithi118 running (80s) 65s ago 79s 30.5M 3222M 16.2.14-454-gea310589 9b28eb2d7c37 af7faf7c5d1f 2024-01-21T09:45:49.222 INFO:teuthology.orchestra.run.smithi118.stdout:osd.6 smithi134 running (81s) 68s ago 80s 30.5M 3990M 16.2.14-454-gea310589 9b28eb2d7c37 710ef9029933 2024-01-21T09:45:49.222 INFO:teuthology.orchestra.run.smithi118.stdout:osd.7 smithi118 running (74s) 65s ago 74s 28.0M 3222M 16.2.14-454-gea310589 9b28eb2d7c37 f668f0f4038e 2024-01-21T09:45:49.222 INFO:teuthology.orchestra.run.smithi118.stdout:prometheus.smithi118 smithi118 *:9095 running (2m) 65s ago 2m 43.1M - 2.33.4 514e6a882f6e be67a51a3fa8 2024-01-21T09:45:49.786 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- bash -c 'ceph orch ls' 2024-01-21T09:45:50.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:49 smithi118 conmon[35245]: cluster 2024-01-21T09:45:48.419692+0000 mgr.smithi118.lddrqf (mgr.14182) 144 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:50.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:49 smithi134 conmon[40421]: cluster 2024-01-21T09:45:48.419692+0000 mgr.smithi118.lddrqf (mgr.14182) 144 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:51.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:50 smithi118 conmon[35245]: audit 2024-01-21T09:45:49.213061+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:45:51.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:50 smithi118 conmon[35245]: 145 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:45:51.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:50 smithi134 conmon[40421]: audit 2024-01-21T09:45:49.213061+0000 mgr.smithi118.lddrqf (mgr.14182) 145 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:45:51.499 INFO:teuthology.orchestra.run.smithi118.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-01-21T09:45:51.499 INFO:teuthology.orchestra.run.smithi118.stdout:alertmanager ?:9093,9094 1/1 67s ago 4m count:1 2024-01-21T09:45:51.500 INFO:teuthology.orchestra.run.smithi118.stdout:crash 2/2 71s ago 4m * 2024-01-21T09:45:51.500 INFO:teuthology.orchestra.run.smithi118.stdout:grafana ?:3000 1/1 67s ago 4m count:1 2024-01-21T09:45:51.500 INFO:teuthology.orchestra.run.smithi118.stdout:mgr 2/2 71s ago 4m count:2 2024-01-21T09:45:51.500 INFO:teuthology.orchestra.run.smithi118.stdout:mon 2/2 71s ago 2m smithi118:172.21.15.118=smithi118;smithi134:172.21.15.134=smithi134;count:2 2024-01-21T09:45:51.500 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter ?:9100 2/2 71s ago 4m * 2024-01-21T09:45:51.500 INFO:teuthology.orchestra.run.smithi118.stdout:osd.all-available-devices 8 71s ago 2m * 2024-01-21T09:45:51.500 INFO:teuthology.orchestra.run.smithi118.stdout:prometheus ?:9095 1/1 67s ago 4m count:1 2024-01-21T09:45:52.026 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- bash -c 'ceph orch host ls' 2024-01-21T09:45:52.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:51 smithi134 conmon[40421]: cluster 2024-01-21T09:45:50.420159+0000 mgr.smithi118.lddrqf (mgr.14182) 146 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:52.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:51 smithi118 conmon[35245]: cluster 2024-01-21T09:45:50.420159+0000 mgr.smithi118.lddrqf (mgr 2024-01-21T09:45:52.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:51 smithi118 conmon[35245]: .14182) 146 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:53.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:52 smithi118 conmon[35245]: audit 2024-01-21T09:45:51.495962+0000 mgr.smithi118.lddrqf (mgr.14182) 147 2024-01-21T09:45:53.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:52 smithi118 conmon[35245]: : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:45:53.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:52 smithi134 conmon[40421]: audit 2024-01-21T09:45:51.495962+0000 mgr.smithi118.lddrqf (mgr.14182) 147 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:45:53.758 INFO:teuthology.orchestra.run.smithi118.stdout:HOST ADDR LABELS STATUS 2024-01-21T09:45:53.759 INFO:teuthology.orchestra.run.smithi118.stdout:smithi118 172.21.15.118 2024-01-21T09:45:53.759 INFO:teuthology.orchestra.run.smithi118.stdout:smithi134 172.21.15.134 2024-01-21T09:45:53.759 INFO:teuthology.orchestra.run.smithi118.stdout:2 hosts in cluster 2024-01-21T09:45:54.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:53 smithi118 conmon[35245]: cluster 2024-01-21T09:45:52.420528+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:45:54.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:53 smithi118 conmon[35245]: 148 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:54.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:53 smithi134 conmon[40421]: cluster 2024-01-21T09:45:52.420528+0000 mgr.smithi118.lddrqf (mgr.14182) 148 2024-01-21T09:45:54.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:53 smithi134 conmon[40421]: : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:54.368 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- bash -c 'ceph orch device ls' 2024-01-21T09:45:55.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:54 smithi118 conmon[35245]: audit 2024-01-21T09:45:53.758108+0000 mgr.smithi118.lddrqf (mgr.14182) 149 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:45:55.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:54 smithi134 conmon[40421]: audit 2024-01-21T09:45:53.758108+0000 mgr.smithi118.lddrqf (mgr.14182) 149 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:45:56.067 INFO:teuthology.orchestra.run.smithi118.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-21T09:45:56.067 INFO:teuthology.orchestra.run.smithi118.stdout:smithi118 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB747500JS480DGN 447G 68s ago Has a FileSystem, LVM detected 2024-01-21T09:45:56.068 INFO:teuthology.orchestra.run.smithi118.stdout:smithi118 /dev/nvme1n1 ssd Linux_0b3276aff30f8eabd0f0 89.4G 68s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T09:45:56.068 INFO:teuthology.orchestra.run.smithi118.stdout:smithi118 /dev/nvme2n1 ssd Linux_5540529ef695413761e2 89.4G 68s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T09:45:56.068 INFO:teuthology.orchestra.run.smithi118.stdout:smithi118 /dev/nvme3n1 ssd Linux_fae90d8f068dda53a0a3 89.4G 68s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T09:45:56.068 INFO:teuthology.orchestra.run.smithi118.stdout:smithi118 /dev/nvme4n1 ssd Linux_6fc647bf2a7de6939281 89.4G 68s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T09:45:56.068 INFO:teuthology.orchestra.run.smithi118.stdout:smithi134 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT62420002400BGN 372G 72s ago Has a FileSystem, LVM detected 2024-01-21T09:45:56.068 INFO:teuthology.orchestra.run.smithi118.stdout:smithi134 /dev/nvme1n1 ssd Linux_98720a2a73e5365d91e3 89.4G 72s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T09:45:56.068 INFO:teuthology.orchestra.run.smithi118.stdout:smithi134 /dev/nvme2n1 ssd Linux_4534b600524746499f10 89.4G 72s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T09:45:56.068 INFO:teuthology.orchestra.run.smithi118.stdout:smithi134 /dev/nvme3n1 ssd Linux_1415ecdfa30333973f15 89.4G 72s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T09:45:56.068 INFO:teuthology.orchestra.run.smithi118.stdout:smithi134 /dev/nvme4n1 ssd Linux_ac1bbfbc338d3c6edb0e 89.4G 72s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T09:45:56.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:55 smithi134 conmon[40421]: cluster 2024-01-21T09:45:54.420815+0000 mgr.smithi118.lddrqf (mgr.14182) 150 : cluster 2024-01-21T09:45:56.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:55 smithi134 conmon[40421]: [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:56.235 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:55 smithi118 conmon[35245]: cluster 2024-01-21T09:45:54.420815+0000 2024-01-21T09:45:56.235 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:55 smithi118 conmon[35245]: mgr.smithi118.lddrqf (mgr.14182) 150 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:56.677 INFO:teuthology.run_tasks:Running task vip... 2024-01-21T09:45:56.687 INFO:tasks.vip:Allocating static IPs for each host... 2024-01-21T09:45:56.687 INFO:tasks.vip:peername 172.21.15.118 2024-01-21T09:45:56.690 INFO:tasks.vip:172.21.15.118 in 172.21.0.0/20, pos 3957 2024-01-21T09:45:56.695 INFO:tasks.vip:smithi118.front.sepia.ceph.com static 10.0.15.118, vnet 10.0.0.0/16 2024-01-21T09:45:56.695 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-01-21T09:45:56.695 DEBUG:teuthology.orchestra.run.smithi118:> sudo ip route ls 2024-01-21T09:45:56.726 INFO:teuthology.orchestra.run.smithi118.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-01-21T09:45:56.726 INFO:teuthology.orchestra.run.smithi118.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.118 metric 100 2024-01-21T09:45:56.727 INFO:tasks.vip:Configuring 10.0.15.118 on smithi118.front.sepia.ceph.com iface enp3s0f1... 2024-01-21T09:45:56.727 DEBUG:teuthology.orchestra.run.smithi118:> sudo ip addr add 10.0.15.118/16 dev enp3s0f1 2024-01-21T09:45:56.796 INFO:tasks.vip:peername 172.21.15.134 2024-01-21T09:45:56.802 INFO:tasks.vip:172.21.15.134 in 172.21.0.0/20, pos 3973 2024-01-21T09:45:56.809 INFO:tasks.vip:smithi134.front.sepia.ceph.com static 10.0.15.134, vnet 10.0.0.0/16 2024-01-21T09:45:56.809 DEBUG:teuthology.orchestra.run.smithi134:> sudo ip route ls 2024-01-21T09:45:56.848 INFO:teuthology.orchestra.run.smithi134.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-01-21T09:45:56.848 INFO:teuthology.orchestra.run.smithi134.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.134 metric 100 2024-01-21T09:45:56.849 INFO:tasks.vip:Configuring 10.0.15.134 on smithi134.front.sepia.ceph.com iface enp3s0f1... 2024-01-21T09:45:56.849 DEBUG:teuthology.orchestra.run.smithi134:> sudo ip addr add 10.0.15.134/16 dev enp3s0f1 2024-01-21T09:45:56.921 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-21T09:45:56.930 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi118.front.sepia.ceph.com 2024-01-21T09:45:56.930 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-01-21T09:45:58.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:57 smithi118 conmon[35245]: audit 2024-01-21T09:45:56.063580+0000 mgr.smithi118.lddrqf (mgr.14182) 151 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:45:58.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:57 smithi118 conmon[35245]: cluster 2024-01-21T09:45:56.421378+0000 mgr.smithi118.lddrqf (mgr.14182) 152 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:58.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:57 smithi134 conmon[40421]: audit 2024-01-21T09:45:56.063580+0000 mgr.smithi118.lddrqf (mgr.14182) 151 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:45:58.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:57 smithi134 conmon[40421]: 2024-01-21T09:45:58.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:57 smithi134 conmon[40421]: cluster 2024-01-21T09:45:56.421378+0000 mgr.smithi118.lddrqf (mgr.14182) 152 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:45:58.801 INFO:teuthology.orchestra.run.smithi118.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-21T09:45:58.802 INFO:teuthology.orchestra.run.smithi118.stdout:smithi118 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB747500JS480DGN 447G 70s ago Has a FileSystem, LVM detected 2024-01-21T09:45:58.802 INFO:teuthology.orchestra.run.smithi118.stdout:smithi118 /dev/nvme1n1 ssd Linux_0b3276aff30f8eabd0f0 89.4G 70s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T09:45:58.802 INFO:teuthology.orchestra.run.smithi118.stdout:smithi118 /dev/nvme2n1 ssd Linux_5540529ef695413761e2 89.4G 70s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T09:45:58.802 INFO:teuthology.orchestra.run.smithi118.stdout:smithi118 /dev/nvme3n1 ssd Linux_fae90d8f068dda53a0a3 89.4G 70s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T09:45:58.802 INFO:teuthology.orchestra.run.smithi118.stdout:smithi118 /dev/nvme4n1 ssd Linux_6fc647bf2a7de6939281 89.4G 70s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T09:45:58.802 INFO:teuthology.orchestra.run.smithi118.stdout:smithi134 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT62420002400BGN 372G 74s ago Has a FileSystem, LVM detected 2024-01-21T09:45:58.802 INFO:teuthology.orchestra.run.smithi118.stdout:smithi134 /dev/nvme1n1 ssd Linux_98720a2a73e5365d91e3 89.4G 74s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T09:45:58.802 INFO:teuthology.orchestra.run.smithi118.stdout:smithi134 /dev/nvme2n1 ssd Linux_4534b600524746499f10 89.4G 74s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T09:45:58.802 INFO:teuthology.orchestra.run.smithi118.stdout:smithi134 /dev/nvme3n1 ssd Linux_1415ecdfa30333973f15 89.4G 74s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T09:45:58.802 INFO:teuthology.orchestra.run.smithi118.stdout:smithi134 /dev/nvme4n1 ssd Linux_ac1bbfbc338d3c6edb0e 89.4G 74s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T09:45:59.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:58 smithi118 conmon[35245]: audit 2024-01-21T09:45:58.844821+0000 mon.smithi118 (mon.0 2024-01-21T09:45:59.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:58 smithi118 conmon[35245]: ) 585 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:45:59.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:58 smithi134 conmon[40421]: audit 2024-01-21T09:45:58.844821+0000 mon.smithi118 (mon.0) 585 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:45:59.365 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-01-21T09:45:59.375 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.118/16' 2024-01-21T09:45:59.376 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch apply -i - 2024-01-21T09:46:00.147 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:59 smithi118 conmon[35245]: cluster 2024-01-21T09:45:58.421663+0000 mgr.smithi118.lddrqf (mgr.14182) 153 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:00.147 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:45:59 smithi118 conmon[35245]: audit 2024-01-21T09:45:58.799572+0000 mgr.smithi118.lddrqf (mgr.14182) 154 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:46:00.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:59 smithi134 conmon[40421]: cluster 2024-01-21T09:45:58.421663+0000 mgr.smithi118.lddrqf 2024-01-21T09:46:00.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:59 smithi134 conmon[40421]: (mgr.14182) 153 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:00.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:45:59 smithi134 conmon[40421]: audit 2024-01-21T09:45:58.799572+0000 mgr.smithi118.lddrqf (mgr.14182) 154 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:46:01.374 INFO:teuthology.orchestra.run.smithi118.stdout:Scheduled rgw.foo update... 2024-01-21T09:46:01.374 INFO:teuthology.orchestra.run.smithi118.stdout:Scheduled ingress.rgw.foo update... 2024-01-21T09:46:01.696 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:01 smithi118 conmon[35245]: cluster 2024-01-21T09:46:00.422147+0000 mgr.smithi118.lddrqf (mgr.14182) 155 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:01.696 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:01 smithi118 conmon[35245]: audit 2024-01-21T09:46:00.518465+0000 mon.smithi118 (mon.0) 586 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:01.696 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:01 smithi118 conmon[35245]: audit 2024-01-21T09:46:01.369610+0000 mon.smithi118 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:01.696 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:01 smithi118 conmon[35245]: audit 2024-01-21T09:46:01.373141+0000 mon.smithi118 (mon.0) 588 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:01.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:01 smithi134 conmon[40421]: cluster 2024-01-21T09:46:00.422147+0000 mgr.smithi118.lddrqf (mgr.14182) 155 : 2024-01-21T09:46:01.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:01 smithi134 conmon[40421]: cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:01.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:01 smithi134 conmon[40421]: audit 2024-01-21T09:46:00.518465+0000 mon.smithi118 (mon.0) 586 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:01.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:01 smithi134 conmon[40421]: audit 2024-01-21T09:46:01.369610+0000 mon.smithi118 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:01.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:01 smithi134 conmon[40421]: audit 2024-01-21T09:46:01.373141+0000 mon.smithi118 (mon.0) 588 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:02.124 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-21T09:46:02.133 INFO:tasks.cephadm:Waiting for ceph service rgw.foo to start (timeout 300)... 2024-01-21T09:46:02.134 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:46:02.799 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:02 smithi118 conmon[35245]: audit 2024-01-21T09:46:01.361451+0000 mgr.smithi118.lddrqf (mgr.14182) 156 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:46:02.799 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:02 smithi118 conmon[35245]: cephadm 2024-01-21T09:46:01.365570+0000 mgr.smithi118.lddrqf (mgr.14182) 157 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-01-21T09:46:02.799 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:02 smithi118 conmon[35245]: cephadm 2024-01-21T09:46:01.370106+0000 mgr.smithi118.lddrqf (mgr.14182) 158 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2024-01-21T09:46:02.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:02 smithi134 conmon[40421]: audit 2024-01-21T09:46:01.361451+0000 mgr.smithi118.lddrqf (mgr.14182) 156 : audit 2024-01-21T09:46:02.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:02 smithi134 conmon[40421]: [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T09:46:02.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:02 smithi134 conmon[40421]: cephadm 2024-01-21T09:46:01.365570+0000 mgr.smithi118.lddrqf (mgr.14182) 157 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-01-21T09:46:02.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:02 smithi134 conmon[40421]: cephadm 2024-01-21T09:46:01.370106+0000 mgr.smithi118.lddrqf (mgr.14182) 158 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2024-01-21T09:46:04.298 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:46:04.298 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:01.365587Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:46:04.319 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:03 smithi118 conmon[35245]: cluster 2024-01-21T09:46:02.422692+0000 mgr.smithi118.lddrqf (mgr.14182) 159 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:04.320 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:03 smithi118 conmon[35245]: audit 2024-01-21T09:46:02.972077+0000 mon.smithi118 (mon.0) 589 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:04.320 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:03 smithi118 conmon[35245]: audit 2024-01-21T09:46:03.762547+0000 mon.smithi118 (mon.0) 590 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:04.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:03 smithi134 conmon[40421]: cluster 2024-01-21T09:46:02.422692+0000 mgr.smithi118.lddrqf (mgr.14182) 159 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:04.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:03 smithi134 conmon[40421]: audit 2024-01-21T09:46:02.972077+0000 mon.smithi118 (mon.0) 589 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:04.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:03 smithi134 conmon[40421]: audit 2024-01-21T09:46:03.762547+0000 mon.smithi118 (mon.0) 590 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:05.040 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:46:06.040 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:46:06.283 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:05 smithi118 conmon[35245]: audit 2024-01-21T09:46:04.295116+0000 mgr.smithi118.lddrqf (mgr.14182) 160 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:46:06.283 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:05 smithi118 conmon[35245]: cluster 2024-01-21T09:46:04.423080+0000 mgr.smithi118.lddrqf (mgr.14182) 161 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:06.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:05 smithi134 conmon[40421]: audit 2024-01-21T09:46:04.295116+0000 mgr.smithi118.lddrqf (mgr.14182) 160 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:46:06.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:05 smithi134 conmon[40421]: cluster 2024-01-21T09:46:04. 2024-01-21T09:46:06.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:05 smithi134 conmon[40421]: 423080+0000 mgr.smithi118.lddrqf (mgr.14182) 161 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:08.237 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:46:08.237 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:46:08.329 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:08 smithi134 conmon[40421]: cluster 2024-01-21T09:46:06.423397+0000 mgr.smithi118.lddrqf (mgr.14182) 162 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:08.330 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:08 smithi134 conmon[40421]: audit 2024-01-21T09:46:07.030256+0000 mon.smithi118 (mon.0) 591 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:08.330 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:08 smithi134 conmon[40421]: audit 2024-01-21T09:46:07.592467+0000 mon.smithi118 (mon.0) 592 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:46:08.330 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:08 smithi134 conmon[40421]: audit 2024-01-21T09:46:07.593124+0000 mon.smithi118 (mon.0) 593 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:46:08.330 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:08 smithi134 conmon[40421]: audit 2024-01-21T09:46:07.597099+0000 mon.smithi118 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:08.330 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:08 smithi134 conmon[40421]: audit 2024-01-21T09:46:07.600460+0000 mon.smithi118 (mon.0) 595 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:46:08.330 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:08 smithi134 conmon[40421]: audit 2024-01-21T09:46:07.606755+0000 mon.smithi118 (mon.0) 596 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:08.330 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:08 smithi134 conmon[40421]: audit 2024-01-21T09:46:07.607160+0000 mon.smithi118 (mon.0) 597 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi134.qinovk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T09:46:08.330 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:08 smithi134 conmon[40421]: audit 2024-01-21T09:46:07.609584+0000 mon.smithi118 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi134.qinovk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T09:46:08.330 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:08 smithi134 conmon[40421]: audit 2024-01-21T09:46:07.612484+0000 mon.smithi118 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:08.330 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:08 smithi134 conmon[40421]: audit 2024-01-21T09:46:07.612981+0000 mon.smithi118 (mon.0) 600 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:46:08.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:08 smithi118 conmon[35245]: cluster 2024-01-21T09:46:06.423397+0000 mgr.smithi118.lddrqf (mgr.14182) 162 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:08.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:08 smithi118 conmon[35245]: audit 2024-01-21T09:46:07.030256+0000 mon.smithi118 (mon.0) 591 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:08.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:08 smithi118 conmon[35245]: audit 2024-01-21T09:46:07.592467+0000 mon.smithi118 (mon.0) 592 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:46:08.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:08 smithi118 conmon[35245]: audit 2024-01-21T09:46:07.593124+0000 mon.smithi118 (mon.0) 593 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:46:08.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:08 smithi118 conmon[35245]: audit 2024-01-21T09:46:07.597099+0000 mon.smithi118 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:08.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:08 smithi118 conmon[35245]: audit 2024-01-21T09:46:07.600460+0000 mon.smithi118 (mon.0) 595 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:46:08.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:08 smithi118 conmon[35245]: audit 2024-01-21T09:46:07.606755+0000 mon.smithi118 (mon.0) 596 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:08.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:08 smithi118 conmon[35245]: audit 2024-01-21T09:46:07.607160+0000 mon.smithi118 (mon.0) 597 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi134.qinovk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T09:46:08.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:08 smithi118 conmon[35245]: audit 2024-01-21T09:46:07 2024-01-21T09:46:08.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:08 smithi118 conmon[35245]: .609584+0000 mon.smithi118 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi134.qinovk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T09:46:08.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:08 smithi118 conmon[35245]: audit 2024-01-21T09:46:07.612484+0000 mon.smithi118 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:08.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:08 smithi118 conmon[35245]: audit 2024-01-21T09:46:07.612981+0000 mon.smithi118 (mon.0) 600 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:46:08.790 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:46:09.159 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:09 smithi134 conmon[40421]: cephadm 2024-01-21T09:46:07.604351+0000 mgr.smithi118.lddrqf (mgr.14182) 163 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-01-21T09:46:09.159 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:09 smithi134 conmon[40421]: cephadm 2024-01-21T09:46:07.613425+0000 mgr.smithi118.lddrqf (mgr.14182) 164 : cephadm [INF] Deploying daemon rgw.foo.smithi134.qinovk on smithi134 2024-01-21T09:46:09.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:09 smithi118 conmon[35245]: cephadm 2024-01-21T09:46:07.604351+0000 mgr.smithi118.lddrqf (mgr.14182) 163 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-01-21T09:46:09.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:09 smithi118 conmon[35245]: cephadm 2024-01-21T09:46:07.613425+0000 mgr.smithi118.lddrqf (mgr. 2024-01-21T09:46:09.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:09 smithi118 conmon[35245]: 14182) 164 : cephadm [INF] Deploying daemon rgw.foo.smithi134.qinovk on smithi134 2024-01-21T09:46:09.791 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:46:10.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:10 smithi118 conmon[35245]: audit 2024-01-21T09:46:08.233547+0000 mgr.smithi118.lddrqf (mgr.14182) 165 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:46:10.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:10 smithi118 conmon[35245]: cluster 2024-01-21T09:46:08.423705+0000 mgr.smithi118.lddrqf (mgr.14182) 166 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:10.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:10 smithi118 conmon[35245]: audit 2024-01-21T09:46:09.949355+0000 mon.smithi118 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:10.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:10 smithi118 conmon[35245]: audit 2024-01-21T09:46:09.950490+0000 mon.smithi118 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi118.aeoean", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T09:46:10.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:10 smithi118 conmon[35245]: audit 2024-01-21T09:46:09.953189+0000 mon.smithi118 (mon.0) 603 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi118.aeoean", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T09:46:10.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:10 smithi118 conmon[35245]: audit 2024-01-21T09:46:09.956391+0000 mon.smithi118 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:10.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:10 smithi118 conmon[35245]: audit 2024-01-21T09:46:09.957005+0000 mon.smithi118 (mon.0) 605 : audit 2024-01-21T09:46:10.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:10 smithi118 conmon[35245]: [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:46:10.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:10 smithi134 conmon[40421]: audit 2024-01-21T09:46:08.233547+0000 mgr.smithi118.lddrqf (mgr.14182) 165 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:46:10.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:10 smithi134 conmon[40421]: cluster 2024-01-21T09:46:08 2024-01-21T09:46:10.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:10 smithi134 conmon[40421]: .423705+0000 mgr.smithi118.lddrqf (mgr.14182) 166 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:10.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:10 smithi134 conmon[40421]: audit 2024-01-21T09:46:09.949355+0000 mon.smithi118 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:10.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:10 smithi134 conmon[40421]: audit 2024-01-21T09:46:09.950490+0000 mon.smithi118 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi118.aeoean", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T09:46:10.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:10 smithi134 conmon[40421]: audit 2024-01-21T09:46:09.953189+0000 mon.smithi118 (mon.0) 603 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi118.aeoean", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T09:46:10.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:10 smithi134 conmon[40421]: audit 2024-01-21T09:46:09.956391+0000 mon.smithi118 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:10.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:10 smithi134 conmon[40421]: audit 2024-01-21T09:46:09.957005+0000 mon.smithi118 (mon.0) 605 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:46:11.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:11 smithi118 conmon[35245]: cephadm 2024-01-21T09:46:09.957539+0000 mgr.smithi118.lddrqf (mgr.14182) 167 : cephadm [INF] Deploying daemon rgw.foo.smithi118.aeoean on smithi118 2024-01-21T09:46:11.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:11 smithi118 conmon[35245]: 2024-01-21T09:46:11.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:11 smithi118 conmon[35245]: cluster 2024-01-21T09:46:10.041234+0000 mon.smithi118 (mon.0) 606 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-21T09:46:11.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:11 smithi118 conmon[35245]: audit 2024-01-21T09:46:10.043592+0000 mon.smithi134 (mon.1) 19 : audit [INF] from='client.? 172.21.15.134:0/3232139701' entity='client.rgw.foo.smithi134.qinovk' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-21T09:46:11.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:11 smithi118 conmon[35245]: audit 2024-01-21T09:46:10.046382+0000 mon.smithi118 (mon.0) 607 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.qinovk' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-21T09:46:11.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:11 smithi134 conmon[40421]: cephadm 2024-01-21T09:46:09.957539+0000 mgr.smithi118.lddrqf (mgr.14182) 167 : cephadm [INF] Deploying daemon rgw.foo.smithi118.aeoean on smithi118 2024-01-21T09:46:11.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:11 smithi134 conmon[40421]: cluster 2024-01-21T09:46:10.041234+0000 mon.smithi118 (mon.0) 606 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-21T09:46:11.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:11 smithi134 conmon[40421]: audit 2024-01-21T09:46:10.043592+0000 mon.smithi134 (mon.1) 19 : audit [INF] from='client.? 172.21.15.134:0/3232139701' entity='client.rgw.foo.smithi134.qinovk' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-21T09:46:11.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:11 smithi134 conmon[40421]: audit 2024- 2024-01-21T09:46:11.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:11 smithi134 conmon[40421]: 01-21T09:46:10.046382+0000 mon.smithi118 (mon.0) 607 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.qinovk' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-21T09:46:12.048 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:12 smithi118 conmon[35245]: cluster 2024-01-21T09:46:10.424057+0000 mgr.smithi118.lddrqf (mgr.14182) 168 : cluster [DBG] pgmap v132: 33 pgs: 4 creating+peering, 28 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:12.049 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:12 smithi118 conmon[35245]: audit 2024-01-21T09:46:11.047778+0000 mon.smithi118 (mon.0) 608 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.qinovk' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-21T09:46:12.049 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:12 smithi118 conmon[35245]: cluster 2024-01-21T09:46:11.047910+0000 mon.smithi118 (mon.0) 609 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-21T09:46:12.243 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:46:12.243 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:46:12.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:12 smithi134 conmon[40421]: cluster 2024-01-21T09:46:10.424057+0000 mgr.smithi118.lddrqf (mgr.14182) 168 : cluster [DBG] pgmap v132: 33 pgs: 4 creating+peering, 28 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:12.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:12 smithi134 conmon[40421]: audit 2024-01-21T09:46:11.047778+0000 mon.smithi118 (mon.0) 608 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.qinovk' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-21T09:46:12.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:12 smithi134 conmon[40421]: cluster 2024-01-21T09:46:11.047910+0000 mon.smithi118 (mon.0) 609 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-21T09:46:13.140 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:46:13.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:13 smithi118 conmon[35245]: cluster 2024-01-21T09:46:12.053729+0000 mon.smithi118 ( 2024-01-21T09:46:13.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:13 smithi118 conmon[35245]: mon.0) 610 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-21T09:46:13.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:13 smithi118 conmon[35245]: audit 2024-01-21T09:46:12.054928+0000 mon.smithi134 (mon.1 2024-01-21T09:46:13.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:13 smithi118 conmon[35245]: ) 20 : audit [INF] from='client.? 172.21.15.134:0/3232139701' entity='client.rgw.foo.smithi134.qinovk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-21T09:46:13.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:13 smithi118 conmon[35245]: audit 2024-01-21T09:46:13.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:13 smithi118 conmon[35245]: 2024-01-21T09:46:12.056996+0000 mon.smithi118 (mon.0) 611 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.qinovk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-21T09:46:13.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:13 smithi118 conmon[35245]: audit 2024-01 2024-01-21T09:46:13.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:13 smithi118 conmon[35245]: -21T09:46:12.546571+0000 mon.smithi118 (mon.0 2024-01-21T09:46:13.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:13 smithi118 conmon[35245]: ) 612 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:13.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:13 smithi118 conmon[35245]: audit 2024-01-21T09: 2024-01-21T09:46:13.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:13 smithi118 conmon[35245]: 46:12.547643+0000 mon.smithi118 (mon.0) 613 : audit [INF] 2024-01-21T09:46:13.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:13 smithi118 conmon[35245]: from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi134.donakh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T09:46:13.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:13 smithi118 conmon[35245]: audit 2024-01-21T09:46:13.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:13 smithi118 conmon[35245]: 2024-01-21T09:46:12.550121+0000 mon.smithi118 (mon.0) 614 : audit [INF] 2024-01-21T09:46:13.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:13 smithi118 conmon[35245]: from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi134.donakh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T09:46:13.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:13 smithi118 conmon[35245]: audit 2024-01-21T09:46:13.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:13 smithi118 conmon[35245]: 2024-01-21T09:46:12.556737+0000 mon.smithi118 (mon.0) 615 : 2024-01-21T09:46:13.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:13 smithi118 conmon[35245]: audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:13.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:13 smithi118 conmon[35245]: audit 2024- 2024-01-21T09:46:13.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:13 smithi118 conmon[35245]: 01-21T09:46:12. 2024-01-21T09:46:13.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:13 smithi118 conmon[35245]: 557310+0000 mon.smithi118 (mon.0) 616 : audit 2024-01-21T09:46:13.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:13 smithi118 conmon[35245]: [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:46:13.449 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:13 smithi134 conmon[40421]: cluster 2024-01-21T09:46:12.053729+0000 mon.smithi118 (mon.0) 610 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-21T09:46:13.521 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:13 smithi134 conmon[40421]: audit 2024-01-21T09:46:12.054928+0000 mon.smithi134 (mon.1) 20 : audit [INF] from='client.? 172.21.15.134:0/3232139701' entity='client.rgw.foo.smithi134.qinovk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-21T09:46:13.522 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:13 smithi134 conmon[40421]: audit 2024-01-21T09:46:12.056996+0000 mon.smithi118 (mon.0) 611 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.qinovk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-21T09:46:13.522 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:13 smithi134 conmon[40421]: audit 2024-01-21T09:46:12.546571+0000 mon.smithi118 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:13.522 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:13 smithi134 conmon[40421]: audit 2024-01-21T09:46:12.547643+0000 mon.smithi118 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi134.donakh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T09:46:13.522 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:13 smithi134 conmon[40421]: audit 2024-01-21T09:46:12.550121+0000 mon.smithi118 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi134.donakh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T09:46:13.522 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:13 smithi134 conmon[40421]: audit 2024-01-21T09:46:12.556737+0000 mon.smithi118 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:13.522 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:13 smithi134 conmon[40421]: audit 2024-01-21T09:46:12.557310+0000 mon.smithi118 (mon.0) 616 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:46:14.141 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:46:14.166 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:14 smithi134 conmon[40421]: audit 2024-01-21T09:46:12.240098+0000 mgr.smithi118.lddrqf (mgr.14182) 169 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:46:14.166 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:14 smithi134 conmon[40421]: cluster 2024-01-21T09:46:12.424421+0000 mgr.smithi118.lddrqf (mgr.14182) 170 : cluster [DBG] pgmap v135: 65 pgs: 9 creating+peering, 50 unknown, 6 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:14.166 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:14 smithi134 conmon[40421]: cephadm 2024-01-21T09:46:12.557766+0000 mgr.smithi118.lddrqf (mgr.14182) 171 : cephadm [INF] Deploying daemon rgw.foo.smithi134.donakh on smithi134 2024-01-21T09:46:14.166 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:14 smithi134 conmon[40421]: audit 2024-01-21T09:46:13.060085+0000 mon.smithi118 (mon.0) 617 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.qinovk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-21T09:46:14.166 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:14 smithi134 conmon[40421]: cluster 2024-01-21T09:46:13.060283+0000 mon.smithi118 (mon.0) 618 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-21T09:46:14.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:14 smithi118 conmon[35245]: audit 2024-01-21T09:46:12.240098+0000 mgr.smithi118.lddrqf (mgr.14182) 169 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:46:14.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:14 smithi118 conmon[35245]: cluster 2024-01-21T09:46:12.424421+0000 mgr.smithi118.lddrqf (mgr.14182) 170 : cluster [DBG] pgmap v135: 65 pgs: 9 creating+peering, 50 unknown, 6 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:14.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:14 smithi118 conmon[35245]: cephadm 2024-01- 2024-01-21T09:46:14.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:14 smithi118 conmon[35245]: 21T09:46:12.557766+0000 mgr.smithi118.lddrqf 2024-01-21T09:46:14.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:14 smithi118 conmon[35245]: (mgr.14182) 171 : cephadm [INF] 2024-01-21T09:46:14.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:14 smithi118 conmon[35245]: Deploying daemon rgw.foo.smithi134.donakh on smithi134 2024-01-21T09:46:14.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:14 smithi118 conmon[35245]: audit 2024 2024-01-21T09:46:14.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:14 smithi118 conmon[35245]: -01-21T09:46:13. 2024-01-21T09:46:14.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:14 smithi118 conmon[35245]: 060085+0000 mon.smithi118 (mon.0) 617 : 2024-01-21T09:46:14.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:14 smithi118 conmon[35245]: audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.qinovk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-21T09:46:14.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:14 smithi118 conmon[35245]: cluster 2024-01-21T09:46:14.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:14 smithi118 conmon[35245]: 2024-01-21T09:46: 2024-01-21T09:46:14.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:14 smithi118 conmon[35245]: 13.060283+0000 mon.smithi118 (mon.0 2024-01-21T09:46:14.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:14 smithi118 conmon[35245]: ) 618 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-21T09:46:15.337 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:15 smithi118 conmon[35245]: cluster 2024-01-21T09:46:14.066136+0000 mon.smithi118 ( 2024-01-21T09:46:15.337 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:15 smithi118 conmon[35245]: mon.0) 619 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-21T09:46:15.337 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:15 smithi118 conmon[35245]: audit 2024-01-21T09:46:14.066943+0000 mon.smithi118 (mon.0) 620 : audit [INF] from='client.? 172.21.15.118:0/1491401113' entity='client.rgw.foo.smithi118.aeoean' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T09:46:15.337 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:15 smithi118 conmon[35245]: audit 2024-01-21T09:46:14.079405+0000 mon.smithi134 (mon.1) 21 : audit [INF] from='client.? 172.21.15.134:0/3232139701' entity='client.rgw.foo.smithi134.qinovk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T09:46:15.337 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:15 smithi118 conmon[35245]: audit 2024-01-21T09:46:14.079916+0000 mon.smithi118 (mon.0) 621 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.qinovk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T09:46:15.337 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:15 smithi118 conmon[35245]: cluster 2024-01-21T09:46:14.424807+0000 mgr.smithi118.lddrqf (mgr.14182) 172 : cluster [DBG] pgmap v138: 97 pgs: 18 creating+peering, 47 unknown, 32 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:15.338 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:15 smithi118 conmon[35245]: audit 2024-01-21T09:46:14.779483+0000 mon.smithi118 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:15.338 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:15 smithi118 conmon[35245]: audit 2024-01-21T09:46:14.780524+0000 mon.smithi118 (mon.0) 623 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi118.dcbgcm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T09:46:15.338 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:15 smithi118 conmon[35245]: audit 2024-01-21T09:46:14.783247+0000 mon.smithi118 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi118.dcbgcm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T09:46:15.338 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:15 smithi118 conmon[35245]: audit 2024-01-21T09:46:14.787304+0000 mon.smithi118 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:15.338 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:15 smithi118 conmon[35245]: audit 2024-01-21T09:46:14.788084+0000 mon.smithi118 (mon.0) 626 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:46:15.338 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:15 smithi118 conmon[35245]: cephadm 2024-01-21T09:46:14.788662+0000 mgr.smithi118.lddrqf (mgr.14182) 173 : cephadm [INF] Deploying daemon rgw.foo.smithi118.dcbgcm on smithi118 2024-01-21T09:46:15.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:15 smithi134 conmon[40421]: cluster 2024-01-21T09:46:14.066136 2024-01-21T09:46:15.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:15 smithi134 conmon[40421]: +0000 mon.smithi118 (mon.0) 619 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-21T09:46:15.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:15 smithi134 conmon[40421]: audit 2024-01-21T09:46:14.066943+0000 mon.smithi118 (mon.0) 620 : audit [INF] from='client.? 172.21.15.118:0/1491401113' entity='client.rgw.foo.smithi118.aeoean' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T09:46:15.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:15 smithi134 conmon[40421]: audit 2024-01-21T09:46:14.079405+0000 mon.smithi134 (mon.1) 21 : audit [INF] from='client.? 172.21.15.134:0/3232139701' entity='client.rgw.foo.smithi134.qinovk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T09:46:15.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:15 smithi134 conmon[40421]: audit 2024-01-21T09:46:14.079916+0000 mon.smithi118 (mon.0) 621 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.qinovk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T09:46:15.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:15 smithi134 conmon[40421]: cluster 2024-01-21T09:46:14.424807+0000 mgr.smithi118.lddrqf (mgr.14182) 172 : cluster [DBG] pgmap v138: 97 pgs: 18 creating+peering, 47 unknown, 32 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:15.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:15 smithi134 conmon[40421]: audit 2024-01-21T09:46:14.779483+0000 mon.smithi118 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:15.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:15 smithi134 conmon[40421]: audit 2024-01-21T09:46:14.780524+0000 mon.smithi118 (mon.0) 623 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi118.dcbgcm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T09:46:15.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:15 smithi134 conmon[40421]: audit 2024-01-21T09:46:14.783247+0000 mon.smithi118 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi118.dcbgcm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T09:46:15.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:15 smithi134 conmon[40421]: audit 2024-01-21T09:46:14.787304+0000 mon.smithi118 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:15.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:15 smithi134 conmon[40421]: audit 2024-01-21T09:46:14.788084+0000 mon.smithi118 (mon.0) 626 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:46:15.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:15 smithi134 conmon[40421]: cephadm 2024-01-21T09:46:14.788662+0000 mgr.smithi118.lddrqf (mgr.14182) 173 : cephadm [INF] Deploying daemon rgw.foo.smithi118.dcbgcm on smithi118 2024-01-21T09:46:16.088 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:46:16.088 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:46:16.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:16 smithi118 conmon[35245]: audit 2024-01-21T 2024-01-21T09:46:16.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:16 smithi118 conmon[35245]: 09:46:15.071312+0000 mon.smithi118 (mon.0) 627 : audit [INF] from='client.? 172.21.15.118:0/1491401113' entity='client.rgw.foo.smithi118.aeoean' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-21T09:46:16.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:16 smithi118 conmon[35245]: audit 2024-01-21T09:46:15.071501+0000 mon.smithi118 (mon.0) 628 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.qinovk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-21T09:46:16.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:16 smithi118 conmon[35245]: cluster 2024-01-21T09:46:15.071566+0000 mon.smithi118 (mon.0) 629 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-21T09:46:16.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:16 smithi134 conmon[40421]: audit 2024-01-21T09:46:15.071312+0000 mon.smithi118 (mon.0) 627 : audit [INF] from='client.? 172.21.15.118:0/1491401113' entity='client.rgw.foo.smithi118.aeoean' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-21T09:46:16.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:16 smithi134 conmon[40421]: audit 2024-01-21T09:46:15.071501+0000 mon.smithi118 (mon.0) 628 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.qinovk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-21T09:46:16.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:16 smithi134 conmon[40421]: cluster 2024-01-21T09:46 2024-01-21T09:46:16.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:16 smithi134 conmon[40421]: :15.071566+0000 mon.smithi118 (mon.0) 629 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-21T09:46:16.996 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:46:17.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:17 smithi118 conmon[35245]: cluster 2024-01-21T09:46:16.077028 2024-01-21T09:46:17.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:17 smithi118 conmon[35245]: +0000 mon.smithi118 (mon.0) 630 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-21T09:46:17.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:17 smithi118 conmon[35245]: audit 2024-01-21T09:46:16.077867+0000 mon.smithi118 (mon.0) 631 : audit [INF] from='client.? 172.21.15.118:0/473854417' entity='client.rgw.foo.smithi118.aeoean' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T09:46:17.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:17 smithi118 conmon[35245]: audit 2024-01-21T09:46:16.078253+0000 mon.smithi134 (mon.1) 22 : audit [INF] from='client.? 172.21.15.134:0/3856173487' entity='client.rgw.foo.smithi134.donakh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T09:46:17.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:17 smithi118 conmon[35245]: audit 2024-01-21T09:46:16.078562+0000 mon.smithi134 (mon.1) 23 : audit [INF] from='client.? 172.21.15.134:0/3025658483' entity='client.rgw.foo.smithi134.qinovk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T09:46:17.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:17 smithi118 conmon[35245]: audit 2024-01-21T09:46:16.079369+0000 mon.smithi118 (mon.0) 632 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.donakh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T09:46:17.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:17 smithi118 conmon[35245]: audit 2024-01-21T09:46:16.079627+0000 mon.smithi118 (mon.0) 633 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.qinovk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T09:46:17.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:17 smithi118 conmon[35245]: audit 2024-01-21T09:46:16.083031+0000 mgr.smithi118.lddrqf (mgr.14182) 174 : audit [DBG] from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:46:17.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:17 smithi118 conmon[35245]: cluster 2024-01-21T09:46:16.425204+0000 mgr.smithi118.lddrqf (mgr.14182) 175 : cluster [DBG] pgmap v141: 129 pgs: 21 creating+peering, 41 unknown, 67 active+clean; 1.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 433 B/s wr, 5 op/s 2024-01-21T09:46:17.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:17 smithi134 conmon[40421]: cluster 2024-01-21T09:46:16.077028+0000 mon.smithi118 (mon.0 2024-01-21T09:46:17.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:17 smithi134 conmon[40421]: ) 630 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-21T09:46:17.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:17 smithi134 conmon[40421]: audit 2024-01-21T09:46:16.077867+0000 mon.smithi118 (mon.0) 631 : audit [INF] from='client.? 172.21.15.118:0/473854417' entity='client.rgw.foo.smithi118.aeoean' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T09:46:17.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:17 smithi134 conmon[40421]: audit 2024-01 2024-01-21T09:46:17.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:17 smithi134 conmon[40421]: -21T09:46:16.078253+0000 mon.smithi134 (mon.1) 22 : audit [INF] from='client.? 172.21.15.134:0/3856173487' entity='client.rgw.foo.smithi134.donakh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T09:46:17.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:17 smithi134 conmon[40421]: audit 2024-01-21T09:46:17.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:17 smithi134 conmon[40421]: 2024-01-21T09:46:16.078562+0000 mon.smithi134 (mon.1) 23 2024-01-21T09:46:17.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:17 smithi134 conmon[40421]: : audit [INF] from='client.? 172.21.15.134:0/3025658483' entity='client.rgw.foo.smithi134.qinovk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T09:46:17.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:17 smithi134 conmon[40421]: audit 2024-01-21T09:46:17.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:17 smithi134 conmon[40421]: 2024-01-21T09:46:16. 2024-01-21T09:46:17.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:17 smithi134 conmon[40421]: 079369+0000 mon.smithi118 (mon.0) 632 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.donakh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T09:46:17.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:17 smithi134 conmon[40421]: 2024-01-21T09:46:17.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:17 smithi134 conmon[40421]: audit 2024-01-21T09:46:17.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:17 smithi134 conmon[40421]: 2024-01-21T09:46:16.079627+0000 mon.smithi118 (mon.0) 633 : audit 2024-01-21T09:46:17.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:17 smithi134 conmon[40421]: [INF] from='client.? ' entity='client.rgw.foo.smithi134.qinovk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T09:46:17.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:17 smithi134 conmon[40421]: audit 2024-01-21T09:46:16.083031 2024-01-21T09:46:17.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:17 smithi134 conmon[40421]: +0000 mgr.smithi118.lddrqf (mgr.14182) 174 : audit [DBG] from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:46:17.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:17 smithi134 conmon[40421]: 2024-01-21T09:46:17.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:17 smithi134 conmon[40421]: cluster 2024 2024-01-21T09:46:17.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:17 smithi134 conmon[40421]: -01-21T09:46:16.425204+0000 mgr.smithi118.lddrqf (mgr 2024-01-21T09:46:17.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:17 smithi134 conmon[40421]: .14182) 175 : cluster [DBG] pgmap v141: 129 pgs: 21 creating+peering, 41 unknown, 67 active+clean; 1.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 433 B/s wr, 5 op/s 2024-01-21T09:46:17.997 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:46:18.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:18 smithi118 conmon[35245]: audit 2024-01-21T09:46:17.082529+0000 2024-01-21T09:46:18.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:18 smithi118 conmon[35245]: mon.smithi118 (mon.0) 634 : audit [INF] from='client.? 172.21.15.118:0/473854417' entity='client.rgw.foo.smithi118.aeoean' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-21T09:46:18.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:18 smithi118 conmon[35245]: audit 2024-01-21T09:46:17.082601+0000 mon.smithi118 (mon.0) 635 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.donakh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-21T09:46:18.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:18 smithi118 conmon[35245]: audit 2024-01-21T09:46:17.082690+0000 mon.smithi118 (mon.0) 636 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.qinovk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-21T09:46:18.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:18 smithi118 conmon[35245]: cluster 2024-01-21T09:46:17.082824+0000 mon.smithi118 (mon.0) 637 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-21T09:46:18.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:18 smithi118 conmon[35245]: audit 2024-01-21T09:46:17.084100+0000 mon.smithi118 (mon.0) 638 : audit [INF] from='client.? 172.21.15.118:0/473854417' entity='client.rgw.foo.smithi118.aeoean' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T09:46:18.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:18 smithi118 conmon[35245]: audit 2024-01-21T09:46:17.085011+0000 mon.smithi134 (mon.1) 24 : audit [INF] from='client.? 172.21.15.134:0/3856173487' entity='client.rgw.foo.smithi134.donakh' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T09:46:18.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:18 smithi118 conmon[35245]: audit 2024-01-21T09:46:17.085370+0000 mon.smithi118 (mon.0) 639 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.donakh' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T09:46:18.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:18 smithi118 conmon[35245]: audit 2024-01-21T09:46:17.089769+0000 mon.smithi134 (mon.1) 25 : audit [INF] from='client.? 172.21.15.134:0/3025658483' entity='client.rgw.foo.smithi134.qinovk' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T09:46:18.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:18 smithi118 conmon[35245]: audit 2024-01-21T09:46:17.090467+0000 mon.smithi118 (mon.0) 640 : audit 2024-01-21T09:46:18.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:18 smithi118 conmon[35245]: [INF] from='client.? ' entity='client.rgw.foo.smithi134.qinovk' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T09:46:18.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:18 smithi118 conmon[35245]: audit 2024-01-21T09:46:17.660125+0000 mon.smithi118 (mon.0) 641 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:18.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:18 smithi118 conmon[35245]: 2024-01-21T09:46:18.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:18 smithi118 conmon[35245]: audit 2024- 2024-01-21T09:46:18.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:18 smithi118 conmon[35245]: 01-21 2024-01-21T09:46:18.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:18 smithi118 conmon[35245]: T09:46:17.665558+0000 2024-01-21T09:46:18.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:18 smithi118 conmon[35245]: mon.smithi118 (mon.0) 642 : audit 2024-01-21T09:46:18.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:18 smithi118 conmon[35245]: [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:18.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:18 smithi118 conmon[35245]: cephadm 2024 2024-01-21T09:46:18.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:18 smithi118 conmon[35245]: -01-21T09:46:17.673668+0000 mgr.smithi118.lddrqf ( 2024-01-21T09:46:18.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:18 smithi118 conmon[35245]: mgr.14182) 176 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi134.hkoirv on smithi134 2024-01-21T09:46:18.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:18 smithi134 conmon[40421]: audit 2024-01-21T09:46:17.082529+0000 mon.smithi118 ( 2024-01-21T09:46:18.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:18 smithi134 conmon[40421]: mon.0) 634 : audit [INF] from='client.? 172.21.15.118:0/473854417' entity='client.rgw.foo.smithi118.aeoean' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-21T09:46:18.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:18 smithi134 conmon[40421]: audit 2024-01-21T09:46:17.082601+0000 mon.smithi118 (mon.0) 635 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.donakh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-21T09:46:18.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:18 smithi134 conmon[40421]: audit 2024-01-21T09:46:17.082690+0000 mon.smithi118 (mon.0) 636 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.qinovk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-21T09:46:18.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:18 smithi134 conmon[40421]: cluster 2024-01-21T09:46:17.082824+0000 mon.smithi118 (mon.0) 637 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-21T09:46:18.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:18 smithi134 conmon[40421]: audit 2024-01-21T09:46:17.084100+0000 2024-01-21T09:46:18.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:18 smithi134 conmon[40421]: mon.smithi118 (mon.0) 638 : audit [INF] from='client.? 172.21.15.118:0/473854417' entity='client.rgw.foo.smithi118.aeoean' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T09:46:18.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:18 smithi134 conmon[40421]: audit 2024-01-21T09:46:17.085011+0000 mon.smithi134 (mon.1) 24 2024-01-21T09:46:18.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:18 smithi134 conmon[40421]: : audit [INF] from='client.? 172.21.15.134:0/3856173487' entity='client.rgw.foo.smithi134.donakh' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T09:46:18.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:18 smithi134 conmon[40421]: audit 2024-01 2024-01-21T09:46:18.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:18 smithi134 conmon[40421]: -21T09:46:17.085370+0000 mon.smithi118 (mon.0) 639 2024-01-21T09:46:18.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:18 smithi134 conmon[40421]: : audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.donakh' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T09:46:18.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:18 smithi134 conmon[40421]: audit 2024-01-21T09:46:17 2024-01-21T09:46:18.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:18 smithi134 conmon[40421]: .089769+0000 mon.smithi134 (mon.1) 25 : audit 2024-01-21T09:46:18.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:18 smithi134 conmon[40421]: [INF] from='client.? 172.21.15.134:0/3025658483' entity='client.rgw.foo.smithi134.qinovk' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T09:46:18.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:18 smithi134 conmon[40421]: audit 2024-01-21T09:46: 2024-01-21T09:46:18.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:18 smithi134 conmon[40421]: 17.090467+0000 mon.smithi118 (mon.0) 640 : 2024-01-21T09:46:18.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:18 smithi134 conmon[40421]: audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.qinovk' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T09:46:18.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:18 smithi134 conmon[40421]: audit 2024-01-21T09:46: 2024-01-21T09:46:18.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:18 smithi134 conmon[40421]: 17.660125+0000 mon.smithi118 (mon.0) 641 : audit 2024-01-21T09:46:18.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:18 smithi134 conmon[40421]: [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:18.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:18 smithi134 conmon[40421]: audit 2024-01-21T09:46 2024-01-21T09:46:18.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:18 smithi134 conmon[40421]: :17.665558+0000 mon.smithi118 (mon.0) 642 : audit [INF] 2024-01-21T09:46:18.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:18 smithi134 conmon[40421]: from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:18.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:18 smithi134 conmon[40421]: cephadm 2024-01-21T09:46:18.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:18 smithi134 conmon[40421]: 2024-01-21T09:46:17.673668+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T09:46:18.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:18 smithi134 conmon[40421]: ) 176 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi134.hkoirv on smithi134 2024-01-21T09:46:19.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:19 smithi118 conmon[35245]: audit 2024-01-21T09:46:18.083221+0000 mon.smithi118 (mon.0) 643 : audit [INF] from='client.? 172.21.15.118:0/473854417' entity='client.rgw.foo.smithi118.aeoean' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T09:46:19.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:19 smithi118 conmon[35245]: 2024-01-21T09:46:19.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:19 smithi118 conmon[35245]: audit 2024-01-21T09:46:18.083303+0000 mon.smithi118 (mon.0) 644 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.donakh' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T09:46:19.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:19 smithi118 conmon[35245]: audit 2024-01-21T09:46:18.083379+0000 mon.smithi118 (mon.0) 645 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.qinovk' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T09:46:19.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:19 smithi118 conmon[35245]: cluster 2024-01-21T09:46:18.083448+0000 mon.smithi118 (mon.0) 646 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-21T09:46:19.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:19 smithi118 conmon[35245]: cluster 2024-01-21T09:46:18.425628+0000 mgr.smithi118.lddrqf (mgr.14182) 177 : cluster [DBG] pgmap v144: 129 pgs: 16 creating+peering, 29 unknown, 84 active+clean; 1.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 1.2 KiB/s wr, 44 op/s 2024-01-21T09:46:19.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:19 smithi134 conmon[40421]: audit 2024-01-21T09:46:18.083221+0000 mon.smithi118 (mon.0) 643 : audit [INF] from='client.? 172.21.15.118:0/473854417' entity='client.rgw.foo.smithi118.aeoean' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T09:46:19.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:19 smithi134 conmon[40421]: audit 2024-01-21T09:46:18.083303+0000 mon.smithi118 2024-01-21T09:46:19.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:19 smithi134 conmon[40421]: (mon.0) 644 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.donakh' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T09:46:19.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:19 smithi134 conmon[40421]: audit 2024-01-21T09:46:18.083379+0000 mon.smithi118 (mon.0) 645 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.qinovk' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T09:46:19.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:19 smithi134 conmon[40421]: cluster 2024-01-21T09:46:18.083448+0000 mon.smithi118 (mon.0) 646 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-21T09:46:19.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:19 smithi134 conmon[40421]: cluster 2024-01-21T09:46:18.425628+0000 mgr.smithi118.lddrqf ( 2024-01-21T09:46:19.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:19 smithi134 conmon[40421]: mgr.14182) 177 : cluster [DBG] pgmap v144: 129 pgs: 16 creating+peering, 29 unknown, 84 active+clean; 1.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 1.2 KiB/s wr, 44 op/s 2024-01-21T09:46:20.355 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:46:20.355 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:46:20.904 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:46:21.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:21 smithi118 conmon[35245]: audit 2024-01-21T09:46:20.350882+0000 mgr.smithi118.lddrqf (mgr.14182) 178 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:46:21.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:21 smithi118 conmon[35245]: cluster 2024-01-21T09:46:20.426112+0000 mgr.smithi118.lddrqf (mgr.14182) 179 : cluster [DBG] pgmap v145: 129 pgs: 5 creating+peering, 6 unknown, 118 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 217 KiB/s rd, 4.5 KiB/s wr, 386 op/s 2024-01-21T09:46:21.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:21 smithi118 conmon[35245]: audit 2024-01-21T09:46:20.585343+0000 mon.smithi118 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:21.905 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:46:21.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:21 smithi134 conmon[40421]: audit 2024-01-21T09:46:20.350882+0000 mgr.smithi118.lddrqf (mgr.14182) 178 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:46:21.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:21 smithi134 conmon[40421]: cluster 2024-01-21T09:46:20.426112+0000 mgr.smithi118.lddrqf (mgr.14182) 179 : cluster [DBG] pgmap v145: 129 pgs: 5 creating+peering, 6 unknown, 118 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 217 KiB/s rd, 4.5 KiB/s wr, 386 op/s 2024-01-21T09:46:21.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:21 smithi134 conmon[40421]: audit 2024-01-21T09:46:20.585343+0000 mon.smithi118 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:23.683 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:46:23.683 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:46:23.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:23 smithi118 conmon[35245]: cluster 2024-01-21T09:46:22.426756+0000 mgr.smithi118.lddrqf (mgr.14182) 180 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 272 KiB/s rd, 5.4 KiB/s wr, 480 op/s 2024-01-21T09:46:23.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:23 smithi134 conmon[40421]: cluster 2024-01-21T09:46:22.426756+0000 mgr.smithi118.lddrqf (mgr.14182) 180 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 272 KiB/s rd, 5.4 KiB/s wr, 480 op/s 2024-01-21T09:46:24.237 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:46:24.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:24 smithi118 conmon[35245]: audit 2024-01-21T09:46:23.678523+0000 mgr.smithi118.lddrqf (mgr 2024-01-21T09:46:24.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:24 smithi118 conmon[35245]: .14182) 181 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:46:24.963 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:24 smithi134 conmon[40421]: audit 2024-01-21T09:46:23.678523+0000 mgr.smithi118.lddrqf (mgr.14182) 181 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:46:25.238 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:46:26.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:25 smithi134 conmon[40421]: cluster 2024-01-21T09:46:24.427375+0000 mgr.smithi118.lddrqf (mgr.14182) 182 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 243 KiB/s rd, 4.1 KiB/s wr, 423 op/s 2024-01-21T09:46:26.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:25 smithi118 conmon[35245]: cluster 2024-01-21T09:46:24.427375+0000 mgr.smithi118.lddrqf (mgr. 2024-01-21T09:46:26.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:25 smithi118 conmon[35245]: 14182) 182 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 243 KiB/s rd, 4.1 KiB/s wr, 423 op/s 2024-01-21T09:46:27.002 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:46:27.003 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:46:27.561 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:46:28.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:27 smithi134 conmon[40421]: cluster 2024-01-21T09:46:26.427844+0000 mgr.smithi118.lddrqf (mgr.14182) 183 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 208 KiB/s rd, 3.5 KiB/s wr, 362 op/s 2024-01-21T09:46:28.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:27 smithi134 conmon[40421]: audit 2024-01-21T09:46:26.998806+0000 mgr.smithi118.lddrqf (mgr 2024-01-21T09:46:28.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:27 smithi134 conmon[40421]: .14182) 184 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:46:28.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:27 smithi118 conmon[35245]: cluster 2024-01-21T09:46:26.427844+0000 mgr.smithi118.lddrqf (mgr.14182) 183 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 208 KiB/s rd, 3.5 KiB/s wr, 362 op/s 2024-01-21T09:46:28.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:27 smithi118 conmon[35245]: audit 2024-01-21T09:46:26.998806+0000 mgr.smithi118.lddrqf (mgr.14182) 184 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:46:28.562 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:46:30.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:29 smithi118 conmon[35245]: cluster 2024-01-21T09:46:28.428500+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:46:30.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:29 smithi118 conmon[35245]: 185 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 181 KiB/s rd, 2.8 KiB/s wr, 310 op/s 2024-01-21T09:46:30.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:29 smithi134 conmon[40421]: cluster 2024-01-21T09:46:28.428500+0000 mgr.smithi118.lddrqf (mgr.14182) 185 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 181 KiB/s rd, 2.8 KiB/s wr, 310 op/s 2024-01-21T09:46:30.327 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:46:30.327 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:46:30.894 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:46:31.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:31 smithi118 conmon[35245]: audit 2024-01-21T09:46:30.323433+0000 mgr.smithi118.lddrqf (mgr.14182) 186 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:46:31.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:31 smithi118 conmon[35245]: cluster 2024-01-21T09:46:30.429155+0000 mgr.smithi118.lddrqf (mgr.14182) 187 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 156 KiB/s rd, 2.4 KiB/s wr, 268 op/s 2024-01-21T09:46:31.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:31 smithi118 conmon[35245]: audit 2024-01-21T09:46:30.591968+0000 mon.smithi118 (mon.0) 648 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:31.895 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:46:31.963 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:31 smithi134 conmon[40421]: audit 2024-01-21T09:46:30.323433+0000 mgr.smithi118.lddrqf (mgr.14182) 186 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:46:31.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:31 smithi134 conmon[40421]: cluster 2024-01-21T09:46:30.429155+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T09:46:31.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:31 smithi134 conmon[40421]: ) 187 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 156 KiB/s rd, 2.4 KiB/s wr, 268 op/s 2024-01-21T09:46:31.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:31 smithi134 conmon[40421]: audit 2024-01-21T09:46:30.591968+0000 mon.smithi118 (mon.0) 648 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:46:33.587 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:46:33.587 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:46:33.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:33 smithi134 conmon[40421]: cluster 2024-01-21T09:46:32.429622+0000 mgr.smithi118.lddrqf (mgr.14182) 188 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 65 KiB/s rd, 853 B/s wr, 110 op/s 2024-01-21T09:46:34.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:33 smithi118 conmon[35245]: cluster 2024-01-21T09:46:32.429622+0000 mgr.smithi118.lddrqf (mgr.14182) 188 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 65 KiB/s rd, 853 B/s wr, 110 op/s 2024-01-21T09:46:34.118 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:46:34.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:34 smithi134 conmon[40421]: audit 2024-01-21T09:46:33.582970+0000 mgr.smithi118.lddrqf (mgr.14182) 189 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:46:35.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:34 smithi118 conmon[35245]: audit 2024-01-21T09:46:33.582970+0000 mgr.smithi118.lddrqf (mgr.14182) 189 : audit [DBG] 2024-01-21T09:46:35.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:34 smithi118 conmon[35245]: from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:46:35.119 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:46:36.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:35 smithi134 conmon[40421]: cluster 2024-01-21T09:46:34.430080+0000 mgr.smithi118.lddrqf (mgr.14182) 190 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 28 op/s 2024-01-21T09:46:36.271 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:35 smithi118 conmon[35245]: cluster 2024-01-21T09:46:34.430080+0000 2024-01-21T09:46:36.271 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:35 smithi118 conmon[35245]: mgr.smithi118.lddrqf (mgr.14182) 190 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 28 op/s 2024-01-21T09:46:36.861 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:46:36.862 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:46:37.468 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:46:38.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:37 smithi134 conmon[40421]: cluster 2024-01-21T09:46:36.430618+0000 mgr.smithi118.lddrqf (mgr.14182) 191 : cluster [DBG] 2024-01-21T09:46:38.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:37 smithi134 conmon[40421]: pgmap v153: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:38.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:37 smithi134 conmon[40421]: audit 2024-01-21T09:46:36.857453+0000 mgr.smithi118.lddrqf (mgr.14182) 192 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:46:38.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:37 smithi118 conmon[35245]: cluster 2024-01-21T09:46:36.430618+0000 mgr.smithi118.lddrqf (mgr.14182) 191 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:38.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:37 smithi118 conmon[35245]: audit 2024-01-21T09:46:36.857453+0000 mgr.smithi118.lddrqf (mgr.14182) 192 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:46:38.469 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:46:40.200 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:46:40.200 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:46:40.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:39 smithi134 conmon[40421]: cluster 2024-01-21T09:46:38.431346+0000 mgr.smithi118.lddrqf (mgr.14182) 193 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:40.220 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:39 smithi118 conmon[35245]: cluster 2024-01-21T09:46:38.431346+0000 mgr.smithi118.lddrqf (mgr.14182) 193 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:40.767 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:46:41.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:40 smithi118 conmon[35245]: audit 2024-01-21T09:46:40.411574+0000 mon.smithi118 (mon.0) 649 2024-01-21T09:46:41.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:40 smithi118 conmon[35245]: : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.6", "id": [4, 0]}]: dispatch 2024-01-21T09:46:41.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:40 smithi134 conmon[40421]: audit 2024-01-21T09:46:40.411574+0000 mon.smithi118 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.6", "id": [4, 0]}]: dispatch 2024-01-21T09:46:41.768 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:46:42.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:41 smithi118 conmon[35245]: audit 2024-01-21T09:46:40.195386 2024-01-21T09:46:42.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:41 smithi118 conmon[35245]: +0000 mgr.smithi118.lddrqf (mgr.14182) 194 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:46:42.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:41 smithi118 conmon[35245]: cluster 2024-01-21T09:46:40.431822+0000 mgr.smithi118.lddrqf (mgr.14182) 195 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:42.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:41 smithi118 conmon[35245]: audit 2024-01-21T09:46:40.965504+0000 mon.smithi118 (mon.0) 650 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.6", "id": [4, 0]}]': finished 2024-01-21T09:46:42.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:41 smithi118 conmon[35245]: cluster 2024-01-21T09:46:40.965547+0000 mon.smithi118 (mon.0) 651 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-21T09:46:42.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:41 smithi134 conmon[40421]: audit 2024-01-21T09:46:40.195386+0000 mgr.smithi118.lddrqf (mgr.14182) 194 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:46:42.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:41 smithi134 conmon[40421]: 2024-01-21T09:46:42.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:41 smithi134 conmon[40421]: cluster 2024-01-21T09:46:40.431822+0000 mgr.smithi118.lddrqf (mgr.14182) 195 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:42.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:41 smithi134 conmon[40421]: audit 2024-01-21T09:46:40.965504+0000 mon.smithi118 (mon.0) 650 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.6", "id": [4, 0]}]': finished 2024-01-21T09:46:42.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:41 smithi134 conmon[40421]: cluster 2024-01-21T09:46:40.965547+0000 mon.smithi118 (mon.0) 651 : 2024-01-21T09:46:42.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:41 smithi134 conmon[40421]: cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-21T09:46:43.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:42 smithi118 conmon[35245]: cluster 2024-01-21T09:46:41.967971+0000 2024-01-21T09:46:43.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:42 smithi118 conmon[35245]: mon.smithi118 (mon.0) 652 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-21T09:46:43.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:42 smithi134 conmon[40421]: cluster 2024-01-21T09:46:41.967971+0000 mon.smithi118 (mon.0) 652 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-21T09:46:43.528 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:46:43.528 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:46:44.067 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:46:44.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:43 smithi118 conmon[35245]: cluster 2024-01-21T09:46:42.432186+0000 mgr.smithi118.lddrqf (mgr.14182) 196 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:44.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:43 smithi134 conmon[40421]: cluster 2024-01-21T09:46:42.432186+0000 mgr.smithi118.lddrqf (mgr.14182) 196 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:45.068 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:46:45.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:44 smithi118 conmon[35245]: audit 2024-01-21T09:46:43.524029+0000 mgr.smithi118.lddrqf (mgr.14182) 197 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:46:45.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:44 smithi134 conmon[40421]: audit 2024-01-21T09:46:43.524029+0000 mgr.smithi118.lddrqf (mgr.14182) 197 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:46:46.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:45 smithi118 conmon[35245]: cluster 2024-01-21T09:46:44.432793+0000 mgr.smithi118.lddrqf (mgr.14182) 198 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:46.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:45 smithi134 conmon[40421]: cluster 2024-01-21T09:46:44.432793+0000 mgr.smithi118.lddrqf (mgr.14182) 198 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:46.789 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:46:46.789 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:46:47.343 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:46:48.343 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:46:48.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:47 smithi118 conmon[35245]: cluster 2024-01-21T09:46:46.433361+0000 mgr.smithi118.lddrqf (mgr.14182) 199 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:48.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:47 smithi118 conmon[35245]: audit 2024-01-21T09:46:46.784848+0000 mgr.smithi118.lddrqf (mgr.14182) 200 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:46:48.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:47 smithi134 conmon[40421]: cluster 2024-01-21T09:46:46.433361+0000 mgr.smithi118.lddrqf (mgr.14182) 199 : cluster 2024-01-21T09:46:48.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:47 smithi134 conmon[40421]: [DBG] pgmap v160: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:48.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:47 smithi134 conmon[40421]: audit 2024-01-21T09:46:46.784848+0000 mgr.smithi118.lddrqf (mgr.14182) 200 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:46:50.058 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:46:50.058 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:46:50.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:49 smithi118 conmon[35245]: cluster 2024-01-21T09:46:48.433807+0000 mgr.smithi118.lddrqf (mgr.14182) 201 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:50.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:49 smithi134 conmon[40421]: cluster 2024-01-21T09:46:48.433807+0000 mgr.smithi118.lddrqf (mgr.14182) 201 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:50.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:49 smithi134 conmon[40421]: 2024-01-21T09:46:50.610 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:46:51.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:50 smithi118 conmon[35245]: audit 2024-01-21T09:46:50.054453+0000 mgr.smithi118.lddrqf (mgr.14182) 202 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:46:51.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:50 smithi134 conmon[40421]: audit 2024-01-21T09:46:50.054453+0000 mgr.smithi118.lddrqf (mgr.14182) 202 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:46:51.611 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:46:52.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:51 smithi118 conmon[35245]: cluster 2024-01-21T09:46:50.434281+0000 mgr.smithi118.lddrqf (mgr.14182) 203 : cluster [DBG] 2024-01-21T09:46:52.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:51 smithi118 conmon[35245]: pgmap v162: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:52.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:51 smithi134 conmon[40421]: cluster 2024-01-21T09:46:50.434281+0000 mgr.smithi118.lddrqf (mgr.14182) 203 : cluster [DBG] 2024-01-21T09:46:52.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:51 smithi134 conmon[40421]: pgmap v162: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:53.329 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:46:53.329 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:46:53.875 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:46:54.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:53 smithi118 conmon[35245]: cluster 2024-01-21T09:46:52.434950+0000 mgr.smithi118.lddrqf (mgr.14182) 204 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:54.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:53 smithi134 conmon[40421]: cluster 2024-01-21T09:46:52.434950+0000 mgr.smithi118.lddrqf (mgr.14182) 204 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:54.876 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:46:55.341 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:55 smithi118 conmon[35245]: audit 2024-01-21T09:46:53.325542+0000 mgr.smithi118.lddrqf (mgr.14182) 205 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:46:55.341 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:55 smithi118 conmon[35245]: 2024-01-21T09:46:55.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:55 smithi134 conmon[40421]: audit 2024-01-21T09:46:53.325542+0000 mgr.smithi118.lddrqf (mgr.14182) 205 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:46:56.284 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:56 smithi118 conmon[35245]: cluster 2024-01-21T09:46:54.435466+0000 mgr.smithi118.lddrqf (mgr.14182) 206 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:56.285 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:56 smithi118 conmon[35245]: 2024-01-21T09:46:56.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:56 smithi134 conmon[40421]: cluster 2024-01-21T09:46:54.435466+0000 mgr.smithi118.lddrqf (mgr.14182) 206 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:56.686 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:46:56.686 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:46:57.257 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:46:58.258 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:46:58.292 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:58 smithi118 conmon[35245]: cluster 2024-01-21T09:46:56.435941+0000 mgr.smithi118.lddrqf (mgr.14182) 207 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:58.292 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:46:58 smithi118 conmon[35245]: audit 2024-01-21T09:46:56.682874+0000 mgr.smithi118.lddrqf (mgr.14182) 208 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:46:58.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:58 smithi134 conmon[40421]: cluster 2024-01-21T09:46:56.435941+0000 mgr.smithi118.lddrqf (mgr.14182) 207 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:46:58.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:46:58 smithi134 conmon[40421]: audit 2024-01-21T09:46:56.682874+0000 mgr.smithi118.lddrqf (mgr.14182) 208 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:00.076 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:47:00.076 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:47:00.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:00 smithi118 conmon[35245]: cluster 2024-01-21T09:46:58.436597+0000 mgr.smithi118.lddrqf (mgr.14182) 209 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:00.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:00 smithi134 conmon[40421]: cluster 2024-01-21T09:46:58.436597+0000 mgr.smithi118.lddrqf (mgr.14182) 209 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:00.591 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:47:01.592 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:47:02.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:02 smithi118 conmon[35245]: audit 2024-01-21T09:47:00.072579+0000 mgr.smithi118.lddrqf (mgr.14182) 210 : 2024-01-21T09:47:02.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:02 smithi118 conmon[35245]: audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:02.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:02 smithi118 conmon[35245]: cluster 2024-01-21T09:47:00.437167+0000 mgr.smithi118.lddrqf (mgr.14182) 211 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:02.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:02 smithi134 conmon[40421]: audit 2024-01-21T09:47:00.072579+0000 mgr.smithi118.lddrqf (mgr.14182) 210 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:02.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:02 smithi134 conmon[40421]: cluster 2024-01-21T09:47:00.437167+0000 mgr.smithi118.lddrqf (mgr.14182) 211 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:03.379 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:47:03.379 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:47:03.916 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:47:04.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:04 smithi118 conmon[35245]: cluster 2024-01-21T09:47:02.437635+0000 mgr.smithi118.lddrqf (mgr.14182) 212 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:04.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:04 smithi134 conmon[40421]: cluster 2024-01-21T09:47:02.437635+0000 mgr.smithi118.lddrqf (mgr.14182) 212 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:04.916 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:47:05.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:05 smithi118 conmon[35245]: audit 2024-01-21T09:47:03.375793 2024-01-21T09:47:05.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:05 smithi118 conmon[35245]: +0000 mgr.smithi118.lddrqf (mgr.14182) 213 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:05.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:05 smithi134 conmon[40421]: audit 2024-01-21T09:47:03.375793+0000 mgr.smithi118.lddrqf (mgr.14182) 213 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:05.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:05 smithi134 conmon[40421]: 2024-01-21T09:47:06.308 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:06 smithi118 conmon[35245]: cluster 2024-01-21T09:47:04.438145+0000 mgr.smithi118.lddrqf (mgr.14182) 214 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:06.308 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:06 smithi118 conmon[35245]: 2024-01-21T09:47:06.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:06 smithi134 conmon[40421]: cluster 2024-01-21T09:47:04.438145+0000 mgr.smithi118.lddrqf (mgr.14182) 214 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:06.664 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:47:06.664 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:47:07.231 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:47:08.232 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:47:08.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:08 smithi118 conmon[35245]: cluster 2024-01-21T09:47:06.438668+0000 mgr.smithi118.lddrqf (mgr.14182) 215 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:08.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:08 smithi118 conmon[35245]: audit 2024-01-21T09:47:06.660828+0000 mgr.smithi118.lddrqf (mgr.14182) 216 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:08.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:08 smithi134 conmon[40421]: cluster 2024-01-21T09:47:06.438668+0000 mgr.smithi118.lddrqf (mgr.14182) 215 : cluster [DBG] 2024-01-21T09:47:08.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:08 smithi134 conmon[40421]: pgmap v170: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:08.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:08 smithi134 conmon[40421]: audit 2024-01-21T09:47:06.660828+0000 mgr.smithi118.lddrqf (mgr.14182) 216 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:10.086 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:47:10.086 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:47:10.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:10 smithi118 conmon[35245]: cluster 2024-01-21T09:47:08.439110+0000 mgr.smithi118.lddrqf (mgr.14182) 217 : 2024-01-21T09:47:10.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:10 smithi118 conmon[35245]: cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:10.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:10 smithi134 conmon[40421]: cluster 2024-01-21T09:47:08.439110+0000 mgr.smithi118.lddrqf (mgr.14182) 217 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:10.647 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:47:11.648 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:47:12.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:12 smithi118 conmon[35245]: audit 2024-01-21T09:47:10.082698+0000 mgr.smithi118.lddrqf (mgr.14182) 218 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:12.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:12 smithi118 conmon[35245]: cluster 2024-01-21T09:47:10.439830+0000 mgr.smithi118.lddrqf (mgr.14182) 219 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:12.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:12 smithi134 conmon[40421]: audit 2024-01-21T09:47:10.082698+0000 mgr.smithi118.lddrqf (mgr.14182) 218 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:12.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:12 smithi134 conmon[40421]: cluster 2024-01-21T09:47:10.439830+0000 mgr.smithi118.lddrqf (mgr.14182) 219 : 2024-01-21T09:47:12.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:12 smithi134 conmon[40421]: cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:13.448 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:47:13.448 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:47:14.005 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:47:14.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:14 smithi118 conmon[35245]: cluster 2024-01-21T09:47:12.440284+0000 mgr.smithi118.lddrqf (mgr.14182) 220 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:14.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:14 smithi134 conmon[40421]: cluster 2024-01-21T09:47:12.440284+0000 mgr.smithi118.lddrqf (mgr.14182) 220 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:15.008 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:47:15.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:15 smithi118 conmon[35245]: audit 2024-01-21T09:47:13.444627+0000 mgr.smithi118.lddrqf (mgr.14182) 221 : audit 2024-01-21T09:47:15.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:15 smithi118 conmon[35245]: [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:15.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:15 smithi134 conmon[40421]: audit 2024-01-21T09:47:13.444627+0000 mgr.smithi118.lddrqf (mgr.14182) 221 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:16.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:16 smithi118 conmon[35245]: cluster 2024-01-21T09:47:14.440796+0000 mgr.smithi118.lddrqf (mgr.14182) 222 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:16.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:16 smithi134 conmon[40421]: cluster 2024-01-21T09:47:14.440796+0000 mgr.smithi118.lddrqf (mgr.14182) 222 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:16.725 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:47:16.725 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:47:17.222 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:47:18.223 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:47:18.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:18 smithi118 conmon[35245]: cluster 2024-01-21T09:47:16.441282+0000 mgr.smithi118.lddrqf (mgr.14182) 223 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:18.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:18 smithi118 conmon[35245]: audit 2024-01-21T09:47:16.721488+0000 mgr.smithi118.lddrqf (mgr.14182) 224 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:18.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:18 smithi134 conmon[40421]: cluster 2024-01-21T09:47:16.441282+0000 mgr.smithi118.lddrqf (mgr.14182) 223 : cluster 2024-01-21T09:47:18.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:18 smithi134 conmon[40421]: [DBG] pgmap v175: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:18.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:18 smithi134 conmon[40421]: audit 2024-01-21T09:47:16.721488+0000 mgr.smithi118.lddrqf (mgr.14182) 224 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:19.984 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:47:19.984 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:47:20.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:20 smithi118 conmon[35245]: cluster 2024-01-21T09:47:18.441679+0000 mgr.smithi118.lddrqf ( 2024-01-21T09:47:20.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:20 smithi118 conmon[35245]: mgr.14182) 225 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:20.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:20 smithi134 conmon[40421]: cluster 2024-01-21T09:47:18.441679+0000 mgr.smithi118.lddrqf (mgr.14182) 225 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:20.487 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:47:21.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:21 smithi118 conmon[35245]: audit 2024-01-21T09:47:19.980958+0000 mgr.smithi118.lddrqf (mgr.14182) 226 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:21.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:21 smithi134 conmon[40421]: audit 2024-01-21T09:47:19.980958+0000 mgr.smithi118.lddrqf (mgr.14182) 226 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:21.488 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:47:22.263 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:22 smithi118 conmon[35245]: cluster 2024-01-21T09:47:20.442374+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T09:47:22.263 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:22 smithi118 conmon[35245]: ) 227 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:22.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:22 smithi134 conmon[40421]: cluster 2024-01-21T09:47:20.442374+0000 mgr.smithi118.lddrqf (mgr.14182) 227 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:23.203 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:47:23.203 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:47:23.769 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:47:24.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:24 smithi118 conmon[35245]: cluster 2024-01-21T09:47:22.442810+0000 mgr.smithi118.lddrqf (mgr.14182) 228 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:24.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:24 smithi134 conmon[40421]: cluster 2024-01-21T09:47:22.442810+0000 mgr.smithi118.lddrqf (mgr.14182) 228 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:24.770 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:47:25.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:25 smithi118 conmon[35245]: audit 2024-01-21T09:47:23.199403+0000 mgr.smithi118.lddrqf (mgr.14182) 229 : audit [DBG] 2024-01-21T09:47:25.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:25 smithi118 conmon[35245]: from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:25.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:25 smithi134 conmon[40421]: audit 2024-01-21T09:47:23.199403+0000 mgr.smithi118.lddrqf (mgr.14182) 229 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:26.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:26 smithi118 conmon[35245]: cluster 2024-01-21T09:47:24.443413+0000 mgr.smithi118.lddrqf (mgr.14182) 230 : cluster 2024-01-21T09:47:26.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:26 smithi118 conmon[35245]: [DBG] pgmap v179: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:26.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:26 smithi134 conmon[40421]: cluster 2024-01-21T09:47:24.443413+0000 mgr.smithi118.lddrqf (mgr.14182) 230 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:26.504 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:47:26.504 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:47:27.002 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:47:28.004 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:47:28.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:28 smithi118 conmon[35245]: cluster 2024-01-21T09:47:26.443873+0000 mgr.smithi118.lddrqf (mgr.14182) 231 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:28.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:28 smithi118 conmon[35245]: audit 2024-01-21T09:47:26.500532+0000 mgr.smithi118.lddrqf (mgr.14182) 232 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:28.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:28 smithi134 conmon[40421]: cluster 2024-01-21T09:47:26.443873+0000 mgr.smithi118.lddrqf (mgr.14182) 231 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:28.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:28 smithi134 conmon[40421]: audit 2024-01-21T09:47:26.500532+0000 mgr.smithi118.lddrqf (mgr.14182) 232 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:29.337 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:29 smithi118 conmon[35245]: cluster 2024-01-21T09:47:28.444300+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:47:29.338 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:29 smithi118 conmon[35245]: 233 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:29.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:29 smithi134 conmon[40421]: cluster 2024-01-21T09:47:28.444300+0000 mgr.smithi118.lddrqf (mgr.14182) 233 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:29.707 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:47:29.708 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:47:30.269 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:47:31.270 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:47:31.305 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:30 smithi118 conmon[35245]: audit 2024-01-21T09:47:29.704321+0000 mgr.smithi118.lddrqf ( 2024-01-21T09:47:31.305 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:30 smithi118 conmon[35245]: mgr.14182) 234 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:31.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:30 smithi134 conmon[40421]: audit 2024-01-21T09:47:29.704321+0000 mgr.smithi118.lddrqf (mgr.14182) 234 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:31.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:30 smithi134 conmon[40421]: 2024-01-21T09:47:32.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:31 smithi118 conmon[35245]: cluster 2024-01-21T09:47:30.444796+0000 mgr.smithi118.lddrqf (mgr.14182) 235 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:32.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:31 smithi134 conmon[40421]: cluster 2024-01-21T09:47:30.444796+0000 mgr.smithi118.lddrqf (mgr.14182) 235 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:32.966 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:47:32.966 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:47:33.535 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:47:34.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:33 smithi118 conmon[35245]: cluster 2024-01-21T09:47:32.445208+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:47:34.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:33 smithi118 conmon[35245]: 236 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:34.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:33 smithi118 conmon[35245]: audit 2024-01-21T09:47:32.962732+0000 mgr.smithi118.lddrqf (mgr.14182) 237 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:34.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:33 smithi134 conmon[40421]: cluster 2024-01-21T09:47:32.445208+0000 mgr.smithi118.lddrqf (mgr.14182) 236 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:34.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:33 smithi134 conmon[40421]: audit 2024-01-21T09:47:32.962732+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T09:47:34.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:33 smithi134 conmon[40421]: ) 237 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:34.536 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:47:36.016 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:35 smithi118 conmon[35245]: cluster 2024-01-21T09:47:34.445760+0000 mgr.smithi118.lddrqf (mgr.14182) 238 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:36.362 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:47:36.362 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:47:36.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:35 smithi134 conmon[40421]: cluster 2024-01-21T09:47:34.445760+0000 mgr.smithi118.lddrqf (mgr.14182) 238 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:36.893 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:47:37.894 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:47:38.326 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:37 smithi118 conmon[35245]: audit 2024-01-21T09:47:36.358588+0000 mgr.smithi118.lddrqf (mgr.14182) 239 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:38.326 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:37 smithi118 conmon[35245]: cluster 2024-01-21T09:47:36.446279+0000 mgr.smithi118.lddrqf (mgr.14182) 240 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:38.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:37 smithi134 conmon[40421]: audit 2024-01-21T09:47:36.358588+0000 mgr.smithi118.lddrqf (mgr.14182) 239 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:38.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:37 smithi134 conmon[40421]: cluster 2024-01-21T09:47:36.446279+0000 mgr.smithi118.lddrqf (mgr.14182) 240 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:39.609 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:47:39.609 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:47:40.162 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:47:40.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:39 smithi118 conmon[35245]: cluster 2024-01-21T09:47:38.446700+0000 mgr.smithi118.lddrqf (mgr.14182) 241 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:40.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:39 smithi134 conmon[40421]: cluster 2024-01-21T09:47:38.446700+0000 mgr.smithi118.lddrqf (mgr.14182) 241 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:41.162 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:47:41.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:40 smithi118 conmon[35245]: audit 2024-01-21T09:47:39.605926+0000 mgr.smithi118.lddrqf (mgr.14182) 242 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:41.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:40 smithi134 conmon[40421]: audit 2024-01-21T09:47:39.605926+0000 mgr.smithi118.lddrqf (mgr.14182) 242 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:41.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:40 smithi134 conmon[40421]: 2024-01-21T09:47:42.241 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:41 smithi118 conmon[35245]: cluster 2024-01-21T09:47:40.447331+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:47:42.241 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:41 smithi118 conmon[35245]: 243 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:42.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:41 smithi134 conmon[40421]: cluster 2024-01-21T09:47:40.447331+0000 mgr.smithi118.lddrqf (mgr.14182) 243 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:42.821 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:47:42.821 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:47:43.391 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:47:44.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:43 smithi118 conmon[35245]: cluster 2024-01-21T09:47:42.447843+0000 mgr.smithi118.lddrqf (mgr.14182) 244 : cluster 2024-01-21T09:47:44.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:43 smithi118 conmon[35245]: [DBG] pgmap v188: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:44.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:43 smithi118 conmon[35245]: audit 2024-01-21T09:47:42.817533+0000 mgr.smithi118.lddrqf (mgr.14182) 245 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:44.392 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:47:44.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:43 smithi134 conmon[40421]: cluster 2024-01-21T09:47:42.447843+0000 mgr.smithi118.lddrqf (mgr.14182) 244 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:44.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:43 smithi134 conmon[40421]: 2024-01-21T09:47:44.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:43 smithi134 conmon[40421]: audit 2024-01-21T09:47:42.817533+0000 mgr.smithi118.lddrqf (mgr.14182) 245 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:46.198 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:47:46.198 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:47:46.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:45 smithi118 conmon[35245]: cluster 2024-01-21T09:47:44.448427+0000 mgr.smithi118.lddrqf (mgr.14182) 246 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:46.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:45 smithi134 conmon[40421]: cluster 2024-01-21T09:47:44.448427+0000 mgr.smithi118.lddrqf (mgr.14182) 246 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:46.766 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:47:47.767 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:47:48.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:48 smithi118 conmon[35245]: audit 2024-01-21T09:47:46.194257+0000 mgr.smithi118.lddrqf ( 2024-01-21T09:47:48.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:48 smithi118 conmon[35245]: mgr.14182) 247 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:48.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:48 smithi118 conmon[35245]: cluster 2024-01-21T09:47:46.449122+0000 mgr.smithi118.lddrqf (mgr.14182) 248 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:48.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:48 smithi134 conmon[40421]: audit 2024-01-21T09:47:46.194257+0000 mgr.smithi118.lddrqf (mgr.14182) 247 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:48.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:48 smithi134 conmon[40421]: cluster 2024-01-21T09:47:46.449122+0000 mgr.smithi118.lddrqf ( 2024-01-21T09:47:48.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:48 smithi134 conmon[40421]: mgr.14182) 248 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:49.512 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:47:49.512 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:47:50.032 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:47:50.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:50 smithi118 conmon[35245]: cluster 2024-01-21T09:47:48.449748+0000 mgr.smithi118.lddrqf (mgr.14182) 249 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:50.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:50 smithi134 conmon[40421]: cluster 2024-01-21T09:47:48.449748+0000 mgr.smithi118.lddrqf (mgr.14182) 249 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:51.033 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:47:51.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:51 smithi118 conmon[35245]: audit 2024-01-21T09:47:49.509063+0000 mgr.smithi118.lddrqf (mgr.14182) 250 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:51.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:51 smithi134 conmon[40421]: audit 2024-01-21T09:47:49.509063+0000 mgr.smithi118.lddrqf (mgr.14182) 250 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:52.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:52 smithi118 conmon[35245]: cluster 2024-01-21T09:47:50.450271+0000 mgr.smithi118.lddrqf (mgr.14182) 251 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:52.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:52 smithi118 conmon[35245]: 2024-01-21T09:47:52.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:52 smithi134 conmon[40421]: cluster 2024-01-21T09:47:50.450271+0000 mgr.smithi118.lddrqf (mgr.14182) 251 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:52.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:52 smithi134 conmon[40421]: 2024-01-21T09:47:52.767 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:47:52.767 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:47:53.323 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:47:54.324 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:47:54.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:54 smithi118 conmon[35245]: cluster 2024-01-21T09:47:52.450678+0000 mgr.smithi118.lddrqf (mgr.14182) 252 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:54.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:54 smithi118 conmon[35245]: audit 2024-01-21T09:47:52.762155+0000 mgr.smithi118.lddrqf (mgr.14182) 253 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:54.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:54 smithi134 conmon[40421]: cluster 2024-01-21T09:47:52.450678+0000 mgr.smithi118.lddrqf (mgr.14182) 252 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:54.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:54 smithi134 conmon[40421]: audit 2024-01-21T09:47:54.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:54 smithi134 conmon[40421]: 2024-01-21T09:47:52.762155+0000 mgr.smithi118.lddrqf (mgr.14182) 253 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:56.031 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:47:56.031 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:47:56.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:56 smithi118 conmon[35245]: cluster 2024-01-21T09:47:54.451177+0000 mgr.smithi118.lddrqf (mgr.14182) 254 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:56.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:56 smithi134 conmon[40421]: cluster 2024-01-21T09:47:54.451177+0000 mgr.smithi118.lddrqf (mgr.14182) 254 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:56.574 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:47:57.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:57 smithi118 conmon[35245]: audit 2024-01-21T09:47:56.026419+0000 mgr.smithi118.lddrqf (mgr.14182) 255 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:57.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:57 smithi134 conmon[40421]: audit 2024-01-21T09:47:56.026419+0000 mgr.smithi118.lddrqf (mgr.14182) 255 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:47:57.576 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:47:58.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:58 smithi118 conmon[35245]: cluster 2024-01-21T09:47:56.451658+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T09:47:58.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:47:58 smithi118 conmon[35245]: ) 256 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:58.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:58 smithi134 conmon[40421]: cluster 2024-01-21T09:47:56.451658+0000 mgr.smithi118.lddrqf (mgr.14182) 256 : cluster [DBG] 2024-01-21T09:47:58.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:47:58 smithi134 conmon[40421]: pgmap v195: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:47:59.266 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:47:59.267 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:47:59.792 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:48:00.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:00 smithi118 conmon[35245]: cluster 2024-01-21T09:47:58.452034+0000 mgr.smithi118.lddrqf (mgr.14182) 257 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:00.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:00 smithi134 conmon[40421]: cluster 2024-01-21T09:47:58.452034+0000 mgr.smithi118.lddrqf (mgr.14182) 257 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:00.793 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:48:01.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:01 smithi118 conmon[35245]: audit 2024-01-21T09:47:59.263205+0000 mgr.smithi118.lddrqf (mgr.14182) 258 2024-01-21T09:48:01.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:01 smithi118 conmon[35245]: : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:01.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:01 smithi134 conmon[40421]: audit 2024-01-21T09:47:59.263205+0000 mgr.smithi118.lddrqf (mgr.14182) 258 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:02.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:02 smithi118 conmon[35245]: cluster 2024-01-21T09:48:00.452572+0000 mgr.smithi118.lddrqf (mgr.14182) 259 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:02.460 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:48:02.461 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:48:02.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:02 smithi134 conmon[40421]: cluster 2024-01-21T09:48:00.452572+0000 mgr.smithi118.lddrqf (mgr.14182) 259 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:03.014 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:48:04.014 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:48:04.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:04 smithi118 conmon[35245]: cluster 2024-01-21T09:48:02.452997+0000 2024-01-21T09:48:04.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:04 smithi118 conmon[35245]: mgr.smithi118.lddrqf (mgr.14182) 260 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:04.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:04 smithi118 conmon[35245]: audit 2024-01-21T09:48:02.457310+0000 mgr.smithi118.lddrqf (mgr.14182) 261 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:04.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:04 smithi134 conmon[40421]: cluster 2024-01-21T09:48:02.452997+0000 mgr.smithi118.lddrqf (mgr.14182) 260 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:04.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:04 smithi134 conmon[40421]: audit 2024-01-21T09:48:04.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:04 smithi134 conmon[40421]: 2024-01-21T09:48:02.457310+0000 mgr.smithi118.lddrqf (mgr.14182) 261 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:05.699 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:48:05.699 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:48:06.255 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:48:06.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:06 smithi118 conmon[35245]: cluster 2024-01-21T09:48:04.453511+0000 mgr.smithi118.lddrqf (mgr.14182) 262 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:06.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:06 smithi134 conmon[40421]: cluster 2024-01-21T09:48:04.453511+0000 mgr.smithi118.lddrqf (mgr.14182) 262 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:07.255 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:48:07.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:07 smithi118 conmon[35245]: audit 2024-01-21T09:48:05.695421+0000 mgr.smithi118.lddrqf (mgr.14182) 263 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:07.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:07 smithi134 conmon[40421]: audit 2024-01-21T09:48:05.695421+0000 mgr.smithi118.lddrqf (mgr.14182) 263 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:08.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:08 smithi118 conmon[35245]: cluster 2024-01-21T09:48:06.454009+0000 mgr.smithi118.lddrqf (mgr.14182) 264 : cluster 2024-01-21T09:48:08.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:08 smithi118 conmon[35245]: [DBG] pgmap v200: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:08.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:08 smithi134 conmon[40421]: cluster 2024-01-21T09:48:06.454009+0000 mgr.smithi118.lddrqf (mgr.14182) 264 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:09.064 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:48:09.064 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:48:09.614 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:48:10.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:10 smithi118 conmon[35245]: cluster 2024-01-21T09:48:08.454569+0000 mgr.smithi118.lddrqf (mgr.14182) 265 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:10.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:10 smithi118 conmon[35245]: audit 2024-01-21T09:48:09.061038+0000 mgr.smithi118.lddrqf (mgr.14182) 266 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:10.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:10 smithi134 conmon[40421]: cluster 2024-01-21T09:48:08.454569+0000 mgr.smithi118.lddrqf (mgr.14182) 265 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:10.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:10 smithi134 conmon[40421]: audit 2024-01-21T09:48:10.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:10 smithi134 conmon[40421]: 2024-01-21T09:48:09.061038+0000 mgr.smithi118.lddrqf (mgr.14182) 266 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:10.615 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:48:12.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:12 smithi118 conmon[35245]: cluster 2024-01-21T09:48:10.455204+0000 mgr.smithi118.lddrqf (mgr. 2024-01-21T09:48:12.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:12 smithi118 conmon[35245]: 14182) 267 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:12.345 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:48:12.345 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:48:12.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:12 smithi134 conmon[40421]: cluster 2024-01-21T09:48:10.455204+0000 mgr.smithi118.lddrqf (mgr.14182) 267 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:12.903 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:48:13.905 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:48:14.312 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:14 smithi118 conmon[35245]: audit 2024-01-21T09:48:12.341299+0000 mgr.smithi118.lddrqf (mgr.14182) 268 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:14.312 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:14 smithi118 conmon[35245]: cluster 2024-01-21T09:48:12.455683+0000 mgr.smithi118.lddrqf (mgr.14182) 269 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:14.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:14 smithi134 conmon[40421]: audit 2024-01-21T09:48:12.341299+0000 mgr.smithi118.lddrqf (mgr.14182) 268 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:14.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:14 smithi134 conmon[40421]: cluster 2024-01-21T09:48:12.455683+0000 mgr.smithi118.lddrqf (mgr.14182) 269 : cluster 2024-01-21T09:48:14.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:14 smithi134 conmon[40421]: [DBG] pgmap v203: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:15.584 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:48:15.584 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:48:16.072 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:48:16.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:16 smithi118 conmon[35245]: cluster 2024-01-21T09:48:14.456144+0000 mgr.smithi118.lddrqf (mgr.14182) 270 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:16.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:16 smithi134 conmon[40421]: cluster 2024-01-21T09:48:14.456144+0000 mgr.smithi118.lddrqf (mgr.14182) 270 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:17.073 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:48:17.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:17 smithi118 conmon[35245]: audit 2024-01-21T09:48:15.580964+0000 mgr.smithi118.lddrqf (mgr.14182) 271 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:17.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:17 smithi134 conmon[40421]: audit 2024-01-21T09:48:15.580964+0000 mgr.smithi118.lddrqf (mgr.14182) 271 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:18.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:18 smithi118 conmon[35245]: cluster 2024-01-21T09:48:16.456845+0000 mgr.smithi118.lddrqf (mgr.14182) 272 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:18.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:18 smithi134 conmon[40421]: cluster 2024-01-21T09:48:16.456845+0000 mgr.smithi118.lddrqf (mgr.14182) 272 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:18.801 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:48:18.801 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:48:19.336 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:48:20.337 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:48:20.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:20 smithi118 conmon[35245]: cluster 2024-01-21T09:48:18.457267+0000 mgr.smithi118.lddrqf (mgr.14182) 273 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:20.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:20 smithi118 conmon[35245]: audit 2024-01-21T09:48:18.798242+0000 mgr.smithi118.lddrqf (mgr.14182) 274 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:20.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:20 smithi134 conmon[40421]: cluster 2024-01-21T09:48:18.457267+0000 mgr.smithi118.lddrqf (mgr.14182) 273 2024-01-21T09:48:20.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:20 smithi134 conmon[40421]: : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:20.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:20 smithi134 conmon[40421]: audit 2024-01-21T09:48:18.798242+0000 mgr.smithi118.lddrqf (mgr.14182) 274 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:22.095 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:48:22.095 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:48:22.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:22 smithi118 conmon[35245]: cluster 2024-01-21T09:48:20.457833+0000 mgr.smithi118.lddrqf (mgr.14182) 275 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:22.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:22 smithi134 conmon[40421]: cluster 2024-01-21T09:48:20.457833+0000 mgr.smithi118.lddrqf (mgr.14182) 275 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:22.704 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:48:23.704 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:48:24.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:24 smithi118 conmon[35245]: audit 2024-01-21T09:48:22.092003+0000 mgr.smithi118.lddrqf (mgr.14182) 276 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:24.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:24 smithi118 conmon[35245]: cluster 2024-01-21T09:48:22.458392+0000 mgr.smithi118.lddrqf (mgr.14182) 277 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:24.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:24 smithi134 conmon[40421]: audit 2024-01-21T09:48:22.092003+0000 mgr.smithi118.lddrqf (mgr.14182) 276 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:24.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:24 smithi134 conmon[40421]: cluster 2024-01-21T09:48:22.458392+0000 mgr.smithi118.lddrqf (mgr.14182) 277 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:25.443 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:48:25.443 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:48:26.061 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:48:26.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:25 smithi118 conmon[35245]: cluster 2024-01-21T09:48:24.458933+0000 mgr.smithi118.lddrqf (mgr.14182) 278 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:26.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:25 smithi134 conmon[40421]: cluster 2024-01-21T09:48:24.458933+0000 mgr.smithi118.lddrqf (mgr.14182) 278 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:27.062 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:48:27.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:26 smithi118 conmon[35245]: audit 2024-01-21T09:48:25.439363+0000 mgr.smithi118.lddrqf (mgr.14182) 279 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:27.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:26 smithi134 conmon[40421]: audit 2024-01-21T09:48:25.439363+0000 mgr.smithi118.lddrqf (mgr.14182) 279 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:28.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:27 smithi118 conmon[35245]: cluster 2024-01-21T09:48:26.459495+0000 mgr.smithi118.lddrqf (mgr.14182) 280 2024-01-21T09:48:28.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:27 smithi118 conmon[35245]: : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:28.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:27 smithi134 conmon[40421]: cluster 2024-01-21T09:48:26.459495+0000 mgr.smithi118.lddrqf (mgr.14182) 280 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:28.775 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:48:28.775 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:48:29.259 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:48:30.260 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:48:30.293 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:29 smithi118 conmon[35245]: cluster 2024-01-21T09:48:28.460034+0000 mgr.smithi118.lddrqf (mgr.14182) 281 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:30.293 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:29 smithi118 conmon[35245]: audit 2024-01-21T09:48:28.771569+0000 mgr.smithi118.lddrqf (mgr.14182) 282 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:30.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:29 smithi134 conmon[40421]: cluster 2024-01-21T09:48:28.460034+0000 mgr.smithi118.lddrqf (mgr.14182) 281 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:30.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:29 smithi134 conmon[40421]: audit 2024-01-21T09:48:28.771569+0000 mgr.smithi118.lddrqf (mgr.14182) 282 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:31.961 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:48:31.961 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:48:32.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:31 smithi118 conmon[35245]: cluster 2024-01-21T09:48:30.460562+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T09:48:32.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:31 smithi118 conmon[35245]: ) 283 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:32.458 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:48:32.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:31 smithi134 conmon[40421]: cluster 2024-01-21T09:48:30.460562+0000 mgr.smithi118.lddrqf (mgr.14182) 283 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:33.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:33 smithi118 conmon[35245]: audit 2024-01-21T09:48:31.957503+0000 mgr.smithi118.lddrqf (mgr.14182) 284 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:33.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:33 smithi118 conmon[35245]: 2024-01-21T09:48:33.459 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:48:33.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:33 smithi134 conmon[40421]: audit 2024-01-21T09:48:31.957503+0000 mgr.smithi118.lddrqf (mgr.14182) 284 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:34.226 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:34 smithi118 conmon[35245]: cluster 2024-01-21T09:48:32. 2024-01-21T09:48:34.226 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:34 smithi118 conmon[35245]: 460974+0000 mgr.smithi118.lddrqf (mgr.14182) 285 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:34.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:34 smithi134 conmon[40421]: cluster 2024-01-21T09:48:32.460974+0000 mgr.smithi118.lddrqf (mgr 2024-01-21T09:48:34.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:34 smithi134 conmon[40421]: .14182) 285 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:35.193 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:48:35.193 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:48:35.734 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:48:36.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:36 smithi118 conmon[35245]: cluster 2024-01-21T09:48:34.461605+0000 mgr.smithi118.lddrqf (mgr.14182) 286 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:36.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:36 smithi134 conmon[40421]: cluster 2024-01-21T09:48:34.461605+0000 mgr.smithi118.lddrqf (mgr.14182) 286 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:36.735 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:48:37.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:37 smithi118 conmon[35245]: audit 2024-01-21T09:48:35.189976+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T09:48:37.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:37 smithi118 conmon[35245]: ) 287 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:37.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:37 smithi134 conmon[40421]: audit 2024-01-21T09:48:35.189976+0000 mgr.smithi118.lddrqf (mgr.14182) 287 : audit [DBG] 2024-01-21T09:48:37.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:37 smithi134 conmon[40421]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:38.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:38 smithi118 conmon[35245]: cluster 2024-01-21T09:48:36.462171+0000 mgr.smithi118.lddrqf (mgr.14182) 288 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:38.424 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:48:38.424 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:48:38.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:38 smithi134 conmon[40421]: cluster 2024-01-21T09:48:36.462171+0000 mgr.smithi118.lddrqf (mgr.14182) 288 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:39.033 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:48:40.035 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:48:40.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:40 smithi118 conmon[35245]: audit 2024-01-21T09:48:38.420721+0000 mgr.smithi118.lddrqf (mgr.14182) 289 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:40.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:40 smithi118 conmon[35245]: cluster 2024-01-21T09:48:38.462590+0000 mgr.smithi118.lddrqf (mgr.14182) 290 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:40.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:40 smithi134 conmon[40421]: audit 2024-01-21T09:48:38.420721+0000 mgr.smithi118.lddrqf (mgr.14182) 289 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:40.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:40 smithi134 conmon[40421]: cluster 2024-01-21T09:48:38.462590+0000 mgr.smithi118.lddrqf (mgr.14182) 290 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:41.724 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:48:41.724 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:48:42.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:42 smithi118 conmon[35245]: cluster 2024-01-21T09:48:40.463105+0000 mgr.smithi118.lddrqf (mgr.14182) 291 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:42.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:42 smithi134 conmon[40421]: cluster 2024-01-21T09:48:40.463105+0000 mgr.smithi118.lddrqf (mgr. 2024-01-21T09:48:42.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:42 smithi134 conmon[40421]: 14182) 291 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:42.488 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:48:43.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:43 smithi118 conmon[35245]: audit 2024-01-21T09:48:41.720004+0000 mgr.smithi118.lddrqf (mgr.14182) 292 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:43.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:43 smithi134 conmon[40421]: audit 2024-01-21T09:48:41.720004+0000 mgr.smithi118.lddrqf (mgr.14182) 292 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:43.490 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:48:44.191 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:44 smithi118 conmon[35245]: cluster 2024-01-21T09:48:42.463648+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:48:44.191 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:44 smithi118 conmon[35245]: 293 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:44.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:44 smithi134 conmon[40421]: cluster 2024-01-21T09:48:42.463648+0000 mgr.smithi118.lddrqf (mgr.14182) 293 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:45.180 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:48:45.180 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:48:45.714 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:48:46.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:46 smithi118 conmon[35245]: cluster 2024-01-21T09:48:44.464304+0000 mgr.smithi118.lddrqf (mgr.14182) 294 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:46.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:46 smithi134 conmon[40421]: cluster 2024-01-21T09:48:44.464304+0000 mgr.smithi118.lddrqf (mgr.14182) 294 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:46.714 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:48:47.330 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:47 smithi118 conmon[35245]: audit 2024-01-21T09:48:45.175703+0000 mgr.smithi118.lddrqf (mgr.14182) 295 2024-01-21T09:48:47.330 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:47 smithi118 conmon[35245]: : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:47.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:47 smithi134 conmon[40421]: audit 2024-01-21T09:48:45.175703+0000 mgr.smithi118.lddrqf (mgr.14182) 295 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:48.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:48 smithi118 conmon[35245]: cluster 2024-01-21T09:48:46.464782+0000 mgr.smithi118.lddrqf (mgr.14182) 296 : 2024-01-21T09:48:48.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:48 smithi118 conmon[35245]: cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:48.427 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:48:48.427 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z 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.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:48:48.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:48 smithi134 conmon[40421]: cluster 2024-01-21T09:48:46.464782+0000 mgr.smithi118.lddrqf (mgr.14182) 296 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:48.948 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:48:49.949 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:48:50.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:50 smithi118 conmon[35245]: audit 2024-01-21T09:48:48.423646+0000 mgr.smithi118.lddrqf (mgr.14182) 297 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:50.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:50 smithi118 conmon[35245]: cluster 2024-01-21T09:48:48.465261+0000 mgr.smithi118.lddrqf (mgr.14182) 298 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:50.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:50 smithi134 conmon[40421]: audit 2024-01-21T09:48:48.423646+0000 mgr.smithi118.lddrqf (mgr.14182) 297 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:50.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:50 smithi134 conmon[40421]: cluster 2024 2024-01-21T09:48:50.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:50 smithi134 conmon[40421]: -01-21T09:48:48.465261+0000 mgr.smithi118.lddrqf (mgr.14182) 298 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:51.700 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:48:51.701 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:48:52.271 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:48:52.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:52 smithi118 conmon[35245]: cluster 2024-01-21T09:48:50.465800+0000 mgr.smithi118.lddrqf (mgr.14182) 299 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:52.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:52 smithi118 conmon[35245]: audit 2024-01-21T09:48:51.310522+0000 mon.smithi118 (mon.0) 653 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi134.hkoirv"}]: dispatch 2024-01-21T09:48:52.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:52 smithi134 conmon[40421]: cluster 2024-01-21T09:48:50.465800+0000 mgr.smithi118.lddrqf (mgr.14182) 299 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:52.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:52 smithi134 conmon[40421]: audit 2024-01-21T09:48:51.310522+0000 mon.smithi118 (mon.0) 653 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi134.hkoirv"}]: dispatch 2024-01-21T09:48:53.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: cephadm 2024-01-21T09:48:51.309986+0000 mgr.smithi118.lddrqf (mgr.14182) 300 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv 2024-01-21T09:48:53.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv 2024-01-21T09:48:53.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv 2024-01-21T09:48:53.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv 2024-01-21T09:48:53.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: Deploy daemon haproxy.rgw.foo.smithi134.hkoirv ... 2024-01-21T09:48:53.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:48:53.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T09:48:53.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:46:54Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:48:53.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:47:32Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:48:53.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:48:10Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:48:53.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:48:53.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:48:53.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:48:53.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: Traceback (most recent call last): 2024-01-21T09:48:53.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:48:53.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: yield (conn, connr) 2024-01-21T09:48:53.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:48:53.097 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: code, '\n'.join(err))) 2024-01-21T09:48:53.097 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: 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-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv 2024-01-21T09:48:53.097 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv 2024-01-21T09:48:53.097 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv 2024-01-21T09:48:53.097 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv 2024-01-21T09:48:53.097 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: Deploy daemon haproxy.rgw.foo.smithi134.hkoirv ... 2024-01-21T09:48:53.097 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:48:53.097 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T09:48:53.097 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:46:54Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:48:53.097 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:47:32Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:48:53.097 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:48:10Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:48:53.098 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:48:53.098 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-01-21T09:48:53.098 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:48:53.098 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:48:53.098 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: cephadm 2024-01-21T09:48:51.310195+0000 mgr.smithi118.lddrqf (mgr.14182) 301 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi134.hkoirv 2024-01-21T09:48:53.098 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: cephadm 2024-01-21T09:48:51.311101+0000 mgr.smithi118.lddrqf (mgr.14182) 302 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv 2024-01-21T09:48:53.098 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv 2024-01-21T09:48:53.098 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv 2024-01-21T09:48:53.098 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv 2024-01-21T09:48:53.098 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: Deploy daemon haproxy.rgw.foo.smithi134.hkoirv ... 2024-01-21T09:48:53.098 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:48:53.098 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T09:48:53.098 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:46:54Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:48:53.098 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:47:32Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:48:53.099 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:48:10Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:48:53.099 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:48:53.099 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:48:53.099 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:48:53.099 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: cephadm 2024-01-21T09:48:51.312757+0000 mgr.smithi118.lddrqf (mgr.14182) 303 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi118.lzgafe on smithi118 2024-01-21T09:48:53.099 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:53 smithi118 conmon[35245]: audit 2024-01-21T09:48:51.696728+0000 mgr.smithi118.lddrqf (mgr.14182) 304 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:53.271 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:48:53.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: cephadm 2024-01-21T09:48:51.309986+0000 mgr.smithi118.lddrqf (mgr.14182) 300 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv 2024-01-21T09:48:53.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv 2024-01-21T09:48:53.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv 2024-01-21T09:48:53.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv 2024-01-21T09:48:53.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: Deploy daemon haproxy.rgw.foo.smithi134.hkoirv ... 2024-01-21T09:48:53.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:48:53.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T09:48:53.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:46:54Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:48:53.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:47:32Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:48:53.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:48:10Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:48:53.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:48:53.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:48:53.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:48:53.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: Traceback (most recent call last): 2024-01-21T09:48:53.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:48:53.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: yield (conn, connr) 2024-01-21T09:48:53.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:48:53.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: code, '\n'.join(err))) 2024-01-21T09:48:53.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: 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-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv 2024-01-21T09:48:53.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv 2024-01-21T09:48:53.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv 2024-01-21T09:48:53.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv 2024-01-21T09:48:53.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: Deploy daemon haproxy.rgw.foo.smithi134.hkoirv ... 2024-01-21T09:48:53.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:48:53.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T09:48:53.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:46:54Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:48:53.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:47:32Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:48:53.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:48:10Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:48:53.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:48:53.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-01-21T09:48:53.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:48:53.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:48:53.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: cephadm 2024-01-21T09:48:51.310195+0000 mgr.smithi118.lddrqf (mgr.14182) 301 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi134.hkoirv 2024-01-21T09:48:53.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: cephadm 2024-01-21T09:48:51.311101+0000 mgr.smithi118.lddrqf (mgr.14182) 302 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv 2024-01-21T09:48:53.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv 2024-01-21T09:48:53.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv 2024-01-21T09:48:53.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv 2024-01-21T09:48:53.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: Deploy daemon haproxy.rgw.foo.smithi134.hkoirv ... 2024-01-21T09:48:53.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:48:53.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T09:48:53.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:46:54Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:48:53.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:47:32Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:48:53.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:48:10Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:48:53.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:48:53.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:48:53.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:48:53.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: cephadm 2024-01-21T09:48:51.312757+0000 mgr.smithi118.lddrqf (mgr.14182) 303 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi118.lzgafe on smithi118 2024-01-21T09:48:53.468 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: audit 2024-01-21T09:48:51 2024-01-21T09:48:53.468 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:53 smithi134 conmon[40421]: .696728+0000 mgr.smithi118.lddrqf (mgr.14182) 304 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:54.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:54 smithi118 conmon[35245]: cluster 2024-01-21T09:48:52.466378+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T09:48:54.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:54 smithi118 conmon[35245]: ) 305 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:54.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:54 smithi134 conmon[40421]: cluster 2024-01-21T09:48:52.466378+0000 mgr.smithi118.lddrqf (mgr.14182) 305 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:54.964 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:48:54.967 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:48:55.488 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:48:56.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:56 smithi118 conmon[35245]: cluster 2024-01-21T09:48:54.466810+0000 mgr.smithi118.lddrqf (mgr.14182) 306 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:56.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:56 smithi118 conmon[35245]: audit 2024-01-21T09:48:54.959878+0000 mgr.smithi118.lddrqf (mgr.14182) 307 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:56.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:56 smithi134 conmon[40421]: cluster 2024-01-21T09:48:54.466810+0000 mgr.smithi118.lddrqf (mgr.14182) 306 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:56.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:56 smithi134 conmon[40421]: audit 2024-01-21T 2024-01-21T09:48:56.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:56 smithi134 conmon[40421]: 09:48:54.959878+0000 mgr.smithi118.lddrqf (mgr.14182) 307 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:48:56.489 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:48:58.230 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:48:58.230 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:48:58.255 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:48:58 smithi118 conmon[35245]: cluster 2024-01-21T09:48:56.467609+0000 mgr.smithi118.lddrqf (mgr.14182) 308 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:58.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:48:58 smithi134 conmon[40421]: cluster 2024-01-21T09:48:56.467609+0000 mgr.smithi118.lddrqf (mgr.14182) 308 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:48:58.721 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:48:59.722 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:49:00.315 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:00 smithi118 conmon[35245]: audit 2024-01-21T09:48:58.226419+0000 mgr.smithi118.lddrqf (mgr.14182) 309 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:00.316 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:00 smithi118 conmon[35245]: cluster 2024-01-21T09:48:58.468023+0000 2024-01-21T09:49:00.316 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:00 smithi118 conmon[35245]: mgr.smithi118.lddrqf (mgr.14182) 310 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:00.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:00 smithi134 conmon[40421]: audit 2024-01-21T09:48:58.226419+0000 mgr.smithi118.lddrqf (mgr.14182) 309 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:00.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:00 smithi134 conmon[40421]: cluster 2024-01-21T09:48:58.468023+0000 mgr.smithi118.lddrqf (mgr.14182) 310 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:01.490 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:49:01.490 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:49:02.012 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:49:02.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:02 smithi118 conmon[35245]: cluster 2024-01-21T09:49:00.468563+0000 mgr.smithi118.lddrqf (mgr.14182) 311 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:02.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:02 smithi134 conmon[40421]: cluster 2024-01-21T09:49:00.468563+0000 mgr.smithi118.lddrqf (mgr.14182) 311 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:03.013 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:49:03.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:03 smithi118 conmon[35245]: audit 2024-01-21T09:49:01.485786+0000 mgr.smithi118.lddrqf (mgr.14182) 312 : audit 2024-01-21T09:49:03.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:03 smithi118 conmon[35245]: [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:03.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:03 smithi134 conmon[40421]: audit 2024-01-21T09:49:01.485786+0000 mgr.smithi118.lddrqf (mgr.14182) 312 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:04.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:04 smithi118 conmon[35245]: cluster 2024-01-21T09:49:02.469018+0000 mgr.smithi118.lddrqf (mgr.14182) 313 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:04.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:04 smithi134 conmon[40421]: cluster 2024-01-21T09:49:02.469018+0000 mgr.smithi118.lddrqf (mgr.14182) 313 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:04.737 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:49:04.737 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:49:05.261 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:49:06.262 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:49:06.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:06 smithi118 conmon[35245]: cluster 2024-01-21T09:49:04.469525+0000 mgr.smithi118.lddrqf (mgr.14182) 314 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:06.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:06 smithi118 conmon[35245]: audit 2024-01-21T09:49:04.732675+0000 mgr.smithi118.lddrqf (mgr.14182) 315 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:06.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:06 smithi134 conmon[40421]: cluster 2024-01-21T09:49:04.469525+0000 mgr.smithi118.lddrqf (mgr.14182) 314 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:06.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:06 smithi134 conmon[40421]: audit 2024-01-21T09:49:04.732675+0000 mgr.smithi118.lddrqf (mgr.14182) 315 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:07.975 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:49:07.975 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:49:08.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:08 smithi118 conmon[35245]: cluster 2024-01-21T09:49:06.470110+0000 mgr.smithi118.lddrqf (mgr.14182) 316 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:08.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:08 smithi134 conmon[40421]: cluster 2024-01-21T09:49:06.470110+0000 mgr.smithi118.lddrqf (mgr.14182) 316 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:08.494 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:49:09.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:09 smithi118 conmon[35245]: audit 2024-01-21T09:49:07.971686+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:49:09.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:09 smithi118 conmon[35245]: 317 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:09.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:09 smithi134 conmon[40421]: audit 2024-01-21T09:49:07.971686+0000 mgr.smithi118.lddrqf (mgr.14182) 317 : audit [DBG] 2024-01-21T09:49:09.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:09 smithi134 conmon[40421]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:09.495 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:49:10.262 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:10 smithi118 conmon[35245]: cluster 2024-01-21T09 2024-01-21T09:49:10.262 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:10 smithi118 conmon[35245]: :49:08.470604+0000 mgr.smithi118.lddrqf (mgr.14182) 318 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:10.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:10 smithi134 conmon[40421]: cluster 2024-01-21T09:49:08.470604+0000 mgr.smithi118.lddrqf (mgr.14182) 318 : cluster [DBG] 2024-01-21T09:49:10.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:10 smithi134 conmon[40421]: pgmap v231: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:11.207 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:49:11.208 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:49:11.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:11 smithi118 conmon[35245]: cluster 2024-01-21T09:49:10.471152+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T09:49:11.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:11 smithi118 conmon[35245]: ) 319 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:11.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:11 smithi134 conmon[40421]: cluster 2024-01-21T09:49:10.471152+0000 mgr.smithi118.lddrqf (mgr.14182) 319 : cluster [DBG] 2024-01-21T09:49:11.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:11 smithi134 conmon[40421]: pgmap v232: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:11.762 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:49:12.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:12 smithi118 conmon[35245]: audit 2024-01-21T09:49:11.204127+0000 mgr.smithi118.lddrqf (mgr.14182) 320 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:12.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:12 smithi134 conmon[40421]: audit 2024-01-21T09:49:11.204127+0000 mgr.smithi118.lddrqf (mgr.14182) 320 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:12.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:12 smithi134 conmon[40421]: 2024-01-21T09:49:12.763 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:49:13.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:13 smithi118 conmon[35245]: cluster 2024-01-21T09:49:12.471821+0000 mgr.smithi118.lddrqf (mgr.14182) 321 : cluster [DBG] 2024-01-21T09:49:13.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:13 smithi118 conmon[35245]: pgmap v233: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:13.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:13 smithi134 conmon[40421]: cluster 2024-01-21T09:49:12.471821+0000 mgr.smithi118.lddrqf (mgr.14182) 321 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:13.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:13 smithi134 conmon[40421]: 2024-01-21T09:49:14.437 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:49:14.437 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:49:14.944 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:49:15.945 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:49:16.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:16 smithi118 conmon[35245]: audit 2024-01-21T09:49:14.433660+0000 mgr.smithi118.lddrqf (mgr.14182) 322 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:16.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:16 smithi118 conmon[35245]: cluster 2024-01-21T09:49:14.472559+0000 mgr.smithi118.lddrqf (mgr.14182) 323 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:16.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:16 smithi134 conmon[40421]: audit 2024-01-21T09:49:14.433660+0000 mgr.smithi118.lddrqf (mgr.14182) 322 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:16.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:16 smithi134 conmon[40421]: 2024-01-21T09:49:16.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:16 smithi134 conmon[40421]: cluster 2024-01-21T09:49:14.472559+0000 mgr.smithi118.lddrqf (mgr.14182) 323 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:17.763 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:49:17.763 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:49:18.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:18 smithi118 conmon[35245]: cluster 2024-01-21T09:49:16.473094+0000 mgr.smithi118.lddrqf (mgr.14182) 324 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:18.360 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:49:18.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:18 smithi134 conmon[40421]: cluster 2024-01-21T09:49:16.473094+0000 mgr.smithi118.lddrqf (mgr.14182) 324 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:19.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:19 smithi118 conmon[35245]: audit 2024-01-21T09:49:17.759972+0000 mgr.smithi118.lddrqf (mgr.14182) 325 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:19.361 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:49:19.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:19 smithi134 conmon[40421]: audit 2024-01-21T09:49:17.759972+0000 mgr.smithi118.lddrqf (mgr.14182) 325 : audit [DBG] 2024-01-21T09:49:19.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:19 smithi134 conmon[40421]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:20.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:20 smithi118 conmon[35245]: cluster 2024-01-21T09:49:18.473542+0000 mgr.smithi118.lddrqf (mgr.14182) 326 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:20.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:20 smithi134 conmon[40421]: cluster 2024-01-21T09:49:18.473542+0000 mgr.smithi118.lddrqf (mgr.14182) 326 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:20.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:20 smithi134 conmon[40421]: 2024-01-21T09:49:20.991 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:49:20.991 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:49:21.534 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:49:22.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:22 smithi118 conmon[35245]: cluster 2024-01-21T09:49:20.474118+0000 mgr.smithi118.lddrqf (mgr.14182) 327 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:22.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:22 smithi118 conmon[35245]: audit 2024-01-21T09:49:20.987420+0000 mgr.smithi118.lddrqf (mgr.14182) 328 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:22.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:22 smithi134 conmon[40421]: cluster 2024-01-21T09:49:20.474118+0000 mgr.smithi118.lddrqf (mgr.14182) 327 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:22.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:22 smithi134 conmon[40421]: 2024-01-21T09:49:22.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:22 smithi134 conmon[40421]: audit 2024-01-21T09:49:20.987420+0000 mgr.smithi118.lddrqf (mgr.14182) 328 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:22.535 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:49:24.325 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:49:24.326 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:49:24.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:24 smithi118 conmon[35245]: cluster 2024-01-21T09:49:22.474574+0000 mgr.smithi118.lddrqf (mgr.14182) 329 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:24.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:24 smithi134 conmon[40421]: cluster 2024-01-21T09:49:22.474574+0000 mgr.smithi118.lddrqf (mgr.14182) 329 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:24.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:24 smithi134 conmon[40421]: 2024-01-21T09:49:24.926 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:49:25.927 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:49:26.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:26 smithi118 conmon[35245]: audit 2024-01-21T09:49:24.321574+0000 mgr.smithi118.lddrqf (mgr.14182) 330 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:26.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:26 smithi118 conmon[35245]: cluster 2024-01-21T09:49:24.475059+0000 mgr.smithi118.lddrqf (mgr.14182) 331 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:26.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:26 smithi134 conmon[40421]: audit 2024-01-21T09:49:24.321574+0000 mgr.smithi118.lddrqf (mgr.14182) 330 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:26.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:26 smithi134 conmon[40421]: cluster 2024-01-21T09:49:24.475059+0000 mgr.smithi118.lddrqf (mgr.14182) 331 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:27.665 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:49:27.665 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:49:28.192 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:49:28.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:28 smithi118 conmon[35245]: cluster 2024-01-21T09:49:26.475784+0000 mgr.smithi118.lddrqf (mgr.14182) 332 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:28.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:28 smithi134 conmon[40421]: cluster 2024-01-21T09:49:26.475784+0000 mgr.smithi118.lddrqf (mgr.14182) 332 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:28.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:28 smithi134 conmon[40421]: 2024-01-21T09:49:29.193 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:49:29.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:29 smithi118 conmon[35245]: audit 2024-01-21T09:49:27.661879+0000 mgr.smithi118.lddrqf (mgr.14182) 333 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:29.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:29 smithi134 conmon[40421]: audit 2024-01-21T09:49:27.661879+0000 mgr.smithi118.lddrqf (mgr.14182) 333 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:29.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:29 smithi134 conmon[40421]: 2024-01-21T09:49:30.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:30 smithi118 conmon[35245]: cluster 2024-01-21T09:49:28.476377+0000 mgr.smithi118.lddrqf (mgr.14182) 334 : cluster 2024-01-21T09:49:30.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:30 smithi118 conmon[35245]: [DBG] pgmap v241: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:30.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:30 smithi134 conmon[40421]: cluster 2024-01-21T09:49:28.476377+0000 mgr.smithi118.lddrqf (mgr.14182) 334 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:30.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:30 smithi134 conmon[40421]: 2024-01-21T09:49:30.967 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:49:30.967 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:49:31.550 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:49:32.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:32 smithi118 conmon[35245]: cluster 2024-01-21T09:49:30.476949+0000 mgr.smithi118.lddrqf (mgr.14182) 335 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:32.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:32 smithi118 conmon[35245]: audit 2024-01-21T09:49:30.963254+0000 mgr.smithi118.lddrqf (mgr.14182) 336 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:32.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:32 smithi134 conmon[40421]: cluster 2024-01-21T09:49:30.476949+0000 mgr.smithi118.lddrqf (mgr.14182) 335 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:32.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:32 smithi134 conmon[40421]: audit 2024-01-21T09:49:30.963254+0000 mgr.smithi118.lddrqf (mgr.14182) 336 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:32.551 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:49:34.239 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:49:34.239 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:49:34.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:34 smithi118 conmon[35245]: cluster 2024-01-21T09:49:32.477634+0000 mgr.smithi118.lddrqf (mgr.14182) 337 : 2024-01-21T09:49:34.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:34 smithi118 conmon[35245]: cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:34.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:34 smithi134 conmon[40421]: cluster 2024-01-21T09:49:32.477634+0000 mgr.smithi118.lddrqf (mgr.14182) 337 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:34.742 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:49:35.743 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:49:36.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:36 smithi118 conmon[35245]: audit 2024-01-21T09:49:34.235922+0000 mgr.smithi118.lddrqf (mgr.14182) 338 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:36.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:36 smithi118 conmon[35245]: cluster 2024-01-21T09:49:34.478149+0000 mgr.smithi118.lddrqf (mgr.14182) 339 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:36.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:36 smithi134 conmon[40421]: audit 2024-01-21T09:49:34.235922+0000 mgr.smithi118.lddrqf (mgr.14182) 338 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:36.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:36 smithi134 conmon[40421]: cluster 2024-01-21T09:49:34.478149+0000 mgr.smithi118.lddrqf (mgr.14182) 339 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:37.479 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:49:37.479 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:49:38.039 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:49:38.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:38 smithi118 conmon[35245]: cluster 2024-01-21T09:49:36.478854+0000 mgr.smithi118.lddrqf (mgr.14182) 340 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:38.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:38 smithi134 conmon[40421]: cluster 2024-01-21T09:49:36.478854+0000 mgr.smithi118.lddrqf (mgr.14182) 340 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:39.041 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:49:39.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:39 smithi118 conmon[35245]: audit 2024-01-21T09:49:37.474905+0000 2024-01-21T09:49:39.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:39 smithi118 conmon[35245]: mgr.smithi118.lddrqf (mgr.14182) 341 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:39.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:39 smithi134 conmon[40421]: audit 2024-01-21T09:49:37.474905+0000 mgr.smithi118.lddrqf (mgr.14182) 341 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:39.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:39 smithi134 conmon[40421]: 2024-01-21T09:49:40.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:40 smithi118 conmon[35245]: cluster 2024-01-21T09:49:38.479455+0000 mgr.smithi118.lddrqf (mgr.14182) 342 : cluster 2024-01-21T09:49:40.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:40 smithi118 conmon[35245]: [DBG] pgmap v246: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:40.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:40 smithi134 conmon[40421]: cluster 2024-01-21T09:49:38.479455+0000 mgr.smithi118.lddrqf (mgr.14182) 342 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:40.782 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:49:40.782 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:49:41.297 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:49:42.298 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:49:42.332 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:42 smithi118 conmon[35245]: cluster 2024-01-21T09:49:40.479931+0000 mgr.smithi118.lddrqf (mgr.14182) 343 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:42.332 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:42 smithi118 conmon[35245]: audit 2024-01-21T09:49:40.778216+0000 mgr.smithi118.lddrqf (mgr.14182) 344 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:42.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:42 smithi134 conmon[40421]: cluster 2024-01-21T09:49:40.479931+0000 mgr.smithi118.lddrqf (mgr.14182) 343 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:42.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:42 smithi134 conmon[40421]: audit 2024-01-21T09:49:40.778216+0000 mgr.smithi118.lddrqf (mgr.14182) 344 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:44.115 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:49:44.115 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:49:44.306 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:44 smithi118 conmon[35245]: cluster 2024-01-21T09:49:42.480523+0000 mgr.smithi118.lddrqf (mgr.14182) 345 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:44.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:44 smithi134 conmon[40421]: cluster 2024-01-21T09:49:42.480523+0000 mgr.smithi118.lddrqf (mgr.14182) 345 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:44.647 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:49:45.648 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:49:46.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:46 smithi118 conmon[35245]: audit 2024-01-21T09:49:44.110592+0000 mgr.smithi118.lddrqf (mgr.14182) 346 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:46.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:46 smithi118 conmon[35245]: cluster 2024-01-21T09:49:44.481285+0000 mgr.smithi118.lddrqf (mgr.14182) 347 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:46.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:46 smithi134 conmon[40421]: audit 2024-01-21T09:49:44.110592+0000 mgr.smithi118.lddrqf (mgr.14182) 346 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:46.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:46 smithi134 conmon[40421]: 2024-01-21T09:49:46.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:46 smithi134 conmon[40421]: cluster 2024-01-21T09:49:44.481285+0000 mgr.smithi118.lddrqf (mgr.14182) 347 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:47.380 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:49:47.381 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:49:47.921 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:49:48.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:48 smithi118 conmon[35245]: cluster 2024-01-21T09:49:46.481790+0000 mgr.smithi118.lddrqf (mgr.14182) 348 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:48.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:48 smithi134 conmon[40421]: cluster 2024-01-21T09:49:46.481790+0000 mgr.smithi118.lddrqf (mgr.14182) 348 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:48.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:48 smithi134 conmon[40421]: 2024-01-21T09:49:48.922 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:49:49.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:49 smithi118 conmon[35245]: audit 2024-01-21T09:49:47.376643+0000 mgr.smithi118.lddrqf ( 2024-01-21T09:49:49.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:49 smithi118 conmon[35245]: mgr.14182) 349 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:49.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:49 smithi134 conmon[40421]: audit 2024-01-21T09:49:47.376643+0000 mgr.smithi118.lddrqf (mgr.14182) 349 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:49.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:49 smithi134 conmon[40421]: 2024-01-21T09:49:50.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:50 smithi118 conmon[35245]: cluster 2024-01-21T09:49:48.482274+0000 mgr.smithi118.lddrqf (mgr.14182) 350 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:50.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:50 smithi118 conmon[35245]: 2024-01-21T09:49:50.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:50 smithi134 conmon[40421]: cluster 2024-01-21T09:49:48.482274+0000 mgr.smithi118.lddrqf (mgr.14182) 350 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:50.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:50 smithi134 conmon[40421]: 2024-01-21T09:49:50.651 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:49:50.651 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:49:51.196 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:49:52.197 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:49:52.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:52 smithi118 conmon[35245]: cluster 2024-01-21T09:49:50.482733+0000 mgr.smithi118.lddrqf (mgr.14182) 351 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:52.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:52 smithi118 conmon[35245]: audit 2024-01-21T09:49:50.647715+0000 mgr.smithi118.lddrqf (mgr.14182) 352 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:52.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:52 smithi134 conmon[40421]: cluster 2024-01-21T09:49:50.482733+0000 mgr.smithi118.lddrqf (mgr.14182) 351 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:52.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:52 smithi134 conmon[40421]: audit 2024-01-21T09:49:50.647715+0000 mgr.smithi118.lddrqf (mgr.14182) 352 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:53.992 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:49:53.992 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:49:54.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:54 smithi118 conmon[35245]: cluster 2024-01-21T09:49:52.483138+0000 mgr.smithi118.lddrqf (mgr.14182) 353 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:54.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:54 smithi134 conmon[40421]: cluster 2024-01-21T09:49:52.483138+0000 mgr.smithi118.lddrqf (mgr.14182) 353 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:54.546 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:49:55.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:55 smithi118 conmon[35245]: audit 2024-01-21T09:49:53.988391+0000 mgr.smithi118.lddrqf (mgr.14182) 354 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:55.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:55 smithi134 conmon[40421]: audit 2024-01-21T09:49:53.988391+0000 mgr.smithi118.lddrqf (mgr.14182) 354 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:55.547 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:49:56.321 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:56 smithi118 conmon[35245]: cluster 2024-01-21T09:49:54.483764+0000 mgr.smithi118.lddrqf (mgr.14182) 355 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:56.321 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:56 smithi118 conmon[35245]: 2024-01-21T09:49:56.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:56 smithi134 conmon[40421]: cluster 2024-01-21T09:49:54.483764+0000 mgr.smithi118.lddrqf (mgr.14182) 355 : cluster [DBG] 2024-01-21T09:49:56.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:56 smithi134 conmon[40421]: pgmap v254: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:57.309 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:49:57.309 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:49:57.895 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:49:58.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:58 smithi118 conmon[35245]: cluster 2024-01-21T09:49:56.484246+0000 mgr.smithi118.lddrqf (mgr.14182) 356 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:58.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:58 smithi134 conmon[40421]: cluster 2024-01-21T09:49:56.484246+0000 mgr.smithi118.lddrqf ( 2024-01-21T09:49:58.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:58 smithi134 conmon[40421]: mgr.14182) 356 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:49:58.896 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:49:59.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:59 smithi118 conmon[35245]: audit 2024-01-21T09:49:57.305577+0000 mgr.smithi118.lddrqf (mgr.14182) 357 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:49:59.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:49:59 smithi118 conmon[35245]: 2024-01-21T09:49:59.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:59 smithi134 conmon[40421]: audit 2024-01-21T09:49:57.305577+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T09:49:59.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:49:59 smithi134 conmon[40421]: ) 357 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:00.289 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:00 smithi118 conmon[35245]: cluster 2024-01-21T09:49:58.484659+0000 mgr.smithi118.lddrqf (mgr.14182) 358 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:00.290 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:00 smithi118 conmon[35245]: cluster 2024-01-21T09:50:00.000193+0000 mon.smithi118 (mon.0) 654 : cluster [INF] overall HEALTH_OK 2024-01-21T09:50:00.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:00 smithi134 conmon[40421]: cluster 2024-01-21T09:49:58.484659+0000 mgr.smithi118.lddrqf (mgr.14182) 358 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:00.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:00 smithi134 conmon[40421]: cluster 2024-01-21T09:50:00.000193+0000 mon.smithi118 (mon.0) 654 : cluster [INF] overall HEALTH_OK 2024-01-21T09:50:00.611 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:50:00.611 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:50:01.236 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:50:01.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:01 smithi134 conmon[40421]: cluster 2024-01-21T09:50:00.485295+0000 mgr.smithi118.lddrqf (mgr.14182) 359 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:01.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:01 smithi134 conmon[40421]: audit 2024-01-21T09:50:00.607336+0000 mgr.smithi118.lddrqf (mgr.14182) 360 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:01.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:01 smithi118 conmon[35245]: cluster 2024-01-21T09:50:00.485295+0000 mgr.smithi118.lddrqf (mgr.14182) 359 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:01.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:01 smithi118 conmon[35245]: audit 2024-01-21T09:50:00.607336+0000 mgr.smithi118.lddrqf (mgr.14182) 360 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:02.237 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:50:03.653 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:03 smithi118 conmon[35245]: cluster 2024-01-21T09:50:02.485679+0000 mgr.smithi118.lddrqf (mgr.14182) 361 2024-01-21T09:50:03.654 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:03 smithi118 conmon[35245]: : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:03.963 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:03 smithi134 conmon[40421]: cluster 2024-01-21T09:50:02.485679+0000 mgr.smithi118.lddrqf (mgr.14182) 361 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:04.001 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:50:04.001 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:50:04.544 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:50:04.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:04 smithi118 conmon[35245]: audit 2024-01-21T09:50:03.997653+0000 mgr.smithi118.lddrqf (mgr.14182) 362 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:04.963 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:04 smithi134 conmon[40421]: audit 2024-01-21T09:50:03.997653+0000 mgr.smithi118.lddrqf (mgr.14182) 362 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:04.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:04 smithi134 conmon[40421]: 2024-01-21T09:50:05.546 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:50:06.311 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:06 smithi118 conmon[35245]: cluster 2024-01-21T09:50:04.486410+0000 mgr.smithi118.lddrqf (mgr.14182) 363 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:06.311 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:06 smithi118 conmon[35245]: 2024-01-21T09:50:06.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:06 smithi134 conmon[40421]: cluster 2024-01-21T09:50:04.486410+0000 mgr.smithi118.lddrqf (mgr.14182) 363 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:07.309 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:50:07.309 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:50:07.810 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:50:08.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:08 smithi118 conmon[35245]: cluster 2024-01-21T09:50:06.486869+0000 mgr.smithi118.lddrqf (mgr.14182) 364 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:08.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:08 smithi134 conmon[40421]: cluster 2024-01-21T09:50:06.486869+0000 mgr.smithi118.lddrqf (mgr.14182) 364 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:08.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:08 smithi134 conmon[40421]: 2024-01-21T09:50:08.812 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:50:09.252 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:09 smithi118 conmon[35245]: audit 2024-01-21T09:50:07.305058+0000 mgr.smithi118.lddrqf (mgr.14182) 365 : 2024-01-21T09:50:09.252 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:09 smithi118 conmon[35245]: audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:09.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:09 smithi134 conmon[40421]: audit 2024-01-21T09:50:07.305058+0000 mgr.smithi118.lddrqf (mgr.14182) 365 : audit [DBG] 2024-01-21T09:50:09.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:09 smithi134 conmon[40421]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:10.218 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:10 smithi118 conmon[35245]: cluster 2024-01-21T09:50:08.487349+0000 mgr.smithi118.lddrqf (mgr.14182) 366 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:10.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:10 smithi134 conmon[40421]: cluster 2024-01-21T09:50:08.487349+0000 mgr.smithi118.lddrqf (mgr.14182) 366 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:10.522 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:50:10.522 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:50:10.983 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:50:11.984 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:50:12.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:12 smithi118 conmon[35245]: cluster 2024-01-21T09:50:10.487877+0000 mgr.smithi118.lddrqf (mgr.14182) 367 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:12.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:12 smithi118 conmon[35245]: audit 2024-01-21T09:50:10.519132+0000 mgr.smithi118.lddrqf (mgr.14182) 368 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:12.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:12 smithi134 conmon[40421]: cluster 2024-01-21T09:50:10.487877+0000 mgr.smithi118.lddrqf (mgr.14182) 367 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:12.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:12 smithi134 conmon[40421]: 2024-01-21T09:50:12.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:12 smithi134 conmon[40421]: audit 2024-01-21T09:50:10.519132+0000 mgr.smithi118.lddrqf (mgr.14182) 368 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:13.689 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:50:13.689 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:50:14.291 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:14 smithi118 conmon[35245]: cluster 2024-01-21T09:50:12.488359+0000 mgr.smithi118.lddrqf (mgr.14182) 369 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:14.309 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:50:14.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:14 smithi134 conmon[40421]: cluster 2024-01-21T09:50:12.488359+0000 mgr.smithi118.lddrqf (mgr.14182) 369 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:15.311 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:50:15.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:15 smithi118 conmon[35245]: audit 2024-01-21T09:50:13.685689+0000 mgr.smithi118.lddrqf (mgr.14182) 370 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:15.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:15 smithi134 conmon[40421]: audit 2024-01-21T09:50:13.685689+0000 mgr.smithi118.lddrqf (mgr.14182) 370 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:16.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:16 smithi118 conmon[35245]: cluster 2024-01-21T09:50:14.488971+0000 mgr.smithi118.lddrqf (mgr.14182) 371 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:16.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:16 smithi118 conmon[35245]: 2024-01-21T09:50:16.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:16 smithi134 conmon[40421]: cluster 2024-01-21T09:50:14.488971+0000 mgr.smithi118.lddrqf (mgr.14182) 371 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:16.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:16 smithi134 conmon[40421]: 2024-01-21T09:50:17.035 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:50:17.035 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:50:17.574 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:50:18.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:18 smithi118 conmon[35245]: cluster 2024-01-21T09:50:16.489458+0000 mgr.smithi118.lddrqf (mgr.14182) 372 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:18.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:18 smithi118 conmon[35245]: audit 2024-01-21T09:50:17.031861+0000 mgr.smithi118.lddrqf (mgr.14182) 373 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:18.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:18 smithi134 conmon[40421]: cluster 2024-01-21T09:50:16.489458+0000 mgr.smithi118.lddrqf (mgr.14182) 372 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:18.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:18 smithi134 conmon[40421]: audit 2024-01-21T09:50:17.031861+0000 mgr.smithi118.lddrqf (mgr.14182) 373 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:18.576 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:50:20.331 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:50:20.331 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:50:20.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:20 smithi118 conmon[35245]: cluster 2024-01-21T09:50:18.489852+0000 mgr.smithi118.lddrqf (mgr.14182) 374 : cluster 2024-01-21T09:50:20.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:20 smithi118 conmon[35245]: [DBG] pgmap v266: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:20.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:20 smithi134 conmon[40421]: cluster 2024-01-21T09:50:18.489852+0000 mgr.smithi118.lddrqf (mgr.14182) 374 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:20.908 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:50:21.909 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:50:22.325 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:22 smithi118 conmon[35245]: audit 2024-01-21T09:50:20.327747+0000 mgr.smithi118.lddrqf (mgr.14182) 375 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:22.325 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:22 smithi118 conmon[35245]: cluster 2024-01-21T09:50:20.490335+0000 mgr.smithi118.lddrqf (mgr.14182) 376 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:22.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:22 smithi134 conmon[40421]: audit 2024-01-21T09:50:20.327747+0000 mgr.smithi118.lddrqf (mgr.14182) 375 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:22.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:22 smithi134 conmon[40421]: cluster 2024-01-21T09:50:20.490335+0000 mgr.smithi118.lddrqf (mgr.14182) 376 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:23.591 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:50:23.591 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:50:24.233 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:50:24.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:24 smithi118 conmon[35245]: cluster 2024-01-21T09:50:22.490731+0000 mgr.smithi118.lddrqf (mgr.14182) 377 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:24.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:24 smithi134 conmon[40421]: cluster 2024-01-21T09:50:22.490731+0000 mgr.smithi118.lddrqf (mgr.14182) 377 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:24.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:24 smithi134 conmon[40421]: 2024-01-21T09:50:25.234 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:50:25.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:25 smithi118 conmon[35245]: audit 2024-01-21T09:50:23.587330+0000 mgr.smithi118.lddrqf (mgr.14182) 378 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:25.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:25 smithi134 conmon[40421]: audit 2024-01-21T09:50:23.587330+0000 mgr.smithi118.lddrqf (mgr.14182) 378 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:26.321 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:26 smithi118 conmon[35245]: cluster 2024-01-21T09:50:24.491298+0000 mgr.smithi118.lddrqf (mgr.14182) 379 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:26.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:26 smithi134 conmon[40421]: cluster 2024-01-21T09:50:24.491298+0000 mgr.smithi118.lddrqf (mgr.14182) 379 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:26.943 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:50:26.943 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:50:27.466 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:50:28.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:28 smithi118 conmon[35245]: cluster 2024-01-21T09:50:26.491784+0000 mgr.smithi118.lddrqf (mgr.14182) 380 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:28.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:28 smithi118 conmon[35245]: audit 2024-01-21T09:50:26.939297+0000 mgr.smithi118.lddrqf (mgr.14182) 381 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:28.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:28 smithi134 conmon[40421]: cluster 2024-01-21T09:50:26.491784+0000 mgr.smithi118.lddrqf (mgr.14182) 380 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:28.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:28 smithi134 conmon[40421]: audit 2024-01-21T09:50: 2024-01-21T09:50:28.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:28 smithi134 conmon[40421]: 26.939297+0000 mgr.smithi118.lddrqf (mgr.14182) 381 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:28.467 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:50:30.291 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:50:30.291 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:50:30.316 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:30 smithi118 conmon[35245]: cluster 2024-01-21T09:50:28.492275+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T09:50:30.316 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:30 smithi118 conmon[35245]: ) 382 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:30.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:30 smithi134 conmon[40421]: cluster 2024-01-21T09:50:28.492275+0000 mgr.smithi118.lddrqf (mgr.14182) 382 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:30.832 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:50:31.833 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:50:32.274 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:32 smithi118 conmon[35245]: audit 2024-01-21T09:50:30.287646+0000 mgr.smithi118.lddrqf (mgr.14182) 383 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:32.274 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:32 smithi118 conmon[35245]: cluster 2024-01-21T09:50:30.492848+0000 mgr.smithi118.lddrqf (mgr.14182) 384 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:32.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:32 smithi134 conmon[40421]: audit 2024-01-21T09:50:30.287646+0000 mgr.smithi118.lddrqf (mgr.14182) 383 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:32.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:32 smithi134 conmon[40421]: cluster 2024-01-21T09:50:30.492848+0000 mgr.smithi118.lddrqf (mgr.14182) 384 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:33.546 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:50:33.546 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:50:34.015 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:50:34.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:34 smithi118 conmon[35245]: cluster 2024-01-21T09:50:32.493598+0000 mgr.smithi118.lddrqf (mgr.14182) 385 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:34.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:34 smithi134 conmon[40421]: cluster 2024-01-21T09:50:32.493598+0000 mgr.smithi118.lddrqf (mgr.14182) 385 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:35.016 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:50:35.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:35 smithi118 conmon[35245]: audit 2024-01-21T09:50:33.542517+0000 mgr.smithi118.lddrqf (mgr.14182) 386 : audit [DBG] 2024-01-21T09:50:35.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:35 smithi118 conmon[35245]: from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:35.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:35 smithi134 conmon[40421]: audit 2024-01-21T09:50:33.542517+0000 mgr.smithi118.lddrqf (mgr.14182) 386 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:36.270 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:36 smithi118 conmon[35245]: cluster 2024-01-21T09:50:34.494060+0000 mgr.smithi118.lddrqf (mgr.14182) 387 : 2024-01-21T09:50:36.271 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:36 smithi118 conmon[35245]: cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:36.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:36 smithi134 conmon[40421]: cluster 2024-01-21T09:50:34.494060+0000 mgr.smithi118.lddrqf (mgr.14182) 387 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:36.850 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:50:36.850 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:50:37.380 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:50:38.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:38 smithi118 conmon[35245]: cluster 2024-01-21T09:50:36.494629+0000 mgr.smithi118.lddrqf (mgr.14182) 388 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:38.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:38 smithi118 conmon[35245]: audit 2024-01-21T09:50:36.846131+0000 mgr.smithi118.lddrqf (mgr.14182) 389 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:38.380 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:50:38.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:38 smithi134 conmon[40421]: cluster 2024-01-21T09:50:36.494629+0000 mgr.smithi118.lddrqf (mgr.14182) 388 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:38.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:38 smithi134 conmon[40421]: 2024-01-21T09:50:38.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:38 smithi134 conmon[40421]: audit 2024-01-21T09:50:36.846131+0000 mgr.smithi118.lddrqf (mgr.14182) 389 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:40.091 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:50:40.092 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:50:40.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:40 smithi118 conmon[35245]: cluster 2024-01-21T09:50:38.495058+0000 mgr.smithi118.lddrqf (mgr.14182) 390 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:40.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:40 smithi134 conmon[40421]: cluster 2024-01-21T09:50:38.495058+0000 mgr.smithi118.lddrqf (mgr.14182) 390 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:40.621 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:50:41.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:41 smithi118 conmon[35245]: audit 2024-01-21T09:50:40.087457+0000 mgr.smithi118.lddrqf (mgr.14182) 391 : audit 2024-01-21T09:50:41.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:41 smithi118 conmon[35245]: [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:41.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:41 smithi134 conmon[40421]: audit 2024-01-21T09:50:40.087457+0000 mgr.smithi118.lddrqf (mgr.14182) 391 : 2024-01-21T09:50:41.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:41 smithi134 conmon[40421]: audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:41.622 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:50:42.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:42 smithi118 conmon[35245]: cluster 2024-01-21T09:50:40.495589+0000 mgr.smithi118.lddrqf (mgr.14182) 392 : cluster 2024-01-21T09:50:42.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:42 smithi118 conmon[35245]: [DBG] pgmap v277: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:42.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:42 smithi134 conmon[40421]: cluster 2024-01-21T09:50:40.495589+0000 mgr.smithi118.lddrqf (mgr.14182) 392 : cluster 2024-01-21T09:50:42.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:42 smithi134 conmon[40421]: [DBG] pgmap v277: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:43.307 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:50:43.307 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:50:43.795 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:50:44.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:44 smithi118 conmon[35245]: cluster 2024-01-21T09:50:42.496040+0000 mgr.smithi118.lddrqf (mgr.14182) 393 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:44.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:44 smithi134 conmon[40421]: cluster 2024-01-21T09:50:42.496040+0000 mgr.smithi118.lddrqf (mgr.14182) 393 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:44.796 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:50:45.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:45 smithi118 conmon[35245]: audit 2024-01-21T09:50:43.303120+0000 mgr.smithi118.lddrqf (mgr.14182) 394 : 2024-01-21T09:50:45.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:45 smithi118 conmon[35245]: audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:45.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:45 smithi134 conmon[40421]: audit 2024-01-21T09:50:43.303120+0000 mgr.smithi118.lddrqf (mgr.14182) 394 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:46.265 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:46 smithi118 conmon[35245]: cluster 2024-01-21T09:50:44.496543+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:50:46.266 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:46 smithi118 conmon[35245]: 395 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:46.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:46 smithi134 conmon[40421]: cluster 2024-01-21T09:50:44.496543+0000 mgr.smithi118.lddrqf (mgr.14182) 395 : cluster [DBG] 2024-01-21T09:50:46.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:46 smithi134 conmon[40421]: pgmap v279: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:46.567 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:50:46.567 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:50:47.120 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:50:47.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:47 smithi134 conmon[40421]: cluster 2024-01-21T09:50:46.497037+0000 mgr.smithi118.lddrqf (mgr.14182) 396 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:47.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:47 smithi134 conmon[40421]: audit 2024-01-21T09:50:46.563317+0000 mgr.smithi118.lddrqf (mgr.14182) 397 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:47.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:47 smithi118 conmon[35245]: cluster 2024-01-21T09:50:46.497037+0000 mgr.smithi118.lddrqf (mgr.14182) 396 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:47.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:47 smithi118 conmon[35245]: audit 2024-01-21T09:50:46.563317+0000 mgr.smithi118.lddrqf (mgr.14182) 397 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:48.121 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:50:49.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:49 smithi118 conmon[35245]: cluster 2024-01-21T09:50:48.497615+0000 mgr.smithi118.lddrqf (mgr.14182) 398 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:49.855 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:50:49.855 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:50:49.963 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:49 smithi134 conmon[40421]: cluster 2024-01-21T09:50:48.497615+0000 mgr.smithi118.lddrqf (mgr.14182) 398 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:50.369 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:50:51.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:51 smithi118 conmon[35245]: audit 2024-01-21T09:50:49.852056+0000 mgr.smithi118.lddrqf (mgr.14182) 399 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:51.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:51 smithi118 conmon[35245]: 2024-01-21T09:50:51.370 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:50:51.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:51 smithi134 conmon[40421]: audit 2024-01-21T09:50:49.852056+0000 mgr.smithi118.lddrqf (mgr.14182) 399 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:52.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:52 smithi118 conmon[35245]: cluster 2024-01-21T09:50:50.498181+0000 mgr.smithi118.lddrqf (mgr 2024-01-21T09:50:52.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:52 smithi118 conmon[35245]: .14182) 400 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:52.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:52 smithi134 conmon[40421]: cluster 2024-01-21T09:50:50.498181+0000 mgr.smithi118.lddrqf (mgr.14182) 400 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:53.307 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:50:53.307 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:50:53.847 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:50:54.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:54 smithi118 conmon[35245]: cluster 2024-01-21T09:50:52.498631+0000 mgr.smithi118.lddrqf (mgr.14182) 401 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:54.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:54 smithi134 conmon[40421]: cluster 2024-01-21T09:50:52.498631+0000 mgr.smithi118.lddrqf (mgr.14182) 401 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:54.848 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:50:55.278 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:55 smithi118 conmon[35245]: audit 2024-01-21T09:50:53.303560+0000 mgr.smithi118.lddrqf (mgr.14182) 402 2024-01-21T09:50:55.278 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:55 smithi118 conmon[35245]: : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:55.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:55 smithi134 conmon[40421]: audit 2024-01-21T09:50:53.303560+0000 mgr.smithi118.lddrqf (mgr.14182) 402 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:56.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:56 smithi118 conmon[35245]: cluster 2024-01-21T09:50:54.499178+0000 mgr.smithi118.lddrqf (mgr.14182) 403 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:56.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:56 smithi118 conmon[35245]: 2024-01-21T09:50:56.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:56 smithi134 conmon[40421]: cluster 2024-01-21T09:50:54.499178+0000 mgr.smithi118.lddrqf (mgr.14182) 403 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:56.509 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:50:56.509 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:50:57.009 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:50:58.010 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:50:58.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:58 smithi118 conmon[35245]: cluster 2024-01-21T09:50:56.499637+0000 mgr.smithi118.lddrqf (mgr.14182) 404 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:58.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:50:58 smithi118 conmon[35245]: audit 2024-01-21T09:50:56.505465+0000 mgr.smithi118.lddrqf (mgr.14182) 405 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:58.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:58 smithi134 conmon[40421]: cluster 2024-01-21T09:50:56.499637+0000 mgr.smithi118.lddrqf (mgr.14182) 404 : cluster [DBG] 2024-01-21T09:50:58.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:58 smithi134 conmon[40421]: pgmap v285: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:50:58.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:50:58 smithi134 conmon[40421]: audit 2024-01-21T09:50:56.505465+0000 mgr.smithi118.lddrqf (mgr.14182) 405 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:50:59.728 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:50:59.729 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:51:00.294 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:51:00.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:00 smithi118 conmon[35245]: cluster 2024-01-21T09:50:58.500050+0000 mgr.smithi118.lddrqf (mgr.14182) 406 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:00.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:00 smithi134 conmon[40421]: cluster 2024-01-21T09:50:58.500050+0000 2024-01-21T09:51:00.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:00 smithi134 conmon[40421]: mgr.smithi118.lddrqf (mgr.14182) 406 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:01.295 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:51:01.328 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:01 smithi118 conmon[35245]: audit 2024-01-21T09:50:59.724757+0000 mgr.smithi118.lddrqf (mgr.14182) 407 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:01.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:01 smithi134 conmon[40421]: audit 2024-01-21T09:50:59.724757+0000 mgr.smithi118.lddrqf (mgr.14182) 407 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:02.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:02 smithi118 conmon[35245]: cluster 2024-01-21T09:51:00.500675+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:51:02.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:02 smithi118 conmon[35245]: 408 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:02.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:02 smithi134 conmon[40421]: cluster 2024-01-21T09:51:00.500675+0000 mgr.smithi118.lddrqf (mgr.14182) 408 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:03.062 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:51:03.062 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:51:03.559 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:51:04.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:04 smithi118 conmon[35245]: cluster 2024-01-21T09:51:02.501207+0000 mgr.smithi118.lddrqf (mgr.14182) 409 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:04.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:04 smithi118 conmon[35245]: audit 2024-01-21T09:51:03.058367+0000 mgr.smithi118.lddrqf (mgr.14182) 410 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:04.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:04 smithi134 conmon[40421]: cluster 2024-01-21T09:51:02.501207+0000 mgr.smithi118.lddrqf (mgr.14182) 409 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:04.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:04 smithi134 conmon[40421]: audit 2024-01-21T09:51:03.058367+0000 mgr.smithi118.lddrqf (mgr.14182) 410 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:04.560 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:51:06.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:06 smithi118 conmon[35245]: cluster 2024-01-21T09:51:04.501771+0000 mgr.smithi118.lddrqf 2024-01-21T09:51:06.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:06 smithi118 conmon[35245]: (mgr.14182) 411 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:06.360 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:51:06.360 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:51:06.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:06 smithi134 conmon[40421]: cluster 2024-01-21T09:51:04.501771+0000 mgr.smithi118.lddrqf (mgr.14182) 411 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:06.884 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:51:07.885 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:51:08.293 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:08 smithi118 conmon[35245]: audit 2024-01-21T09:51:06.357098+0000 mgr.smithi118.lddrqf (mgr.14182) 412 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:08.293 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:08 smithi118 conmon[35245]: cluster 2024-01-21T09:51:06.502213+0000 mgr.smithi118.lddrqf (mgr.14182) 413 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:08.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:08 smithi134 conmon[40421]: audit 2024-01-21T09:51:06.357098+0000 mgr.smithi118.lddrqf (mgr.14182) 412 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:08.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:08 smithi134 conmon[40421]: cluster 2024-01-21T09:51:06.502213+0000 mgr.smithi118.lddrqf (mgr.14182) 413 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:09.556 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:51:09.557 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:51:10.100 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:51:10.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:10 smithi118 conmon[35245]: cluster 2024-01-21T09:51:08.502618+0000 mgr.smithi118.lddrqf (mgr.14182) 414 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:10.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:10 smithi134 conmon[40421]: cluster 2024-01-21T09:51:08.502618+0000 mgr.smithi118.lddrqf (mgr.14182) 414 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:11.102 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:51:11.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:11 smithi118 conmon[35245]: audit 2024-01-21T09:51:09.553064+0000 mgr.smithi118.lddrqf (mgr.14182) 415 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:11.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:11 smithi134 conmon[40421]: audit 2024-01-21T09:51:09.553064+0000 mgr.smithi118.lddrqf (mgr.14182) 415 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:12.297 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:12 smithi118 conmon[35245]: cluster 2024-01-21T09:51:10.503298+0000 mgr.smithi118.lddrqf (mgr.14182) 416 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:12.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:12 smithi134 conmon[40421]: cluster 2024-01-21T09:51:10.503298+0000 mgr.smithi118.lddrqf (mgr.14182) 416 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:12.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:12 smithi134 conmon[40421]: 2024-01-21T09:51:12.878 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:51:12.878 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:51:13.484 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:51:14.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:14 smithi118 conmon[35245]: cluster 2024-01-21T09:51:12.503767+0000 mgr.smithi118.lddrqf (mgr.14182) 417 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:14.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:14 smithi118 conmon[35245]: audit 2024-01-21T09:51:12.874556+0000 mgr.smithi118.lddrqf (mgr.14182) 418 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:14.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:14 smithi134 conmon[40421]: cluster 2024-01-21T09:51:12.503767+0000 mgr.smithi118.lddrqf (mgr.14182) 417 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:14.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:14 smithi134 conmon[40421]: 2024-01-21T09:51:14.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:14 smithi134 conmon[40421]: audit 2024-01-21T09:51:12.874556+0000 mgr.smithi118.lddrqf (mgr.14182) 418 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:14.485 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:51:16.284 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:51:16.284 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:51:16.309 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:16 smithi118 conmon[35245]: cluster 2024-01-21T09:51: 2024-01-21T09:51:16.309 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:16 smithi118 conmon[35245]: 14.504374+0000 mgr.smithi118.lddrqf (mgr.14182) 419 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:16.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:16 smithi134 conmon[40421]: cluster 2024-01-21T09:51:14.504374+0000 mgr.smithi118.lddrqf (mgr.14182) 419 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:16.824 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:51:17.825 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:51:18.241 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:18 smithi118 conmon[35245]: audit 2024-01-21T09:51:16.280615+0000 mgr.smithi118.lddrqf (mgr.14182) 420 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:18.241 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:18 smithi118 conmon[35245]: cluster 2024-01-21T09:51:16.504858+0000 mgr.smithi118.lddrqf (mgr.14182) 421 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:18.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:18 smithi134 conmon[40421]: audit 2024-01-21T09:51:16.280615+0000 mgr.smithi118.lddrqf (mgr.14182) 420 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:18.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:18 smithi134 conmon[40421]: cluster 2024-01-21T09 2024-01-21T09:51:18.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:18 smithi134 conmon[40421]: :51:16.504858+0000 mgr.smithi118.lddrqf (mgr.14182) 421 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:19.509 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:51:19.509 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:51:20.066 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:51:20.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:20 smithi118 conmon[35245]: cluster 2024-01-21T09:51:18.505436+0000 mgr.smithi118.lddrqf (mgr.14182) 422 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:20.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:20 smithi134 conmon[40421]: cluster 2024-01-21T09:51:18.505436+0000 mgr.smithi118.lddrqf (mgr.14182) 422 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:20.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:20 smithi134 conmon[40421]: 2024-01-21T09:51:21.066 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:51:21.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:21 smithi118 conmon[35245]: audit 2024-01-21T09:51:19.506169+0000 mgr.smithi118.lddrqf (mgr.14182) 423 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:21.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:21 smithi134 conmon[40421]: audit 2024-01-21T09:51:19.506169+0000 mgr.smithi118.lddrqf (mgr.14182) 423 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:22.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:22 smithi118 conmon[35245]: cluster 2024-01-21T09:51:20.506091+0000 mgr.smithi118.lddrqf (mgr.14182) 424 : cluster 2024-01-21T09:51:22.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:22 smithi118 conmon[35245]: [DBG] pgmap v297: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:22.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:22 smithi134 conmon[40421]: cluster 2024-01-21T09:51:20.506091+0000 mgr.smithi118.lddrqf (mgr.14182) 424 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:22.772 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:51:22.772 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:51:23.265 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:51:24.266 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:51:24.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:24 smithi118 conmon[35245]: cluster 2024-01-21T09:51:22.506545+0000 mgr.smithi118.lddrqf (mgr.14182) 425 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:24.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:24 smithi118 conmon[35245]: audit 2024-01-21T09:51:22.768722+0000 mgr.smithi118.lddrqf (mgr.14182) 426 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:24.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:24 smithi134 conmon[40421]: cluster 2024-01-21T09:51:22.506545+0000 mgr.smithi118.lddrqf (mgr.14182) 425 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:24.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:24 smithi134 conmon[40421]: audit 2024-01-21T09:51:22.768722 2024-01-21T09:51:24.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:24 smithi134 conmon[40421]: +0000 mgr.smithi118.lddrqf (mgr.14182) 426 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:26.012 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:51:26.012 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:46:02.966200Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:46:00.513344Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:46:02.966433Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:46:00.513481Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:46:00.513568Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:46:00.513631Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:46:00.513692Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:46:02.966673Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-21T09:51:26.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:26 smithi118 conmon[35245]: cluster 2024-01-21T09:51:24.507030+0000 mgr.smithi118.lddrqf (mgr.14182) 427 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:26.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:26 smithi118 conmon[35245]: audit 2024-01-21T09:51:25.106177+0000 mon.smithi118 (mon.0) 655 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi118.lzgafe"}]: dispatch 2024-01-21T09:51:26.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:26 smithi118 conmon[35245]: audit 2024-01-21T09:51:25.110737+0000 mon.smithi118 (mon.0) 656 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:51:26.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:26 smithi118 conmon[35245]: audit 2024-01-21T09:51:25.112716+0000 mon.smithi118 (mon.0) 657 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:51:26.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:26 smithi118 conmon[35245]: audit 2024-01-21T09:51:25.685896+0000 mon.smithi118 (mon.0) 658 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:51:26.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:26 smithi134 conmon[40421]: cluster 2024-01-21T09:51:24.507030 2024-01-21T09:51:26.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:26 smithi134 conmon[40421]: +0000 mgr.smithi118.lddrqf (mgr.14182) 427 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:26.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:26 smithi134 conmon[40421]: audit 2024-01-21T09:51:25.106177+0000 mon.smithi118 (mon.0) 655 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi118.lzgafe"}]: dispatch 2024-01-21T09:51:26.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:26 smithi134 conmon[40421]: audit 2024-01-21T09:51:25.110737+0000 mon.smithi118 (mon.0) 656 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:51:26.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:26 smithi134 conmon[40421]: audit 2024-01-21T09:51:25.112716+0000 mon.smithi118 (mon.0) 657 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:51:26.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:26 smithi134 conmon[40421]: audit 2024-01-21T09:51:25.685896+0000 mon.smithi118 (mon.0) 658 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:51:26.576 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-21T09:51:27.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: cephadm 2024-01-21T09:51: 2024-01-21T09:51:27.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: 25.105628+0000 mgr.smithi118.lddrqf (mgr.14182) 428 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe 2024-01-21T09:51:27.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe 2024-01-21T09:51:27.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe 2024-01-21T09:51:27.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe 2024-01-21T09:51:27.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: Deploy daemon haproxy.rgw.foo.smithi118.lzgafe ... 2024-01-21T09:51:27.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:51:27.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T09:51:27.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:49:28Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:51:27.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:50:05Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:51:27.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:50:44Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:51:27.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:51:27.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:51:27.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:51:27.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: Traceback (most recent call last): 2024-01-21T09:51:27.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:51:27.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: yield (conn, connr) 2024-01-21T09:51:27.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:51:27.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: code, '\n'.join(err))) 2024-01-21T09:51:27.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: 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-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe 2024-01-21T09:51:27.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe 2024-01-21T09:51:27.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe 2024-01-21T09:51:27.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe 2024-01-21T09:51:27.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: Deploy daemon haproxy.rgw.foo.smithi118.lzgafe ... 2024-01-21T09:51:27.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:51:27.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T09:51:27.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:49:28Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:51:27.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:50:05Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:51:27.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:50:44Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:51:27.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:51:27.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: 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 authenticatin 2024-01-21T09:51:27.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: g and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:51:27.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:51:27.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: cephadm 2024-01-21T09:51:25.105821+0000 mgr.smithi118.lddrqf (mgr.14182) 429 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi118.lzgafe 2024-01-21T09:51:27.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: cephadm 2024-01-21T09:51:25.106765+0000 mgr.smithi118.lddrqf (mgr.14182) 430 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe 2024-01-21T09:51:27.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe 2024-01-21T09:51:27.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe 2024-01-21T09:51:27.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe 2024-01-21T09:51:27.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: Deploy daemon haproxy.rgw.foo.smithi118.lzgafe ... 2024-01-21T09:51:27.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:51:27.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T09:51:27.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:49:28Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:51:27.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:50:05Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:51:27.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:50:44Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:51:27.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:51:27.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:51:27.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:51:27.468 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: cephadm 2024- 2024-01-21T09:51:27.468 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: 01-21T09:51:25.110982+0000 mgr.smithi118.lddrqf (mgr.14182) 431 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T09:51:27.468 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: cephadm 2024-01-21T09:51:25.111967+0000 mgr.smithi118.lddrqf (mgr.14182) 432 : cephadm 2024-01-21T09:51:27.468 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: [ERR] Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T09:51:27.468 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: cluster 2024-01-21T09:51:27.468 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: 2024-01-21T09:51 2024-01-21T09:51:27.468 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: :25.112666+0000 mgr.smithi118.lddrqf ( 2024-01-21T09:51:27.468 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: mgr.14182) 433 : cluster [DBG] 2024-01-21T09:51:27.468 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: pgmap v300: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:27.468 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: audit 2024- 2024-01-21T09:51:27.468 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: 01-21T09:51:26.008301+0000 2024-01-21T09:51:27.468 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: mgr.smithi118.lddrqf (mgr.14182) 434 : audit 2024-01-21T09:51:27.468 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:27.468 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: cluster 2024 2024-01-21T09:51:27.469 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: -01-21T09:51:26. 2024-01-21T09:51:27.469 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: 108993+0000 mon.smithi118 (mon.0 2024-01-21T09:51:27.469 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: ) 659 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:51:27.469 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: audit 2024 2024-01-21T09:51:27.469 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: -01-21T09:51:26 2024-01-21T09:51:27.469 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: .868418+0000 mon.smithi118 (mon.0 2024-01-21T09:51:27.469 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:27 smithi134 conmon[40421]: ) 660 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:51:27.577 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:51:27.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: cephadm 2024-01-21T09:51:25.105628+0000 mgr.smithi118.lddrqf (mgr 2024-01-21T09:51:27.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: .14182) 428 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe 2024-01-21T09:51:27.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe 2024-01-21T09:51:27.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe 2024-01-21T09:51:27.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe 2024-01-21T09:51:27.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: Deploy daemon haproxy.rgw.foo.smithi118.lzgafe ... 2024-01-21T09:51:27.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:51:27.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T09:51:27.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:49:28Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:51:27.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:50:05Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:51:27.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:50:44Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:51:27.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:51:27.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:51:27.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:51:27.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: Traceback (most recent call last): 2024-01-21T09:51:27.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:51:27.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: yield (conn, connr) 2024-01-21T09:51:27.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:51:27.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: code, '\n'.join(err))) 2024-01-21T09:51:27.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: 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-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe 2024-01-21T09:51:27.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe 2024-01-21T09:51:27.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe 2024-01-21T09:51:27.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe 2024-01-21T09:51:27.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: Deploy daemon haproxy.rgw.foo.smithi118.lzgafe ... 2024-01-21T09:51:27.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:51:27.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T09:51:27.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:49:28Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:51:27.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:50:05Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:51:27.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:50:44Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:51:27.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:51:27.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: 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/ 2024-01-21T09:51:27.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: increase-rate-limit 2024-01-21T09:51:27.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:51:27.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: cephadm 2024-01-21T09:51:25.105821+0000 mgr.smithi118.lddrqf (mgr.14182) 429 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi118.lzgafe 2024-01-21T09:51:27.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: cephadm 2024-01-21T09:51:25.106765+0000 mgr.smithi118.lddrqf (mgr.14182) 430 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe 2024-01-21T09:51:27.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe 2024-01-21T09:51:27.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe 2024-01-21T09:51:27.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe 2024-01-21T09:51:27.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: Deploy daemon haproxy.rgw.foo.smithi118.lzgafe ... 2024-01-21T09:51:27.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:51:27.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T09:51:27.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:49:28Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:51:27.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:50:05Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:51:27.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:50:44Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:51:27.598 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:51:27.598 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:51:27.598 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:51:27.598 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: cephadm 2024-01-21T09:51:25.110982+0000 mgr.smithi118.lddrqf (mgr.14182) 431 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T09:51:27.598 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: cephadm 2024-01-21T09:51:25.111967+0000 mgr.smithi118.lddrqf (mgr.14182) 432 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T09:51:27.598 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: cluster 2024-01-21T09:51:25.112666+0000 mgr.smithi118.lddrqf (mgr.14182) 433 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:27.598 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: audit 2024-01-21T09:51:26.008301+0000 mgr.smithi118.lddrqf (mgr.14182) 434 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:27.598 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: cluster 2024-01-21T09:51:26.108993+0000 mon.smithi118 (mon.0) 659 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:51:27.598 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:27 smithi118 conmon[35245]: audit 2024-01-21T09:51:26.868418+0000 mon.smithi118 (mon.0) 660 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:51:29.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:29 smithi118 conmon[35245]: cluster 2024-01-21T09:51:27.113295+0000 mgr.smithi118.lddrqf (mgr.14182) 435 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:29.448 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:51:29.448 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:51:29.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:29 smithi134 conmon[40421]: cluster 2024-01-21T09:51:27.113295+0000 mgr.smithi118.lddrqf (mgr.14182) 435 : cluster [DBG] 2024-01-21T09:51:29.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:29 smithi134 conmon[40421]: pgmap v301: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:30.090 INFO:tasks.cephadm:rgw.foo has 4/4 2024-01-21T09:51:30.090 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-21T09:51:30.101 INFO:tasks.cephadm:Waiting for ceph service ingress.rgw.foo to start (timeout 300)... 2024-01-21T09:51:30.101 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:51:30.556 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:30 smithi118 conmon[35245]: cluster 2024-01-21T09:51:29.113946+0000 mgr.smithi118.lddrqf (mgr.14182) 436 : cluster 2024-01-21T09:51:30.556 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:30 smithi118 conmon[35245]: [DBG] pgmap v302: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:30.556 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:30 smithi118 conmon[35245]: audit 2024-01-21T09:51:29.266164+0000 mon.smithi118 (mon.0) 661 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:51:30.557 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:30 smithi118 conmon[35245]: audit 2024-01-21T09:51:29.444440+0000 mgr.smithi118.lddrqf (mgr.14182) 437 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:30.557 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:30 smithi118 conmon[35245]: audit 2024-01-21T09:51:29.575028+0000 mon.smithi118 (mon.0) 662 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:51:30.557 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:30 smithi118 conmon[35245]: audit 2024-01-21T09:51:29.575689+0000 mon.smithi118 (mon.0) 663 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:51:30.557 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:30 smithi118 conmon[35245]: cephadm 2024-01-21T09:51:29.578750+0000 mgr.smithi118.lddrqf (mgr.14182) 438 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-21T09:51:30.557 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:30 smithi118 conmon[35245]: audit 2024-01-21T09:51:29.836415+0000 mon.smithi118 (mon.0) 664 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:51:30.557 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:30 smithi118 conmon[35245]: audit 2024-01-21T09 2024-01-21T09:51:30.557 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:30 smithi118 conmon[35245]: :51:29.841344+0000 mon.smithi118 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:51:30.557 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:30 smithi118 conmon[35245]: audit 2024-01-21T09:51:30.557 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:30 smithi118 conmon[35245]: 2024-01-21T09 2024-01-21T09:51:30.557 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:30 smithi118 conmon[35245]: :51:29.845999+0000 mon.smithi118 (mon.0) 2024-01-21T09:51:30.557 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:30 smithi118 conmon[35245]: 666 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:51:30.557 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:30 smithi118 conmon[35245]: cluster 2024-01-21 2024-01-21T09:51:30.557 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:30 smithi118 conmon[35245]: T09:51:29.846882+0000 mgr.smithi118.lddrqf (mgr. 2024-01-21T09:51:30.557 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:30 smithi118 conmon[35245]: 14182) 439 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:30.557 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:30 smithi118 conmon[35245]: audit 2024-01- 2024-01-21T09:51:30.557 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:30 smithi118 conmon[35245]: 21T09:51:29.851316+0000 mon.smithi118 (mon 2024-01-21T09:51:30.558 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:30 smithi118 conmon[35245]: .0) 667 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:51:30.558 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:30 smithi118 conmon[35245]: cephadm 2024-01-21T09:51:30.558 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:30 smithi118 conmon[35245]: 2024-01-21T09:51:29 2024-01-21T09:51:30.558 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:30 smithi118 conmon[35245]: .858030+0000 mgr.smithi118.lddrqf (mgr.14182) 440 : cephadm 2024-01-21T09:51:30.558 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:30 smithi118 conmon[35245]: [INF] Deploying daemon haproxy.rgw.foo.smithi134.okyoap on smithi134 2024-01-21T09:51:30.558 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:30 smithi118 conmon[35245]: cluster 2024-01-21T09: 2024-01-21T09:51:30.558 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:30 smithi118 conmon[35245]: 51:30.099431+0000 mon.smithi118 (mon.0) 2024-01-21T09:51:30.558 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:30 smithi118 conmon[35245]: 668 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:51:30.558 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:30 smithi118 conmon[35245]: cluster 2024-01-21T09: 2024-01-21T09:51:30.558 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:30 smithi118 conmon[35245]: 51:30.099458+0000 mon.smithi118 (mon.0) 669 2024-01-21T09:51:30.558 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:30 smithi118 conmon[35245]: : cluster [INF] Cluster is now healthy 2024-01-21T09:51:30.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: cluster 2024-01-21T09:51:29.113946+0000 mgr.smithi118.lddrqf (mgr.14182) 436 : cluster [DBG] 2024-01-21T09:51:30.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: pgmap v302: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:30.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: audit 2024-01-21T09:51:29.266164+0000 mon.smithi118 (mon.0) 661 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:51:30.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: audit 2024-01-21T09:51:29.444440+0000 mgr.smithi118.lddrqf (mgr.14182) 437 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:30.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: audit 2024-01-21T09: 2024-01-21T09:51:30.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: 51:29.575028+0000 mon.smithi118 (mon.0) 662 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:51:30.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: audit 2024-01- 2024-01-21T09:51:30.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: 21T09:51:29.575689+0000 2024-01-21T09:51:30.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: mon.smithi118 (mon.0) 663 : audit 2024-01-21T09:51:30.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:51:30.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: cephadm 2024 2024-01-21T09:51:30.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: -01-21T09:51:29 2024-01-21T09:51:30.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: .578750+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:51:30.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: 438 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-21T09:51:30.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: audit 2024 2024-01-21T09:51:30.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: -01-21T09:51:29.836415 2024-01-21T09:51:30.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: +0000 mon.smithi118 (mon.0) 664 : 2024-01-21T09:51:30.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:51:30.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: audit 2024-01 2024-01-21T09:51:30.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: -21T09:51:29.841344 2024-01-21T09:51:30.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: +0000 mon.smithi118 (mon.0) 665 : audit 2024-01-21T09:51:30.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:51:30.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: audit 2024- 2024-01-21T09:51:30.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: 01-21T09:51:29. 2024-01-21T09:51:30.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: 845999+0000 mon.smithi118 (mon.0) 666 : 2024-01-21T09:51:30.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:51:30.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: cluster 2024-01-21T09:51:30.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: 2024-01-21T09:51: 2024-01-21T09:51:30.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: 29.846882+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T09:51:30.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: ) 439 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:30.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: audit 2024- 2024-01-21T09:51:30.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: 01-21T09:51:29.851316 2024-01-21T09:51:30.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: +0000 mon.smithi118 (mon.0) 667 : audit 2024-01-21T09:51:30.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:51:30.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: cephadm 2024-01 2024-01-21T09:51:30.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: -21T09:51:29.858030+0000 2024-01-21T09:51:30.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: mgr.smithi118.lddrqf (mgr.14182) 440 : 2024-01-21T09:51:30.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi134.okyoap on smithi134 2024-01-21T09:51:30.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: cluster 2024-01-21T09:51:30.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: 2024-01-21T09:51 2024-01-21T09:51:30.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: :30.099431+0000 mon.smithi118 (mon 2024-01-21T09:51:30.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: .0) 668 : cluster [INF] 2024-01-21T09:51:30.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:51:30.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: cluster 2024- 2024-01-21T09:51:30.717 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: 01-21T09:51:30 2024-01-21T09:51:30.717 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: .099458+0000 mon.smithi118 (mon.0 2024-01-21T09:51:30.717 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:30 smithi134 conmon[40421]: ) 669 : cluster [INF] Cluster is now healthy 2024-01-21T09:51:31.818 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:51:31.818 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:51:32.379 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:51:33.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:32 smithi118 conmon[35245]: audit 2024-01-21T09:51:31.814300+0000 mgr.smithi118.lddrqf (mgr.14182) 441 2024-01-21T09:51:33.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:32 smithi118 conmon[35245]: : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:33.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:32 smithi118 conmon[35245]: cluster 2024-01-21T09:51:31.847412+0000 mgr.smithi118.lddrqf (mgr.14182) 442 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 219 B/s wr, 0 op/s 2024-01-21T09:51:33.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:32 smithi134 conmon[40421]: audit 2024-01-21T09:51:31.814300+0000 mgr.smithi118.lddrqf (mgr.14182) 441 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:33.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:32 smithi134 conmon[40421]: cluster 2024-01-21T09:51:31.847412+0000 mgr.smithi118.lddrqf (mgr.14182) 442 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 219 B/s wr, 0 op/s 2024-01-21T09:51:33.380 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:51:35.032 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:51:35.033 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:51:35.205 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:34 smithi118 conmon[35245]: cluster 2024-01-21T09:51:33.847865+0000 mgr.smithi118.lddrqf (mgr.14182) 443 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 219 B/s wr, 0 op/s 2024-01-21T09:51:35.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:34 smithi134 conmon[40421]: cluster 2024-01-21T09:51:33.847865+0000 mgr.smithi118.lddrqf (mgr.14182) 443 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 219 B/s wr, 0 op/s 2024-01-21T09:51:35.538 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:51:36.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:36 smithi118 conmon[35245]: audit 2024-01-21T09:51:35.027868+0000 mgr.smithi118.lddrqf (mgr.14182) 444 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:36.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:36 smithi134 conmon[40421]: audit 2024-01-21T09:51:35.027868+0000 mgr.smithi118.lddrqf (mgr.14182) 444 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:36.539 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:51:37.313 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:37 smithi118 conmon[35245]: cluster 2024-01-21T09:51:35.848601+0000 mgr.smithi118.lddrqf (mgr.14182) 445 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 190 B/s wr, 2 op/s 2024-01-21T09:51:37.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:37 smithi134 conmon[40421]: cluster 2024-01-21T09:51:35.848601+0000 mgr.smithi118.lddrqf (mgr.14182) 445 : cluster 2024-01-21T09:51:37.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:37 smithi134 conmon[40421]: [DBG] pgmap v306: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 190 B/s wr, 2 op/s 2024-01-21T09:51:38.306 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:51:38.306 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:51:38.880 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:51:39.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:39 smithi118 conmon[35245]: cluster 2024-01-21T09:51:37. 2024-01-21T09:51:39.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:39 smithi118 conmon[35245]: 849040+0000 mgr.smithi118.lddrqf (mgr.14182) 446 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 190 B/s wr, 2 op/s 2024-01-21T09:51:39.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:39 smithi134 conmon[40421]: cluster 2024-01-21T09:51:37.849040+0000 mgr.smithi118.lddrqf (mgr.14182) 446 : cluster [DBG] 2024-01-21T09:51:39.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:39 smithi134 conmon[40421]: pgmap v307: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 190 B/s wr, 2 op/s 2024-01-21T09:51:39.881 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:51:40.304 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:40 smithi118 conmon[35245]: audit 2024-01-21T09:51:38.302558+0000 mgr.smithi118.lddrqf (mgr.14182) 447 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:40.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:40 smithi134 conmon[40421]: audit 2024-01-21T09:51:38.302558+0000 mgr.smithi118.lddrqf (mgr.14182) 447 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:40.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:40 smithi134 conmon[40421]: 2024-01-21T09:51:41.292 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:41 smithi118 conmon[35245]: cluster 2024-01-21T09:51:39.849648+0000 mgr.smithi118.lddrqf (mgr.14182) 448 : cluster [DBG] 2024-01-21T09:51:41.292 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:41 smithi118 conmon[35245]: pgmap v308: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 190 B/s wr, 2 op/s 2024-01-21T09:51:41.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:41 smithi134 conmon[40421]: cluster 2024-01-21T09:51:39.849648+0000 mgr.smithi118.lddrqf (mgr.14182) 448 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 190 B/s wr, 2 op/s 2024-01-21T09:51:41.599 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:51:41.600 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:51:42.129 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:51:43.130 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:51:43.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:43 smithi118 conmon[35245]: audit 2024-01-21T09:51:41.595898+0000 mgr.smithi118.lddrqf (mgr.14182) 449 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:43.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:43 smithi118 conmon[35245]: cluster 2024-01-21T09:51:41.850214+0000 mgr.smithi118.lddrqf (mgr.14182) 450 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2024-01-21T09:51:43.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:43 smithi134 conmon[40421]: audit 2024-01-21T09:51:41.595898+0000 mgr.smithi118.lddrqf (mgr.14182) 449 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:43.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:43 smithi134 conmon[40421]: cluster 2024-01-21T 2024-01-21T09:51:43.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:43 smithi134 conmon[40421]: 09:51:41.850214+0000 mgr.smithi118.lddrqf (mgr.14182) 450 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2024-01-21T09:51:44.835 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:51:44.835 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:51:45.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:45 smithi118 conmon[35245]: cluster 2024-01-21T09:51:43.850780+0000 mgr.smithi118.lddrqf (mgr.14182) 451 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 1 op/s 2024-01-21T09:51:45.386 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:51:45.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:45 smithi134 conmon[40421]: cluster 2024-01-21T09:51:43.850780+0000 mgr.smithi118.lddrqf (mgr.14182) 451 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 1 op/s 2024-01-21T09:51:46.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:46 smithi118 conmon[35245]: audit 2024-01-21T09:51:44.831408+0000 mgr.smithi118.lddrqf (mgr.14182) 452 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:46.387 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:51:46.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:46 smithi134 conmon[40421]: audit 2024-01-21T09:51:44.831408+0000 mgr.smithi118.lddrqf (mgr.14182) 452 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:47.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:47 smithi118 conmon[35245]: cluster 2024-01-21T09:51:45.851386+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T09:51:47.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:47 smithi118 conmon[35245]: ) 453 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 1 op/s 2024-01-21T09:51:47.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:47 smithi134 conmon[40421]: cluster 2024-01-21T09:51:45.851386+0000 mgr.smithi118.lddrqf (mgr.14182) 453 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 1 op/s 2024-01-21T09:51:48.098 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:51:48.098 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:51:48.653 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:51:49.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:49 smithi118 conmon[35245]: cluster 2024-01-21T09:51:47.851839+0000 mgr.smithi118.lddrqf (mgr.14182) 454 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:49.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:49 smithi118 conmon[35245]: audit 2024-01-21T09:51:48.094405+0000 mgr.smithi118.lddrqf (mgr.14182) 455 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:49.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:49 smithi134 conmon[40421]: cluster 2024-01-21T09:51:47.851839+0000 mgr.smithi118.lddrqf (mgr.14182) 454 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:49.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:49 smithi134 conmon[40421]: audit 2024-01-21T09:51:48.094405+0000 mgr.smithi118.lddrqf (mgr.14182) 455 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:49.654 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:51:51.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:51 smithi118 conmon[35245]: cluster 2024-01-21T09:51:49.852348+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:51:51.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:51 smithi118 conmon[35245]: 456 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:51.382 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:51:51.383 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:51:51.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:51 smithi134 conmon[40421]: cluster 2024-01-21T09:51:49.852348+0000 mgr.smithi118.lddrqf (mgr.14182) 456 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:51.843 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:51:52.845 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:51:53.328 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:53 smithi118 conmon[35245]: audit 2024-01-21T09:51:51.379021+0000 mgr.smithi118.lddrqf (mgr.14182) 457 2024-01-21T09:51:53.328 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:53 smithi118 conmon[35245]: : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:53.328 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:53 smithi118 conmon[35245]: cluster 2024-01-21T09:51:51.852852+0000 mgr.smithi118.lddrqf (mgr.14182) 458 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:53.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:53 smithi134 conmon[40421]: audit 2024-01-21T09:51:51.379021+0000 mgr.smithi118.lddrqf (mgr.14182) 457 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:53.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:53 smithi134 conmon[40421]: cluster 2024-01-21T09:51:51.852852+0000 mgr.smithi118.lddrqf (mgr.14182) 458 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:54.601 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:51:54.601 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:51:55.114 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:51:55.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:55 smithi118 conmon[35245]: cluster 2024-01-21T09:51:53.853313+0000 mgr.smithi118.lddrqf (mgr.14182) 459 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:55.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:55 smithi134 conmon[40421]: cluster 2024-01-21T09:51:53.853313+0000 mgr.smithi118.lddrqf (mgr.14182) 459 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:56.115 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:51:56.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:56 smithi118 conmon[35245]: audit 2024-01-21T09:51:54.597366+0000 mgr.smithi118.lddrqf (mgr.14182) 460 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:56.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:56 smithi134 conmon[40421]: audit 2024-01-21T09:51:54.597366+0000 mgr.smithi118.lddrqf (mgr.14182) 460 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:57.244 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:57 smithi118 conmon[35245]: cluster 2024-01-21T09:51:55 2024-01-21T09:51:57.244 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:57 smithi118 conmon[35245]: .854026+0000 mgr.smithi118.lddrqf (mgr.14182) 461 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:57.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:57 smithi134 conmon[40421]: cluster 2024-01-21T09:51:55.854026+0000 mgr.smithi118.lddrqf (mgr 2024-01-21T09:51:57.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:57 smithi134 conmon[40421]: .14182) 461 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:57.792 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:51:57.792 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:51:58.317 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:51:59.318 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:51:59.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:59 smithi118 conmon[35245]: audit 2024-01-21T09:51:57.788246+0000 mgr.smithi118.lddrqf (mgr.14182) 462 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:59.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:51:59 smithi118 conmon[35245]: cluster 2024-01-21T09:51:57.854492+0000 mgr.smithi118.lddrqf (mgr.14182) 463 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:51:59.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:59 smithi134 conmon[40421]: audit 2024-01-21T09:51:57.788246+0000 mgr.smithi118.lddrqf (mgr.14182) 462 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:51:59.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:51:59 smithi134 conmon[40421]: cluster 2024-01-21T09:51:57.854492+0000 mgr.smithi118.lddrqf (mgr.14182) 463 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:01.007 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:52:01.007 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:52:01.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:01 smithi118 conmon[35245]: cluster 2024-01-21T09:51:59 2024-01-21T09:52:01.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:01 smithi118 conmon[35245]: .855188+0000 mgr.smithi118.lddrqf (mgr.14182) 464 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:01.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:01 smithi134 conmon[40421]: cluster 2024-01-21T09:51:59.855188+0000 mgr.smithi118.lddrqf (mgr.14182) 464 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:01.483 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:52:02.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:02 smithi118 conmon[35245]: audit 2024-01-21T09:52:01.003428+0000 mgr.smithi118.lddrqf (mgr.14182) 465 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:02.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:02 smithi134 conmon[40421]: audit 2024-01-21T09:52:01.003428+0000 mgr.smithi118.lddrqf (mgr.14182) 465 : audit 2024-01-21T09:52:02.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:02 smithi134 conmon[40421]: [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:02.484 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:52:03.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:03 smithi118 conmon[35245]: cluster 2024-01-21T09:52:01.855662+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T09:52:03.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:03 smithi118 conmon[35245]: ) 466 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:03.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:03 smithi134 conmon[40421]: cluster 2024-01-21T09:52:01.855662+0000 mgr.smithi118.lddrqf (mgr.14182) 466 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:04.207 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:52:04.208 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:52:04.742 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:52:05.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:05 smithi134 conmon[40421]: cluster 2024-01-21T09:52:03.856091+0000 mgr.smithi118.lddrqf (mgr.14182) 467 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:05.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:05 smithi134 conmon[40421]: 2024-01-21T09:52:05.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:05 smithi118 conmon[35245]: cluster 2024-01-21T09:52:03.856091+0000 mgr.smithi118.lddrqf (mgr. 2024-01-21T09:52:05.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:05 smithi118 conmon[35245]: 14182) 467 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:05.743 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:52:06.358 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:06 smithi118 conmon[35245]: audit 2024-01-21T09:52:04.203899+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:52:06.358 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:06 smithi118 conmon[35245]: 468 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:06.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:06 smithi134 conmon[40421]: audit 2024-01-21T09:52:04.203899+0000 mgr.smithi118.lddrqf (mgr.14182) 468 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:07.151 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:07 smithi118 conmon[35245]: cluster 2024-01-21T09:52:05.856645+0000 mgr.smithi118.lddrqf (mgr.14182) 469 : cluster 2024-01-21T09:52:07.152 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:07 smithi118 conmon[35245]: [DBG] pgmap v321: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:07.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:07 smithi134 conmon[40421]: cluster 2024-01-21T09:52:05.856645+0000 mgr.smithi118.lddrqf (mgr.14182) 469 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:07.495 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:52:07.496 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:52:08.000 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:52:08.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:08 smithi118 conmon[35245]: audit 2024-01-21T09:52:07.491742+0000 mgr.smithi118.lddrqf (mgr.14182) 470 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:08.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:08 smithi118 conmon[35245]: cluster 2024-01-21T09:52:07.857019+0000 mgr.smithi118.lddrqf (mgr.14182) 471 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:08.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:08 smithi134 conmon[40421]: audit 2024-01-21T09:52:07.491742+0000 mgr.smithi118.lddrqf (mgr.14182) 470 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:08.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:08 smithi134 conmon[40421]: cluster 2024-01-21T09:52:07.857019+0000 mgr.smithi118.lddrqf (mgr.14182) 471 : 2024-01-21T09:52:08.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:08 smithi134 conmon[40421]: cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:09.001 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:52:10.731 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:52:10.732 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:52:11.282 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:52:11.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:11 smithi118 conmon[35245]: cluster 2024-01-21T09:52:09.857554+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:52:11.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:11 smithi118 conmon[35245]: 472 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:11.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:11 smithi134 conmon[40421]: cluster 2024-01-21T09:52:09.857554+0000 mgr.smithi118.lddrqf (mgr.14182) 472 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:12.283 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:52:12.317 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:12 smithi118 conmon[35245]: audit 2024-01-21T09:52:10.727660+0000 mgr.smithi118.lddrqf (mgr.14182) 473 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:12.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:12 smithi134 conmon[40421]: audit 2024-01-21T09:52:10.727660+0000 mgr.smithi118.lddrqf (mgr.14182) 473 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:13.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:13 smithi118 conmon[35245]: cluster 2024-01-21T09:52:11.858194+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T09:52:13.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:13 smithi118 conmon[35245]: ) 474 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:13.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:13 smithi134 conmon[40421]: cluster 2024-01-21T09:52:11.858194+0000 mgr.smithi118.lddrqf (mgr.14182) 474 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:14.049 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:52:14.049 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:52:14.531 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:52:15.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:15 smithi118 conmon[35245]: cluster 2024-01-21T09:52:13.858566+0000 mgr.smithi118.lddrqf (mgr.14182) 475 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:15.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:15 smithi118 conmon[35245]: audit 2024-01-21T09:52:14.044872+0000 mgr.smithi118.lddrqf (mgr.14182) 476 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:15.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:15 smithi134 conmon[40421]: cluster 2024-01-21T09:52:13.858566+0000 mgr.smithi118.lddrqf (mgr.14182) 475 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:15.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:15 smithi134 conmon[40421]: audit 2024-01-21T09:52:14.044872+0000 mgr.smithi118.lddrqf (mgr.14182) 476 2024-01-21T09:52:15.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:15 smithi134 conmon[40421]: : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:15.532 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:52:17.237 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:52:17.237 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:52:17.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:17 smithi118 conmon[35245]: cluster 2024-01-21T09:52:15. 2024-01-21T09:52:17.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:17 smithi118 conmon[35245]: 859069+0000 mgr.smithi118.lddrqf (mgr.14182) 477 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:17.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:17 smithi134 conmon[40421]: cluster 2024-01-21T09:52:15.859069+0000 mgr.smithi118.lddrqf (mgr.14182) 477 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:17.731 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:52:18.732 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:52:19.335 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:19 smithi118 conmon[35245]: audit 2024-01-21T09:52:17.232470+0000 mgr.smithi118.lddrqf (mgr.14182) 478 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:19.335 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:19 smithi118 conmon[35245]: cluster 2024-01-21T09:52:17.859564+0000 mgr.smithi118.lddrqf (mgr.14182) 479 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:19.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:19 smithi134 conmon[40421]: audit 2024-01-21T09:52:17.232470+0000 mgr.smithi118.lddrqf (mgr.14182) 478 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:19.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:19 smithi134 conmon[40421]: cluster 2024-01-21T09:52:17.859564+0000 mgr.smithi118.lddrqf (mgr.14182) 479 : cluster 2024-01-21T09:52:19.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:19 smithi134 conmon[40421]: [DBG] pgmap v327: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:20.466 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:52:20.466 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:52:21.023 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:52:21.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:21 smithi118 conmon[35245]: cluster 2024-01-21T09:52:19.860056+0000 mgr.smithi118.lddrqf (mgr 2024-01-21T09:52:21.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:21 smithi118 conmon[35245]: .14182) 480 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:21.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:21 smithi134 conmon[40421]: cluster 2024-01-21T09:52:19.860056+0000 mgr.smithi118.lddrqf (mgr.14182) 480 : cluster [DBG] 2024-01-21T09:52:21.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:21 smithi134 conmon[40421]: pgmap v328: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:22.024 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:52:22.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:22 smithi118 conmon[35245]: audit 2024-01-21T09:52:20.462644+0000 mgr.smithi118.lddrqf (mgr.14182) 481 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:22.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:22 smithi134 conmon[40421]: audit 2024-01-21T09:52:20.462644+0000 mgr.smithi118.lddrqf (mgr.14182) 481 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:23.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:23 smithi118 conmon[35245]: cluster 2024-01-21T09:52:21.860631+0000 mgr.smithi118.lddrqf (mgr 2024-01-21T09:52:23.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:23 smithi118 conmon[35245]: .14182) 482 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:23.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:23 smithi134 conmon[40421]: cluster 2024-01-21T09:52:21.860631+0000 mgr.smithi118.lddrqf (mgr.14182) 482 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:23.777 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:52:23.778 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:52:24.314 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:52:25.315 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:52:25.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:25 smithi118 conmon[35245]: audit 2024-01-21T09:52:23.773829+0000 mgr.smithi118.lddrqf (mgr.14182) 483 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:25.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:25 smithi118 conmon[35245]: cluster 2024-01-21T09:52:23.861065+0000 mgr.smithi118.lddrqf (mgr.14182) 484 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:25.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:25 smithi134 conmon[40421]: audit 2024-01-21T09:52:23.773829+0000 mgr.smithi118.lddrqf (mgr.14182) 483 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:25.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:25 smithi134 conmon[40421]: 2024-01-21T09:52:25.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:25 smithi134 conmon[40421]: cluster 2024-01-21T09:52:23.861065+0000 mgr.smithi118.lddrqf (mgr.14182) 484 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:27.024 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:52:27.024 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:52:27.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:27 smithi118 conmon[35245]: cluster 2024-01-21T09:52:25.861637+0000 mgr.smithi118.lddrqf (mgr.14182) 485 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:27.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:27 smithi134 conmon[40421]: cluster 2024-01-21T09:52:25.861637+0000 mgr.smithi118.lddrqf (mgr.14182) 485 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:27.563 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:52:28.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:28 smithi118 conmon[35245]: audit 2024-01-21T09:52:27.020144+0000 mgr.smithi118.lddrqf (mgr.14182) 486 : audit [DBG] 2024-01-21T09:52:28.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:28 smithi118 conmon[35245]: from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:28.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:28 smithi134 conmon[40421]: audit 2024-01-21T09:52:27.020144+0000 mgr.smithi118.lddrqf ( 2024-01-21T09:52:28.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:28 smithi134 conmon[40421]: mgr.14182) 486 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:28.564 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:52:29.330 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:29 smithi118 conmon[35245]: cluster 2024-01-21T09:52:27.862210+0000 mgr.smithi118.lddrqf (mgr.14182) 487 2024-01-21T09:52:29.330 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:29 smithi118 conmon[35245]: : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:29.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:29 smithi134 conmon[40421]: cluster 2024-01-21T09:52:27.862210+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:52:29.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:29 smithi134 conmon[40421]: 487 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:30.350 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:52:30.350 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:52:30.863 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:52:31.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:31 smithi118 conmon[35245]: cluster 2024-01-21T09:52:29.862764+0000 mgr.smithi118.lddrqf (mgr.14182) 488 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:31.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:31 smithi134 conmon[40421]: cluster 2024-01-21T09:52:29.862764+0000 mgr.smithi118.lddrqf (mgr.14182) 488 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:31.863 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:52:32.296 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:32 smithi118 conmon[35245]: audit 2024-01-21T09:52:30.346361 2024-01-21T09:52:32.296 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:32 smithi118 conmon[35245]: +0000 mgr.smithi118.lddrqf (mgr.14182) 489 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:32.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:32 smithi134 conmon[40421]: audit 2024-01-21T09:52:30.346361+0000 mgr.smithi118.lddrqf (mgr.14182) 489 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:32.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:32 smithi134 conmon[40421]: 2024-01-21T09:52:33.287 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:33 smithi118 conmon[35245]: cluster 2024-01-21T09:52:31.863641+0000 mgr.smithi118.lddrqf (mgr.14182) 490 2024-01-21T09:52:33.287 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:33 smithi118 conmon[35245]: : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:33.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:33 smithi134 conmon[40421]: cluster 2024-01-21T09:52:31.863641+0000 mgr.smithi118.lddrqf (mgr.14182) 490 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:33.594 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:52:33.594 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:52:34.138 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:52:35.139 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:52:35.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:35 smithi134 conmon[40421]: audit 2024-01-21T09:52:33.590754+0000 mgr.smithi118.lddrqf (mgr.14182) 491 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:35.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:35 smithi134 conmon[40421]: cluster 2024-01-21T09:52:33.864117+0000 mgr.smithi118.lddrqf (mgr.14182) 492 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:35.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:35 smithi118 conmon[35245]: audit 2024-01-21T09:52:33.590754+0000 mgr.smithi118.lddrqf (mgr.14182) 491 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:35.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:35 smithi118 conmon[35245]: cluster 2024-01-21T09:52:33.864117+0000 mgr.smithi118.lddrqf (mgr.14182) 492 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:36.925 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:52:36.925 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:52:37.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:37 smithi118 conmon[35245]: cluster 2024-01-21T09:52:35.864784+0000 mgr.smithi118.lddrqf (mgr.14182) 493 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:37.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:37 smithi134 conmon[40421]: cluster 2024-01-21T09:52:35.864784+0000 mgr.smithi118.lddrqf (mgr.14182) 493 : cluster 2024-01-21T09:52:37.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:37 smithi134 conmon[40421]: [DBG] pgmap v336: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:37.494 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:52:38.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:38 smithi134 conmon[40421]: audit 2024-01-21T09:52:36.920979+0000 mgr.smithi118.lddrqf (mgr.14182) 494 : audit [DBG] 2024-01-21T09:52:38.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:38 smithi134 conmon[40421]: from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:38.495 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:52:38.529 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:38 smithi118 conmon[35245]: audit 2024-01-21T09:52:36.920979+0000 mgr.smithi118.lddrqf (mgr.14182) 494 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:39.245 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:39 smithi118 conmon[35245]: cluster 2024-01-21T09:52:37.865417+0000 mgr.smithi118.lddrqf (mgr.14182) 495 : cluster [DBG] 2024-01-21T09:52:39.246 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:39 smithi118 conmon[35245]: pgmap v337: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:39.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:39 smithi134 conmon[40421]: cluster 2024-01-21T09:52:37.865417+0000 mgr.smithi118.lddrqf (mgr.14182) 495 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:40.264 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:52:40.265 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:52:40.792 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:52:41.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:41 smithi134 conmon[40421]: cluster 2024-01-21T09:52:39.865961+0000 mgr.smithi118.lddrqf (mgr.14182) 496 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:41.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:41 smithi118 conmon[35245]: cluster 2024-01-21T09:52:39.865961+0000 mgr.smithi118.lddrqf (mgr.14182) 496 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:41.793 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:52:42.432 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:42 smithi118 conmon[35245]: audit 2024-01-21T09:52:40.260341+0000 mgr.smithi118.lddrqf (mgr.14182) 497 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:42.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:42 smithi134 conmon[40421]: audit 2024-01-21T09:52:40.260341+0000 mgr.smithi118.lddrqf (mgr.14182) 497 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:43.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:43 smithi134 conmon[40421]: cluster 2024-01-21T09:52:41.866632+0000 mgr.smithi118.lddrqf (mgr.14182) 498 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:43.550 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:52:43.550 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:52:43.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:43 smithi118 conmon[35245]: cluster 2024-01-21T09:52:41.866632+0000 mgr.smithi118.lddrqf (mgr.14182) 498 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:44.130 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:52:44.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:44 smithi134 conmon[40421]: audit 2024-01-21T09:52:43.546179+0000 mgr.smithi118.lddrqf (mgr.14182) 499 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:44.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:44 smithi134 conmon[40421]: cluster 2024-01-21T09:52:43.867197+0000 mgr.smithi118.lddrqf (mgr.14182) 500 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:44.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:44 smithi118 conmon[35245]: audit 2024-01-21T09:52:43.546179+0000 mgr.smithi118.lddrqf (mgr.14182) 499 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:44.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:44 smithi118 conmon[35245]: cluster 2024-01-21T09:52:43.867197+0000 mgr.smithi118.lddrqf (mgr.14182) 500 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:45.131 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:52:46.857 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:52:46.857 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:52:47.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:47 smithi118 conmon[35245]: cluster 2024-01-21T09:52:45.867688+0000 mgr.smithi118.lddrqf (mgr.14182) 501 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:47.417 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:52:47.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:47 smithi134 conmon[40421]: cluster 2024-01-21T09:52:45.867688+0000 mgr.smithi118.lddrqf (mgr.14182) 501 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:48.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:48 smithi118 conmon[35245]: audit 2024-01-21T09:52:46.852075+0000 mgr.smithi118.lddrqf (mgr.14182) 502 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:48.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:48 smithi118 conmon[35245]: 2024-01-21T09:52:48.418 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:52:48.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:48 smithi134 conmon[40421]: audit 2024-01-21T09:52:46.852075+0000 mgr.smithi118.lddrqf (mgr.14182) 502 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:48.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:48 smithi134 conmon[40421]: 2024-01-21T09:52:49.152 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:49 smithi118 conmon[35245]: cluster 2024-01-21T09:52:47.868157+0000 mgr.smithi118.lddrqf (mgr.14182) 503 2024-01-21T09:52:49.152 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:49 smithi118 conmon[35245]: : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:49.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:49 smithi134 conmon[40421]: cluster 2024-01-21T09:52:47.868157+0000 mgr.smithi118.lddrqf (mgr.14182) 503 : cluster 2024-01-21T09:52:49.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:49 smithi134 conmon[40421]: [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:50.126 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:52:50.127 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:52:50.727 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:52:51.070 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:51 smithi118 conmon[35245]: cluster 2024-01-21T09:52:49.868595+0000 mgr.smithi118.lddrqf (mgr.14182) 504 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:51.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:51 smithi134 conmon[40421]: cluster 2024-01-21T09:52:49.868595+0000 mgr.smithi118.lddrqf (mgr.14182) 504 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:51.728 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:52:52.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:52 smithi118 conmon[35245]: audit 2024-01-21T09:52:50.122450+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:52:52.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:52 smithi118 conmon[35245]: 505 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:52.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:52 smithi134 conmon[40421]: audit 2024-01-21T09:52:50.122450+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T09:52:52.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:52 smithi134 conmon[40421]: ) 505 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:53.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:53 smithi118 conmon[35245]: cluster 2024-01-21T09:52:51.869287+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T09:52:53.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:53 smithi118 conmon[35245]: ) 506 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:53.430 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:52:53.431 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:52:53.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:53 smithi134 conmon[40421]: cluster 2024-01-21T09:52:51.869287+0000 mgr.smithi118.lddrqf (mgr.14182) 506 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:53.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:53 smithi134 conmon[40421]: 2024-01-21T09:52:54.027 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:52:55.028 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:52:55.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:55 smithi118 conmon[35245]: audit 2024-01-21T09:52:53.426941+0000 mgr.smithi118.lddrqf (mgr.14182) 507 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:55.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:55 smithi118 conmon[35245]: cluster 2024-01-21T09:52:53.869889+0000 mgr.smithi118.lddrqf (mgr.14182) 508 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:55.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:55 smithi134 conmon[40421]: audit 2024-01-21T09:52:53.426941+0000 mgr.smithi118.lddrqf (mgr.14182) 507 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:55.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:55 smithi134 conmon[40421]: cluster 2024-01-21T09:52:53.869889+0000 mgr.smithi118.lddrqf (mgr.14182) 508 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:56.786 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:52:56.786 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:52:57.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:57 smithi118 conmon[35245]: cluster 2024-01-21T09:52:55.870369+0000 mgr.smithi118.lddrqf (mgr.14182) 509 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:57.400 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:52:57.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:57 smithi134 conmon[40421]: cluster 2024-01-21T09:52:55.870369+0000 mgr.smithi118.lddrqf (mgr.14182) 509 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:58.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:58 smithi118 conmon[35245]: audit 2024-01-21T09:52:56.781824+0000 mgr.smithi118.lddrqf (mgr.14182) 510 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:58.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:58 smithi118 conmon[35245]: 2024-01-21T09:52:58.401 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:52:58.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:58 smithi134 conmon[40421]: audit 2024-01-21T09:52:56.781824+0000 mgr.smithi118.lddrqf (mgr.14182) 510 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:52:59.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:59 smithi118 conmon[35245]: cluster 2024-01-21T09:52:57.870892+0000 mgr.smithi118.lddrqf (mgr.14182) 511 : 2024-01-21T09:52:59.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:52:59 smithi118 conmon[35245]: cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:59.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:59 smithi134 conmon[40421]: cluster 2024-01-21T09:52:57.870892+0000 mgr.smithi118.lddrqf (mgr.14182) 511 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:52:59.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:52:59 smithi134 conmon[40421]: 2024-01-21T09:53:00.112 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:53:00.112 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:53:00.725 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:53:01.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:01 smithi118 conmon[35245]: cluster 2024-01-21T09:52:59.871384+0000 mgr.smithi118.lddrqf (mgr.14182) 512 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:01.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:01 smithi118 conmon[35245]: audit 2024-01-21T09:53:00.108161+0000 mgr.smithi118.lddrqf (mgr.14182) 513 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:01.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:01 smithi134 conmon[40421]: cluster 2024-01-21T09:52:59.871384+0000 mgr.smithi118.lddrqf (mgr.14182) 512 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:01.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:01 smithi134 conmon[40421]: audit 2024-01-21T09:53:00.108161+0000 mgr.smithi118.lddrqf (mgr.14182) 513 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:01.726 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:53:03.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:03 smithi134 conmon[40421]: cluster 2024-01-21T09:53:01.872140+0000 mgr.smithi118.lddrqf (mgr.14182) 514 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:03.492 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:53:03.493 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:53:03.519 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:03 smithi118 conmon[35245]: cluster 2024-01-21T09:53:01.872140 2024-01-21T09:53:03.519 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:03 smithi118 conmon[35245]: +0000 mgr.smithi118.lddrqf (mgr.14182) 514 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:04.091 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:53:05.092 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:53:05.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:05 smithi134 conmon[40421]: audit 2024-01-21T09:53:03.488912+0000 mgr.smithi118.lddrqf (mgr.14182) 515 : 2024-01-21T09:53:05.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:05 smithi134 conmon[40421]: audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:05.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:05 smithi134 conmon[40421]: cluster 2024-01-21T09:53:03.872658+0000 mgr.smithi118.lddrqf (mgr.14182) 516 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:05.523 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:05 smithi118 conmon[35245]: audit 2024-01-21T09:53:03.488912+0000 mgr.smithi118.lddrqf (mgr.14182) 515 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:05.523 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:05 smithi118 conmon[35245]: cluster 2024-01-21T09:53:03.872658+0000 mgr.smithi118.lddrqf (mgr.14182) 516 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:06.841 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:53:06.841 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:53:07.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:07 smithi118 conmon[35245]: cluster 2024-01-21T09:53:05.873143+0000 mgr.smithi118.lddrqf (mgr.14182) 517 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:07.373 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:53:07.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:07 smithi134 conmon[40421]: cluster 2024-01-21T09:53:05.873143+0000 mgr.smithi118.lddrqf (mgr 2024-01-21T09:53:07.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:07 smithi134 conmon[40421]: .14182) 517 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:08.374 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:53:08.405 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:08 smithi118 conmon[35245]: audit 2024-01-21T09:53:06.836645+0000 mgr.smithi118.lddrqf (mgr.14182) 518 : audit 2024-01-21T09:53:08.405 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:08 smithi118 conmon[35245]: [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:08.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:08 smithi134 conmon[40421]: audit 2024-01-21T09:53:06.836645+0000 mgr.smithi118.lddrqf (mgr.14182) 518 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:09.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:09 smithi134 conmon[40421]: cluster 2024-01-21T09:53:07.873579+0000 mgr.smithi118.lddrqf (mgr.14182) 519 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:09.557 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:09 smithi118 conmon[35245]: cluster 2024-01-21T09:53:07.873579+0000 2024-01-21T09:53:09.557 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:09 smithi118 conmon[35245]: mgr.smithi118.lddrqf (mgr.14182) 519 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:10.143 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:53:10.143 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:53:10.706 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:53:11.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:11 smithi134 conmon[40421]: cluster 2024-01-21T09:53:09.874063+0000 mgr.smithi118.lddrqf (mgr.14182) 520 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:11.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:11 smithi134 conmon[40421]: 2024-01-21T09:53:11.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:11 smithi118 conmon[35245]: cluster 2024-01-21T09:53:09.874063+0000 mgr.smithi118.lddrqf (mgr.14182) 520 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:11.708 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:53:12.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:12 smithi134 conmon[40421]: audit 2024-01-21T09:53:10.138743+0000 mgr.smithi118.lddrqf (mgr.14182) 521 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:12.507 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:12 smithi118 conmon[35245]: audit 2024-01-21T09:53:10.138743+0000 mgr.smithi118.lddrqf (mgr.14182) 521 2024-01-21T09:53:12.507 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:12 smithi118 conmon[35245]: : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:13.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:13 smithi118 conmon[35245]: cluster 2024-01-21T09:53:11.874721+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T09:53:13.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:13 smithi118 conmon[35245]: ) 522 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:13.461 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:53:13.461 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:53:13.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:13 smithi134 conmon[40421]: cluster 2024-01-21T09:53:11.874721+0000 mgr.smithi118.lddrqf (mgr.14182) 522 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:13.931 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:53:14.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:14 smithi118 conmon[35245]: audit 2024-01-21T09:53:13.457466+0000 mgr.smithi118.lddrqf (mgr.14182) 523 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:14.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:14 smithi118 conmon[35245]: cluster 2024-01-21T09:53:13.875403+0000 mgr.smithi118.lddrqf (mgr.14182) 524 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:14.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:14 smithi134 conmon[40421]: audit 2024-01-21T09:53:13.457466+0000 mgr.smithi118.lddrqf (mgr.14182) 523 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:14.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:14 smithi134 conmon[40421]: cluster 2024-01-21T09:53:13.875403+0000 mgr.smithi118.lddrqf (mgr.14182) 524 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:14.933 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:53:16.720 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:53:16.720 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:53:17.213 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:53:17.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:17 smithi118 conmon[35245]: cluster 2024-01-21T09:53:15.876088+0000 mgr.smithi118.lddrqf (mgr.14182) 525 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:17.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:17 smithi134 conmon[40421]: cluster 2024-01-21T09:53:15.876088+0000 mgr.smithi118.lddrqf (mgr.14182) 525 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:18.214 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:53:18.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:18 smithi118 conmon[35245]: audit 2024-01-21T09:53:16.716371+0000 mgr.smithi118.lddrqf (mgr.14182) 526 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:18.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:18 smithi134 conmon[40421]: audit 2024-01-21T09:53:16.716371+0000 mgr.smithi118.lddrqf (mgr.14182) 526 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:19.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:19 smithi118 conmon[35245]: cluster 2024-01-21T09:53:17.876568+0000 mgr.smithi118.lddrqf (mgr.14182) 527 : cluster 2024-01-21T09:53:19.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:19 smithi118 conmon[35245]: [DBG] pgmap v357: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:19.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:19 smithi134 conmon[40421]: cluster 2024-01-21T09:53:17.876568+0000 mgr.smithi118.lddrqf (mgr.14182) 527 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:19.911 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:53:19.912 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:53:20.431 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:53:21.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:21 smithi118 conmon[35245]: cluster 2024-01-21T09:53:19.877067+0000 mgr.smithi118.lddrqf (mgr.14182) 528 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:21.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:21 smithi118 conmon[35245]: audit 2024-01-21T09:53:19.907726+0000 mgr.smithi118.lddrqf (mgr.14182) 529 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:21.432 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:53:21.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:21 smithi134 conmon[40421]: cluster 2024-01-21T09:53:19.877067+0000 mgr.smithi118.lddrqf (mgr.14182) 528 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:21.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:21 smithi134 conmon[40421]: audit 2024-01-21T09:53:19.907726+0000 mgr.smithi118.lddrqf (mgr.14182) 529 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:23.167 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:53:23.167 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:53:23.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:23 smithi118 conmon[35245]: cluster 2024-01-21T09:53:21.877638+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T09:53:23.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:23 smithi118 conmon[35245]: ) 530 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:23.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:23 smithi134 conmon[40421]: cluster 2024-01-21T09:53:21.877638+0000 mgr.smithi118.lddrqf (mgr.14182) 530 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:23.688 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:53:24.689 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:53:25.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:25 smithi118 conmon[35245]: audit 2024-01-21T09:53:23.163992+0000 mgr.smithi118.lddrqf (mgr.14182) 531 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:25.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:25 smithi118 conmon[35245]: cluster 2024-01-21T09:53:23.878180+0000 mgr.smithi118.lddrqf (mgr.14182) 532 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:25.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:25 smithi134 conmon[40421]: audit 2024-01-21T09:53:23.163992+0000 mgr.smithi118.lddrqf (mgr.14182) 531 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:25.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:25 smithi134 conmon[40421]: 2024-01-21T09:53:25.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:25 smithi134 conmon[40421]: cluster 2024-01-21T09:53:23.878180+0000 mgr.smithi118.lddrqf (mgr.14182) 532 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:26.429 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:53:26.429 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:53:26.962 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:53:27.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:27 smithi118 conmon[35245]: cluster 2024-01-21T09:53:25.878671+0000 mgr.smithi118.lddrqf (mgr.14182) 533 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:27.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:27 smithi134 conmon[40421]: cluster 2024-01-21T09:53:25.878671+0000 mgr.smithi118.lddrqf (mgr.14182) 533 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:27.964 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:53:28.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:28 smithi118 conmon[35245]: audit 2024-01-21T09:53:26.425351+0000 mgr.smithi118.lddrqf (mgr.14182) 534 : audit 2024-01-21T09:53:28.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:28 smithi118 conmon[35245]: [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:28.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:28 smithi134 conmon[40421]: audit 2024-01-21T09:53:26.425351+0000 mgr.smithi118.lddrqf (mgr.14182) 534 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:29.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:29 smithi134 conmon[40421]: cluster 2024-01-21T09:53:27.879153+0000 mgr.smithi118.lddrqf (mgr.14182) 535 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:29.506 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:29 smithi118 conmon[35245]: cluster 2024-01-21T09:53:27.879153+0000 mgr.smithi118.lddrqf (mgr.14182) 535 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:29.887 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:53:29.887 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:53:30.428 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:53:31.429 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:53:31.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:31 smithi134 conmon[40421]: cluster 2024-01-21T09:53:29.879696+0000 mgr.smithi118.lddrqf (mgr.14182) 536 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:31.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:31 smithi134 conmon[40421]: audit 2024-01- 2024-01-21T09:53:31.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:31 smithi134 conmon[40421]: 21T09:53:29.883526+0000 mgr.smithi118.lddrqf (mgr.14182) 537 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:31.464 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:31 smithi118 conmon[35245]: cluster 2024-01-21T09:53:29.879696+0000 mgr.smithi118.lddrqf (mgr.14182) 536 : cluster [DBG] 2024-01-21T09:53:31.464 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:31 smithi118 conmon[35245]: pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:31.464 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:31 smithi118 conmon[35245]: audit 2024-01-21T09:53:29.883526+0000 mgr.smithi118.lddrqf (mgr.14182) 537 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:33.212 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:53:33.212 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:53:33.395 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:33 smithi118 conmon[35245]: cluster 2024-01-21T09:53:31.880223+0000 mgr.smithi118.lddrqf (mgr. 2024-01-21T09:53:33.396 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:33 smithi118 conmon[35245]: 14182) 538 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:33.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:33 smithi134 conmon[40421]: cluster 2024-01-21T09:53:31.880223+0000 mgr.smithi118.lddrqf (mgr.14182) 538 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:33.794 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:53:34.795 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:53:35.398 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:35 smithi118 conmon[35245]: audit 2024-01-21T09:53:33.208529+0000 mgr.smithi118.lddrqf (mgr.14182) 539 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:35.399 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:35 smithi118 conmon[35245]: cluster 2024-01-21T09:53:33.880848+0000 mgr.smithi118.lddrqf (mgr.14182) 540 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:35.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:35 smithi134 conmon[40421]: audit 2024-01-21T09:53:33.208529+0000 mgr.smithi118.lddrqf (mgr.14182) 539 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:35.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:35 smithi134 conmon[40421]: cluster 2024-01-21T09:53:33.880848 2024-01-21T09:53:35.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:35 smithi134 conmon[40421]: +0000 mgr.smithi118.lddrqf (mgr.14182) 540 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:36.549 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:53:36.549 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:53:37.153 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:53:37.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:37 smithi134 conmon[40421]: cluster 2024-01-21T09:53:35.881381+0000 mgr.smithi118.lddrqf (mgr.14182) 541 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:37.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:37 smithi118 conmon[35245]: cluster 2024-01-21T09:53:35.881381+0000 mgr.smithi118.lddrqf (mgr.14182) 541 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:38.154 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:53:38.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:38 smithi134 conmon[40421]: audit 2024-01-21T09:53:36.544702+0000 mgr.smithi118.lddrqf (mgr.14182) 542 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:38.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:38 smithi134 conmon[40421]: 2024-01-21T09:53:38.592 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:38 smithi118 conmon[35245]: audit 2024-01-21T09:53:36.544702+0000 mgr.smithi118.lddrqf (mgr.14182) 542 : audit [DBG] 2024-01-21T09:53:38.592 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:38 smithi118 conmon[35245]: from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:39.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:39 smithi118 conmon[35245]: cluster 2024-01-21T09:53:37.881952+0000 mgr.smithi118.lddrqf (mgr.14182) 543 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:39.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:39 smithi134 conmon[40421]: cluster 2024-01-21T09:53:37.881952+0000 mgr.smithi118.lddrqf (mgr.14182) 543 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:39.925 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:53:39.925 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:53:40.492 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:53:41.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:41 smithi134 conmon[40421]: cluster 2024-01-21T09:53:39.882470+0000 mgr.smithi118.lddrqf (mgr.14182) 544 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:41.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:41 smithi134 conmon[40421]: audit 2024-01-21T09:53:39.920921+0000 mgr.smithi118.lddrqf (mgr.14182) 545 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:41.494 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:53:41.528 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:41 smithi118 conmon[35245]: cluster 2024-01-21T09:53:39.882470+0000 mgr.smithi118.lddrqf (mgr.14182) 544 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:41.528 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:41 smithi118 conmon[35245]: audit 2024-01-21T09:53:39.920921+0000 mgr.smithi118.lddrqf (mgr.14182) 545 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:43.152 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:53:43.152 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:53:43.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:43 smithi134 conmon[40421]: cluster 2024-01-21T09:53:41.882916+0000 mgr.smithi118.lddrqf (mgr.14182) 546 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:43.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:43 smithi118 conmon[35245]: cluster 2024-01-21T09:53:41.882916+0000 mgr.smithi118.lddrqf (mgr.14182) 546 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:43.709 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:53:44.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:44 smithi134 conmon[40421]: audit 2024-01-21T09:53:43.147987+0000 mgr.smithi118.lddrqf (mgr.14182) 547 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:44.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:44 smithi134 conmon[40421]: cluster 2024-01-21T09:53:44.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:44 smithi134 conmon[40421]: 2024-01-21T09:53:43.883350+0000 mgr.smithi118.lddrqf (mgr.14182) 548 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:44.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:44 smithi118 conmon[35245]: audit 2024-01-21T09:53:43.147987+0000 mgr.smithi118.lddrqf (mgr.14182) 547 : 2024-01-21T09:53:44.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:44 smithi118 conmon[35245]: audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:44.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:44 smithi118 conmon[35245]: cluster 2024-01-21T09:53:43.883350+0000 mgr.smithi118.lddrqf (mgr.14182) 548 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:44.710 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:53:46.384 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:53:46.384 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:53:46.899 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:53:47.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:47 smithi118 conmon[35245]: cluster 2024-01-21T09:53:45.883901+0000 mgr.smithi118.lddrqf (mgr.14182) 549 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:47.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:47 smithi134 conmon[40421]: cluster 2024-01-21T09:53:45.883901+0000 mgr.smithi118.lddrqf (mgr.14182) 549 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:47.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:47 smithi134 conmon[40421]: 2024-01-21T09:53:47.900 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:53:48.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:48 smithi118 conmon[35245]: audit 2024-01-21T09:53:46.379103+0000 mgr.smithi118.lddrqf (mgr.14182) 550 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:48.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:48 smithi134 conmon[40421]: audit 2024-01-21T09:53:46.379103+0000 mgr.smithi118.lddrqf (mgr.14182) 550 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:49.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:49 smithi118 conmon[35245]: cluster 2024-01-21T09:53:47.884546+0000 mgr.smithi118.lddrqf (mgr.14182) 551 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:49.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:49 smithi134 conmon[40421]: cluster 2024-01-21T09:53:47.884546+0000 mgr.smithi118.lddrqf (mgr.14182) 551 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:49.557 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:53:49.557 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:53:50.117 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:53:51.117 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:53:51.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:51 smithi118 conmon[35245]: audit 2024-01-21T09:53:49.553202+0000 mgr.smithi118.lddrqf (mgr.14182) 552 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:51.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:51 smithi118 conmon[35245]: cluster 2024-01-21T09:53:49.885249+0000 mgr.smithi118.lddrqf (mgr.14182) 553 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:51.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:51 smithi134 conmon[40421]: audit 2024-01-21T09:53:49.553202+0000 mgr.smithi118.lddrqf (mgr.14182) 552 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:51.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:51 smithi134 conmon[40421]: cluster 2024-01-21T09:53:49.885249+0000 mgr.smithi118.lddrqf (mgr.14182) 553 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:52.891 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:53:52.891 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:53:53.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:53 smithi118 conmon[35245]: cluster 2024-01-21T09:53:51.885745+0000 mgr.smithi118.lddrqf (mgr.14182) 554 : 2024-01-21T09:53:53.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:53 smithi118 conmon[35245]: cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:53.365 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:53:53.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:53 smithi134 conmon[40421]: cluster 2024-01-21T09:53:51.885745+0000 mgr.smithi118.lddrqf (mgr.14182) 554 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:54.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:54 smithi118 conmon[35245]: audit 2024-01-21T09:53:52.886826+0000 mgr.smithi118.lddrqf (mgr.14182) 555 : 2024-01-21T09:53:54.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:54 smithi118 conmon[35245]: audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:54.366 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:53:54.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:54 smithi134 conmon[40421]: audit 2024-01-21T09:53:52.886826+0000 mgr.smithi118.lddrqf (mgr.14182) 555 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:54.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:54 smithi134 conmon[40421]: 2024-01-21T09:53:55.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:55 smithi118 conmon[35245]: cluster 2024-01-21T09:53:53.886174+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T09:53:55.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:55 smithi118 conmon[35245]: ) 556 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:55.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:55 smithi134 conmon[40421]: cluster 2024-01-21T09:53:53.886174+0000 mgr.smithi118.lddrqf (mgr.14182) 556 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:56.119 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:53:56.119 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:53:56.715 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:53:57.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:57 smithi134 conmon[40421]: cluster 2024-01-21T09:53:55.886708+0000 mgr.smithi118.lddrqf (mgr.14182) 557 : cluster [DBG] 2024-01-21T09:53:57.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:57 smithi134 conmon[40421]: pgmap v376: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:57.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:57 smithi134 conmon[40421]: audit 2024-01-21T09:53:56.114741+0000 mgr.smithi118.lddrqf (mgr.14182) 558 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:57.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:57 smithi118 conmon[35245]: cluster 2024-01-21T09:53:55.886708+0000 mgr.smithi118.lddrqf (mgr.14182) 557 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:57.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:57 smithi118 conmon[35245]: audit 2024-01-21T09:53:56.114741+0000 mgr.smithi118.lddrqf (mgr.14182) 558 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:53:57.716 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:53:59.111 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:59 smithi118 conmon[35245]: cluster 2024-01-21T09:53:57.887378+0000 mgr.smithi118.lddrqf (mgr.14182) 559 2024-01-21T09:53:59.111 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:53:59 smithi118 conmon[35245]: : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:59.431 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:53:59.432 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:53:59.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:53:59 smithi134 conmon[40421]: cluster 2024-01-21T09:53:57.887378+0000 mgr.smithi118.lddrqf (mgr.14182) 559 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:53:59.998 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:54:01.000 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:54:01.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:01 smithi118 conmon[35245]: audit 2024-01-21T09:53:59.427663+0000 mgr.smithi118.lddrqf (mgr.14182) 560 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:01.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:01 smithi118 conmon[35245]: cluster 2024-01-21T09:53:59.887869+0000 mgr.smithi118.lddrqf (mgr.14182) 561 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:01.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:01 smithi134 conmon[40421]: audit 2024-01-21T09:53:59.427663+0000 mgr.smithi118.lddrqf (mgr.14182) 560 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:01.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:01 smithi134 conmon[40421]: cluster 2024-01-21T09:53:59.887869+0000 mgr.smithi118.lddrqf (mgr.14182) 561 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:02.723 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:54:02.724 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.373310Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:54:03.240 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:54:03.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:03 smithi134 conmon[40421]: cluster 2024-01-21T09:54:01.888395+0000 mgr.smithi118.lddrqf (mgr.14182) 562 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:03.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:03 smithi118 conmon[35245]: cluster 2024-01-21T09:54:01.888395+0000 mgr.smithi118.lddrqf (mgr.14182) 562 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:04.241 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:54:04.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:04 smithi134 conmon[40421]: audit 2024-01-21T09:54:02.720053+0000 mgr.smithi118.lddrqf (mgr.14182) 563 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:04.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:04 smithi134 conmon[40421]: audit 2024-01-21T09:54:04.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:04 smithi134 conmon[40421]: 2024-01-21T09:54:03.187501+0000 mon.smithi118 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi134.okyoap"}]: dispatch 2024-01-21T09:54:04.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:04 smithi118 conmon[35245]: audit 2024-01-21T09:54:02.720053+0000 mgr.smithi118.lddrqf (mgr.14182) 563 : audit 2024-01-21T09:54:04.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:04 smithi118 conmon[35245]: [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:04.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:04 smithi118 conmon[35245]: audit 2024-01-21T09:54:03.187501+0000 mon.smithi118 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi134.okyoap"}]: dispatch 2024-01-21T09:54:05.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: cephadm 2024-01-21T09:54:03.186984+0000 mgr.smithi118.lddrqf (mgr.14182) 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-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap 2024-01-21T09:54:05.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap 2024-01-21T09:54:05.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap 2024-01-21T09:54:05.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap 2024-01-21T09:54:05.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: Deploy daemon haproxy.rgw.foo.smithi134.okyoap ... 2024-01-21T09:54:05.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:54:05.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T09:54:05.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:52:06Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:54:05.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:52:44Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:54:05.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:53:22Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:54:05.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:54:05.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:54:05.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:54:05.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: Traceback (most recent call last): 2024-01-21T09:54:05.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:54:05.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: yield (conn, connr) 2024-01-21T09:54:05.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:54:05.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: code, '\n'.join(err))) 2024-01-21T09:54:05.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: 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-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap 2024-01-21T09:54:05.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap 2024-01-21T09:54:05.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap 2024-01-21T09:54:05.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap 2024-01-21T09:54:05.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: Deploy daemon haproxy.rgw.foo.smithi134.okyoap ... 2024-01-21T09:54:05.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:54:05.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T09:54:05.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:52:06Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:54:05.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:52:44Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:54:05.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:53:22Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:54:05.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:54:05.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-01-21T09:54:05.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:54:05.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:54:05.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: cephadm 2024-01-21T09:54:03.187188+0000 mgr.smithi118.lddrqf (mgr.14182) 565 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi134.okyoap 2024-01-21T09:54:05.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: cephadm 2024-01-21T09:54:03.188068+0000 mgr.smithi118.lddrqf (mgr.14182) 566 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap 2024-01-21T09:54:05.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap 2024-01-21T09:54:05.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap 2024-01-21T09:54:05.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap 2024-01-21T09:54:05.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: Deploy daemon haproxy.rgw.foo.smithi134.okyoap ... 2024-01-21T09:54:05.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:54:05.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T09:54:05.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:52:06Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:54:05.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:52:44Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:54:05.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:53:22Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:54:05.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:54:05.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:54:05.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:54:05.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: cephadm 2024-01-21T09:54:03.190139+0000 mgr.smithi118.lddrqf (mgr.14182) 567 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi118.wuhsnr on smithi118 2024-01-21T09:54:05.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:05 smithi118 conmon[35245]: cluster 2024-01-21T09:54:03.888781+0000 mgr.smithi118.lddrqf (mgr.14182) 568 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:05.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: cephadm 2024-01-21T09:54:03.186984+0000 mgr.smithi118.lddrqf (mgr.14182) 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-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap 2024-01-21T09:54:05.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap 2024-01-21T09:54:05.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap 2024-01-21T09:54:05.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap 2024-01-21T09:54:05.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: Deploy daemon haproxy.rgw.foo.smithi134.okyoap ... 2024-01-21T09:54:05.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:54:05.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T09:54:05.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:52:06Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:54:05.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:52:44Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:54:05.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:53:22Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:54:05.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:54:05.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:54:05.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:54:05.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: Traceback (most recent call last): 2024-01-21T09:54:05.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:54:05.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: yield (conn, connr) 2024-01-21T09:54:05.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:54:05.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: code, '\n'.join(err))) 2024-01-21T09:54:05.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: 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-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap 2024-01-21T09:54:05.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap 2024-01-21T09:54:05.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap 2024-01-21T09:54:05.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap 2024-01-21T09:54:05.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: Deploy daemon haproxy.rgw.foo.smithi134.okyoap ... 2024-01-21T09:54:05.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:54:05.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T09:54:05.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:52:06Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:54:05.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:52:44Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:54:05.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:53:22Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:54:05.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:54:05.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-01-21T09:54:05.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:54:05.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:54:05.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: cephadm 2024-01-21T09:54:03.187188+0000 mgr.smithi118.lddrqf (mgr.14182) 565 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi134.okyoap 2024-01-21T09:54:05.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: cephadm 2024-01-21T09:54:03.188068+0000 mgr.smithi118.lddrqf (mgr.14182) 566 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap 2024-01-21T09:54:05.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap 2024-01-21T09:54:05.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap 2024-01-21T09:54:05.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap 2024-01-21T09:54:05.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: Deploy daemon haproxy.rgw.foo.smithi134.okyoap ... 2024-01-21T09:54:05.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:54:05.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T09:54:05.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:52:06Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:54:05.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:52:44Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:54:05.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:53:22Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:54:05.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:54:05.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:54:05.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:54:05.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: cephadm 2024-01-21T09:54:03.190139+0000 mgr.smithi118.lddrqf (mgr.14182) 567 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi118.wuhsnr on smithi118 2024-01-21T09:54:05.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:05 smithi134 conmon[40421]: cluster 2024-01-21T09:54:03.888781+0000 mgr.smithi118.lddrqf (mgr.14182) 568 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:06.073 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:54:06.073 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:54:06.621 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:54:07.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:07 smithi134 conmon[40421]: cluster 2024-01-21T09:54:05.889292+0000 mgr.smithi118.lddrqf (mgr.14182) 569 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:07.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:07 smithi134 conmon[40421]: audit 2024-01-21T09:54:06.068559+0000 mgr.smithi118.lddrqf (mgr 2024-01-21T09:54:07.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:07 smithi134 conmon[40421]: .14182) 570 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:07.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:07 smithi118 conmon[35245]: cluster 2024-01-21T09:54:05.889292+0000 mgr.smithi118.lddrqf (mgr.14182) 569 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:07.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:07 smithi118 conmon[35245]: audit 2024-01-21T09:54:06.068559+0000 mgr.smithi118.lddrqf (mgr.14182) 570 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:07.622 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:54:09.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:09 smithi118 conmon[35245]: cluster 2024-01-21T09:54:07.889697+0000 mgr.smithi118.lddrqf (mgr.14182) 571 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:09.383 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:54:09.383 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:54:09.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:09 smithi134 conmon[40421]: cluster 2024-01-21T09:54:07.889697+0000 mgr.smithi118.lddrqf (mgr.14182) 571 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:09.905 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:54:10.906 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:54:11.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:11 smithi118 conmon[35245]: audit 2024-01-21T09:54:09.379465+0000 mgr.smithi118.lddrqf 2024-01-21T09:54:11.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:11 smithi118 conmon[35245]: (mgr.14182) 572 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:11.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:11 smithi118 conmon[35245]: cluster 2024-01-21T09:54:09.890315+0000 mgr.smithi118.lddrqf (mgr.14182) 573 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:11.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:11 smithi134 conmon[40421]: audit 2024-01-21T09:54:09.379465+0000 mgr.smithi118.lddrqf (mgr.14182) 572 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:11.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:11 smithi134 conmon[40421]: cluster 2024-01-21T09:54:09.890315+0000 mgr.smithi118.lddrqf (mgr.14182) 573 : cluster 2024-01-21T09:54:11.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:11 smithi134 conmon[40421]: [DBG] pgmap v383: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:12.381 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:12 smithi118 conmon[35245]: cluster 2024-01-21T09:54:11.890856+0000 mgr.smithi118.lddrqf (mgr.14182) 574 : 2024-01-21T09:54:12.381 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:12 smithi118 conmon[35245]: cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:12.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:12 smithi134 conmon[40421]: cluster 2024-01-21T09:54:11.890856+0000 mgr.smithi118.lddrqf (mgr.14182) 574 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:12.731 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:54:12.731 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:54:13.263 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:54:13.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:13 smithi134 conmon[40421]: audit 2024-01-21T09:54:12.726758+0000 mgr.smithi118.lddrqf (mgr.14182) 575 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:13.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:13 smithi118 conmon[35245]: audit 2024-01-21T09:54:12.726758+0000 mgr.smithi118.lddrqf (mgr.14182) 575 : audit 2024-01-21T09:54:13.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:13 smithi118 conmon[35245]: [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:14.264 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:54:14.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:14 smithi134 conmon[40421]: cluster 2024-01-21T09:54:13.891462+0000 mgr.smithi118.lddrqf (mgr.14182) 576 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:14.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:14 smithi118 conmon[35245]: cluster 2024-01-21T09:54:13.891462+0000 mgr.smithi118.lddrqf (mgr.14182) 576 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:14.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:14 smithi118 conmon[35245]: 2024-01-21T09:54:16.014 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:54:16.014 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:54:16.569 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:54:17.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:17 smithi118 conmon[35245]: cluster 2024-01-21T09:54:15.891990+0000 mgr.smithi118.lddrqf (mgr.14182) 577 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:17.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:17 smithi118 conmon[35245]: audit 2024-01-21T09:54:16.009921+0000 mgr.smithi118.lddrqf (mgr.14182) 578 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:17.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:17 smithi134 conmon[40421]: cluster 2024-01-21T09:54:15.891990+0000 mgr.smithi118.lddrqf (mgr.14182) 577 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:17.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:17 smithi134 conmon[40421]: audit 2024-01-21T09:54:16.009921+0000 mgr.smithi118.lddrqf (mgr.14182) 578 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:17.570 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:54:19.262 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:54:19.262 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:54:19.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:19 smithi118 conmon[35245]: cluster 2024-01-21T09:54:17.892554+0000 mgr.smithi118.lddrqf (mgr.14182) 579 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:19.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:19 smithi134 conmon[40421]: cluster 2024-01-21T09:54:17.892554+0000 mgr.smithi118.lddrqf (mgr.14182) 579 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:19.752 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:54:20.753 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:54:21.341 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:21 smithi118 conmon[35245]: audit 2024-01-21T09:54:19.258016+0000 mgr.smithi118.lddrqf (mgr.14182) 580 : audit [DBG] 2024-01-21T09:54:21.341 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:21 smithi118 conmon[35245]: from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:21.341 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:21 smithi118 conmon[35245]: cluster 2024-01-21T09:54:19.893152+0000 mgr.smithi118.lddrqf (mgr.14182) 581 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:21.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:21 smithi134 conmon[40421]: audit 2024-01-21T09:54:19.258016+0000 mgr.smithi118.lddrqf (mgr.14182) 580 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:21.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:21 smithi134 conmon[40421]: cluster 2024-01-21T09:54:19.893152+0000 mgr.smithi118.lddrqf (mgr.14182) 581 2024-01-21T09:54:21.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:21 smithi134 conmon[40421]: : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:22.487 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:54:22.487 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:54:23.011 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:54:23.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:23 smithi118 conmon[35245]: cluster 2024-01-21T09:54:21.893658+0000 mgr.smithi118.lddrqf (mgr.14182) 582 : cluster [DBG] 2024-01-21T09:54:23.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:23 smithi118 conmon[35245]: pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:23.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:23 smithi134 conmon[40421]: cluster 2024-01-21T09:54:21.893658+0000 mgr.smithi118.lddrqf (mgr.14182) 582 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:24.012 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:54:24.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:24 smithi118 conmon[35245]: audit 2024-01-21T09:54:22.482451+0000 mgr.smithi118.lddrqf (mgr.14182) 583 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:24.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:24 smithi118 conmon[35245]: 2024-01-21T09:54:24.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:24 smithi134 conmon[40421]: audit 2024-01-21T09:54:22.482451+0000 mgr.smithi118.lddrqf (mgr.14182) 583 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:25.362 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:25 smithi118 conmon[35245]: cluster 2024-01-21T09:54:23.894129+0000 mgr.smithi118.lddrqf (mgr.14182) 584 2024-01-21T09:54:25.362 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:25 smithi118 conmon[35245]: : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:25.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:25 smithi134 conmon[40421]: cluster 2024-01-21T09:54:23.894129+0000 mgr.smithi118.lddrqf (mgr.14182) 584 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:25.737 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:54:25.737 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:54:26.277 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:54:27.278 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:54:27.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:27 smithi134 conmon[40421]: audit 2024-01-21T09:54:25.732661+0000 mgr.smithi118.lddrqf (mgr.14182) 585 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:27.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:27 smithi134 conmon[40421]: cluster 2024-01-21T09:54:25.894897+0000 mgr.smithi118.lddrqf (mgr.14182) 586 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:27.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:27 smithi118 conmon[35245]: audit 2024-01-21T09:54:25.732661+0000 mgr.smithi118.lddrqf (mgr.14182) 585 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:27.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:27 smithi118 conmon[35245]: cluster 2024-01-21T09:54:25.894897+0000 mgr.smithi118.lddrqf (mgr.14182) 586 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:29.022 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:54:29.022 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:54:29.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:29 smithi118 conmon[35245]: cluster 2024-01-21T09:54:27.895425+0000 mgr.smithi118.lddrqf (mgr.14182) 587 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:29.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:29 smithi134 conmon[40421]: cluster 2024-01-21T09:54:27.895425+0000 mgr.smithi118.lddrqf (mgr.14182) 587 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:29.542 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:54:30.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:30 smithi134 conmon[40421]: audit 2024-01-21T09:54:29.017730+0000 mgr.smithi118.lddrqf (mgr.14182) 588 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:30.544 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:54:30.578 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:30 smithi118 conmon[35245]: audit 2024-01-21T09:54:29.017730+0000 mgr.smithi118.lddrqf (mgr.14182) 588 : audit 2024-01-21T09:54:30.578 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:30 smithi118 conmon[35245]: [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:31.302 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:31 smithi118 conmon[35245]: cluster 2024-01-21T09:54:29.896110+0000 mgr.smithi118.lddrqf 2024-01-21T09:54:31.302 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:31 smithi118 conmon[35245]: (mgr.14182) 589 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:31.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:31 smithi134 conmon[40421]: cluster 2024-01-21T09:54:29.896110+0000 mgr.smithi118.lddrqf (mgr.14182) 589 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:32.270 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:54:32.271 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:54:32.801 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:54:33.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:33 smithi134 conmon[40421]: cluster 2024-01-21T09:54:31.896626+0000 mgr.smithi118.lddrqf (mgr.14182) 590 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:33.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:33 smithi118 conmon[35245]: cluster 2024-01-21T09:54:31.896626+0000 mgr.smithi118.lddrqf (mgr.14182) 590 2024-01-21T09:54:33.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:33 smithi118 conmon[35245]: : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:33.802 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:54:34.392 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:34 smithi118 conmon[35245]: audit 2024-01-21T09:54:32.266357+0000 mgr.smithi118.lddrqf (mgr 2024-01-21T09:54:34.392 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:34 smithi118 conmon[35245]: .14182) 591 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:34.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:34 smithi134 conmon[40421]: audit 2024-01-21T09:54:32.266357+0000 mgr.smithi118.lddrqf (mgr.14182) 591 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:35.153 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:35 smithi118 conmon[35245]: cluster 2024-01-21T09:54:33.897036+0000 mgr.smithi118.lddrqf (mgr.14182) 592 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:35.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:35 smithi134 conmon[40421]: cluster 2024-01-21T09:54:33.897036+0000 mgr.smithi118.lddrqf (mgr.14182) 592 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:35.479 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:54:35.480 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:54:36.175 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:54:37.176 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:54:37.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:37 smithi134 conmon[40421]: audit 2024-01-21T09:54:35.475640+0000 mgr.smithi118.lddrqf (mgr.14182) 593 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:37.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:37 smithi134 conmon[40421]: 2024-01-21T09:54:37.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:37 smithi134 conmon[40421]: cluster 2024-01-21T09:54:35.897721+0000 mgr.smithi118.lddrqf (mgr.14182) 594 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:37.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:37 smithi118 conmon[35245]: audit 2024-01-21T09:54:35.475640+0000 mgr.smithi118.lddrqf (mgr.14182) 593 : audit 2024-01-21T09:54:37.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:37 smithi118 conmon[35245]: [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:37.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:37 smithi118 conmon[35245]: cluster 2024-01-21T09:54:35.897721+0000 mgr.smithi118.lddrqf (mgr.14182) 594 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:38.839 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:54:38.839 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:54:39.374 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:54:39.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:39 smithi134 conmon[40421]: cluster 2024-01-21T09:54:37.898307+0000 mgr.smithi118.lddrqf (mgr.14182) 595 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:39.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:39 smithi134 conmon[40421]: 2024-01-21T09:54:39.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:39 smithi118 conmon[35245]: cluster 2024-01-21T09:54:37.898307+0000 mgr.smithi118.lddrqf (mgr.14182) 595 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:40.375 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:54:40.409 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:40 smithi118 conmon[35245]: audit 2024-01-21T09:54:38.835277+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:54:40.409 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:40 smithi118 conmon[35245]: 596 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:40.409 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:40 smithi118 conmon[35245]: cluster 2024-01-21T09:54:39.899166+0000 mgr.smithi118.lddrqf (mgr.14182) 597 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:40.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:40 smithi134 conmon[40421]: audit 2024-01-21T09:54:38.835277+0000 mgr.smithi118.lddrqf (mgr.14182) 596 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:40.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:40 smithi134 conmon[40421]: cluster 2024-01-21T09:54:39.899166+0000 mgr.smithi118.lddrqf (mgr.14182) 597 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:42.119 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:54:42.119 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:54:42.616 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:54:43.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:42 smithi134 conmon[40421]: cluster 2024-01-21T09:54:41.899708+0000 mgr.smithi118.lddrqf (mgr.14182) 598 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:43.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:42 smithi134 conmon[40421]: audit 2024-01-21T09:54:42.115328+0000 mgr.smithi118.lddrqf (mgr.14182) 599 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:43.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:42 smithi134 conmon[40421]: 2024-01-21T09:54:43.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:42 smithi118 conmon[35245]: cluster 2024-01-21T09:54:41.899708+0000 mgr.smithi118.lddrqf (mgr.14182) 598 : cluster [DBG] 2024-01-21T09:54:43.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:42 smithi118 conmon[35245]: pgmap v399: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:43.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:42 smithi118 conmon[35245]: audit 2024-01-21T09:54:42.115328+0000 mgr.smithi118.lddrqf (mgr.14182) 599 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:43.617 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:54:45.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:44 smithi134 conmon[40421]: cluster 2024-01-21T09:54:43.900184+0000 mgr.smithi118.lddrqf (mgr.14182) 600 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:45.290 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:54:45.291 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:54:45.315 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:44 smithi118 conmon[35245]: cluster 2024-01-21T09:54:43.900184+0000 mgr.smithi118.lddrqf (mgr.14182) 600 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:45.790 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:54:46.791 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:54:47.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:47 smithi118 conmon[35245]: audit 2024-01-21T09:54:45.286502+0000 mgr.smithi118.lddrqf (mgr.14182) 601 2024-01-21T09:54:47.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:47 smithi118 conmon[35245]: : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:47.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:47 smithi118 conmon[35245]: cluster 2024-01-21T09:54:45.900789+0000 mgr.smithi118.lddrqf (mgr.14182) 602 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:47.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:47 smithi134 conmon[40421]: audit 2024-01-21T09:54:45.286502+0000 2024-01-21T09:54:47.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:47 smithi134 conmon[40421]: mgr.smithi118.lddrqf (mgr.14182) 601 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:47.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:47 smithi134 conmon[40421]: cluster 2024-01-21T09:54:47.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:47 smithi134 conmon[40421]: 2024-01-21T09:54:45.900789+0000 mgr.smithi118.lddrqf (mgr.14182) 602 2024-01-21T09:54:47.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:47 smithi134 conmon[40421]: : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:48.595 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:54:48.595 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:54:49.081 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:54:49.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:49 smithi118 conmon[35245]: cluster 2024-01-21T09:54:47.901338+0000 mgr.smithi118.lddrqf (mgr.14182) 603 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:49.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:49 smithi134 conmon[40421]: cluster 2024-01-21T09:54:47.901338+0000 mgr.smithi118.lddrqf (mgr.14182) 603 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:50.082 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:54:50.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:50 smithi134 conmon[40421]: audit 2024-01-21T09:54:48.590847+0000 mgr.smithi118.lddrqf (mgr.14182) 604 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:50.523 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:50 smithi118 conmon[35245]: audit 2024-01-21T09:54:48.590847+0000 mgr.smithi118.lddrqf (mgr.14182) 604 : audit 2024-01-21T09:54:50.523 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:50 smithi118 conmon[35245]: [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:51.459 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:51 smithi118 conmon[35245]: cluster 2024-01-21T09:54:49.901977+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T09:54:51.459 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:51 smithi118 conmon[35245]: ) 605 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:51.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:51 smithi134 conmon[40421]: cluster 2024-01-21T09:54:49.901977+0000 mgr.smithi118.lddrqf (mgr.14182) 605 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:51.835 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:54:51.835 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:54:52.372 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:54:53.373 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:54:53.406 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:53 smithi118 conmon[35245]: audit 2024-01-21T09:54:51.830543+0000 mgr.smithi118.lddrqf (mgr.14182) 606 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:53.407 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:53 smithi118 conmon[35245]: 2024-01-21T09:54:53.407 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:53 smithi118 conmon[35245]: cluster 2024-01-21T09:54:51.902558+0000 mgr.smithi118.lddrqf (mgr.14182) 607 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:53.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:53 smithi134 conmon[40421]: audit 2024-01-21T09:54:51.830543+0000 mgr.smithi118.lddrqf (mgr.14182) 606 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:53.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:53 smithi134 conmon[40421]: cluster 2024-01-21T09:54:51.902558+0000 mgr.smithi118.lddrqf (mgr.14182) 607 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:55.224 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:54:55.224 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:54:55.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:55 smithi118 conmon[35245]: cluster 2024-01-21T09:54:53.902977+0000 mgr.smithi118.lddrqf (mgr.14182) 608 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:55.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:55 smithi134 conmon[40421]: cluster 2024-01-21T09:54:53.902977+0000 mgr.smithi118.lddrqf (mgr.14182) 608 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:55.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:55 smithi134 conmon[40421]: 2024-01-21T09:54:55.772 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:54:56.773 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:54:57.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:57 smithi134 conmon[40421]: audit 2024-01-21T09:54:55.219408+0000 mgr.smithi118.lddrqf (mgr.14182) 609 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:57.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:57 smithi134 conmon[40421]: cluster 2024-01-21T09:54:55.903530+0000 mgr.smithi118.lddrqf (mgr 2024-01-21T09:54:57.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:57 smithi134 conmon[40421]: .14182) 610 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:57.481 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:57 smithi118 conmon[35245]: audit 2024-01-21T09:54:55.219408+0000 mgr.smithi118.lddrqf (mgr.14182) 609 : audit 2024-01-21T09:54:57.481 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:57 smithi118 conmon[35245]: [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:54:57.481 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:57 smithi118 conmon[35245]: cluster 2024-01-21T09:54:55.903530+0000 mgr.smithi118.lddrqf (mgr.14182) 610 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:58.466 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:54:58.467 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:54:59.013 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:54:59.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:54:59 smithi118 conmon[35245]: cluster 2024-01-21T09:54:57.903978+0000 mgr.smithi118.lddrqf (mgr.14182) 611 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:54:59.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:54:59 smithi134 conmon[40421]: cluster 2024-01-21T09:54:57.903978+0000 mgr.smithi118.lddrqf (mgr.14182) 611 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:00.015 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:55:00.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:00 smithi118 conmon[35245]: audit 2024-01-21T09:54:58.462690+0000 mgr.smithi118.lddrqf (mgr.14182) 612 : 2024-01-21T09:55:00.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:00 smithi118 conmon[35245]: audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:00.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:00 smithi134 conmon[40421]: audit 2024-01-21T09:54:58.462690+0000 mgr.smithi118.lddrqf (mgr.14182) 612 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:01.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:01 smithi118 conmon[35245]: cluster 2024-01-21T09:54:59.904695+0000 mgr.smithi118.lddrqf (mgr.14182) 613 : cluster [DBG] 2024-01-21T09:55:01.375 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:01 smithi118 conmon[35245]: pgmap v408: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:01.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:01 smithi134 conmon[40421]: cluster 2024-01-21T09:54:59.904695+0000 mgr.smithi118.lddrqf (mgr.14182) 613 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:01.720 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:55:01.721 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:55:02.280 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:55:03.281 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:55:03.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:03 smithi134 conmon[40421]: audit 2024-01-21T09:55:01.716523+0000 mgr.smithi118.lddrqf (mgr.14182) 614 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:03.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:03 smithi134 conmon[40421]: cluster 2024-01-21T09:55:01.905294+0000 mgr.smithi118.lddrqf (mgr.14182) 615 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:03.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:03 smithi118 conmon[35245]: audit 2024-01-21T09:55:01.716523+0000 mgr.smithi118.lddrqf (mgr.14182) 614 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:03.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:03 smithi118 conmon[35245]: cluster 2024-01-21T09:55:01.905294+0000 mgr.smithi118.lddrqf (mgr.14182) 615 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:04.938 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:55:04.938 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:55:05.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:05 smithi118 conmon[35245]: cluster 2024-01-21T09:55:03.905813+0000 mgr.smithi118.lddrqf (mgr.14182) 616 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:05.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:05 smithi134 conmon[40421]: cluster 2024-01-21T09:55:03.905813+0000 mgr.smithi118.lddrqf (mgr.14182) 616 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:05.471 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:55:06.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:06 smithi134 conmon[40421]: audit 2024-01-21T09:55:04.934006+0000 mgr.smithi118.lddrqf (mgr.14182) 617 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:06.472 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:55:06.506 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:06 smithi118 conmon[35245]: audit 2024-01-21T09:55:04.934006+0000 mgr.smithi118.lddrqf (mgr.14182) 617 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:07.313 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:07 smithi118 conmon[35245]: cluster 2024-01-21T09:55:05.906612+0000 mgr.smithi118.lddrqf (mgr.14182) 618 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:07.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:07 smithi134 conmon[40421]: cluster 2024-01-21T09:55:05.906612+0000 mgr.smithi118.lddrqf (mgr.14182) 618 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:08.211 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:55:08.212 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:55:08.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:08 smithi134 conmon[40421]: cluster 2024-01-21T09:55:07.907040+0000 mgr.smithi118.lddrqf (mgr.14182) 619 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:08.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:08 smithi118 conmon[35245]: cluster 2024-01-21T09:55:07.907040+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:55:08.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:08 smithi118 conmon[35245]: 619 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:08.686 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:55:09.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:09 smithi134 conmon[40421]: audit 2024-01-21T09:55:08.207421+0000 mgr.smithi118.lddrqf (mgr.14182) 620 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:09.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:09 smithi118 conmon[35245]: audit 2024-01-21T09:55:08.207421+0000 mgr.smithi118.lddrqf (mgr.14182) 620 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:09.687 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:55:11.386 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:55:11.386 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:55:11.411 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:11 smithi118 conmon[35245]: cluster 2024-01-21T09:55:09.907526+0000 mgr.smithi118.lddrqf ( 2024-01-21T09:55:11.411 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:11 smithi118 conmon[35245]: mgr.14182) 621 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:11.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:11 smithi134 conmon[40421]: cluster 2024-01-21T09:55:09.907526+0000 mgr.smithi118.lddrqf (mgr.14182) 621 2024-01-21T09:55:11.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:11 smithi134 conmon[40421]: : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:11.936 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:55:12.938 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:55:13.378 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:13 smithi118 conmon[35245]: audit 2024-01-21T09:55:11.382408+0000 mgr.smithi118.lddrqf (mgr.14182) 622 : audit [DBG] 2024-01-21T09:55:13.378 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:13 smithi118 conmon[35245]: from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:13.378 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:13 smithi118 conmon[35245]: cluster 2024-01-21T09:55:11.908325+0000 mgr.smithi118.lddrqf (mgr.14182) 623 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:13.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:13 smithi134 conmon[40421]: audit 2024-01-21T09:55:11.382408+0000 mgr.smithi118.lddrqf (mgr.14182) 622 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:13.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:13 smithi134 conmon[40421]: cluster 2024-01-21T09:55:11.908325+0000 mgr.smithi118.lddrqf (mgr.14182) 623 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:14.889 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:55:14.890 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:55:15.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:15 smithi118 conmon[35245]: cluster 2024-01-21T09:55:13.908777+0000 mgr.smithi118.lddrqf (mgr.14182) 624 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:15.460 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:55:15.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:15 smithi134 conmon[40421]: cluster 2024-01-21T09:55:13.908777+0000 mgr.smithi118.lddrqf (mgr.14182) 624 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:16.461 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:55:16.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:16 smithi134 conmon[40421]: audit 2024-01-21T09:55:14.885744+0000 mgr.smithi118.lddrqf (mgr.14182) 625 : audit 2024-01-21T09:55:16.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:16 smithi134 conmon[40421]: [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:16.495 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:16 smithi118 conmon[35245]: audit 2024-01-21T09:55:14.885744+0000 mgr.smithi118.lddrqf (mgr.14182) 625 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:16.495 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:16 smithi118 conmon[35245]: 2024-01-21T09:55:17.245 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:17 smithi118 conmon[35245]: cluster 2024-01-21T09:55:15.909416+0000 mgr.smithi118.lddrqf (mgr.14182) 626 : cluster 2024-01-21T09:55:17.245 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:17 smithi118 conmon[35245]: [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:17.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:17 smithi134 conmon[40421]: cluster 2024-01-21T09:55:15.909416+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:55:17.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:17 smithi134 conmon[40421]: 626 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:18.417 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:55:18.417 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:55:19.018 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:55:19.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:19 smithi118 conmon[35245]: cluster 2024-01-21T09:55:17.910096+0000 mgr.smithi118.lddrqf (mgr.14182) 627 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:19.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:19 smithi134 conmon[40421]: cluster 2024-01-21T09:55:17.910096+0000 mgr.smithi118.lddrqf (mgr.14182) 627 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:19.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:19 smithi134 conmon[40421]: 2024-01-21T09:55:20.019 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:55:20.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:20 smithi118 conmon[35245]: audit 2024-01-21T09:55:18.412683+0000 mgr.smithi118.lddrqf (mgr.14182) 628 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:20.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:20 smithi118 conmon[35245]: 2024-01-21T09:55:20.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:20 smithi134 conmon[40421]: audit 2024-01-21T09:55:18.412683+0000 mgr.smithi118.lddrqf (mgr.14182) 628 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:21.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:21 smithi134 conmon[40421]: cluster 2024-01-21T09:55:19.910800+0000 mgr.smithi118.lddrqf (mgr.14182) 629 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:21.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:21 smithi118 conmon[35245]: cluster 2024-01-21T09:55:19.910800+0000 mgr.smithi118.lddrqf (mgr.14182) 629 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:21.957 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:55:21.957 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:55:22.501 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:55:23.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:23 smithi134 conmon[40421]: cluster 2024-01-21T09:55:21.911337+0000 mgr.smithi118.lddrqf (mgr.14182) 630 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:23.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:23 smithi134 conmon[40421]: audit 2024-01-21T 2024-01-21T09:55:23.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:23 smithi134 conmon[40421]: 09:55:21.953560+0000 mgr.smithi118.lddrqf (mgr.14182) 631 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:23.502 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:55:23.536 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:23 smithi118 conmon[35245]: cluster 2024-01-21T09:55:21.911337+0000 mgr.smithi118.lddrqf (mgr.14182) 630 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:23.536 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:23 smithi118 conmon[35245]: audit 2024-01-21T09:55:21.953560+0000 mgr.smithi118.lddrqf (mgr.14182) 631 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:25.275 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:55:25.275 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:55:25.452 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:25 smithi118 conmon[35245]: cluster 2024-01-21T09:55:23.911856+0000 mgr.smithi118.lddrqf (mgr.14182) 632 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:25.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:25 smithi134 conmon[40421]: cluster 2024-01-21T09:55:23.911856+0000 mgr.smithi118.lddrqf (mgr.14182) 632 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:25.809 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:55:26.810 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:55:27.388 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:27 smithi118 conmon[35245]: audit 2024-01-21T09:55:25.271308+0000 mgr.smithi118.lddrqf (mgr.14182) 633 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:27.388 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:27 smithi118 conmon[35245]: cluster 2024-01-21T09:55:25.912397+0000 mgr.smithi118.lddrqf (mgr.14182) 634 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:27.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:27 smithi134 conmon[40421]: audit 2024-01-21T09:55:25.271308+0000 mgr.smithi118.lddrqf (mgr.14182) 633 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:27.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:27 smithi134 conmon[40421]: 2024-01-21T09:55:27.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:27 smithi134 conmon[40421]: cluster 2024-01-21T09:55:25.912397+0000 mgr.smithi118.lddrqf (mgr.14182) 634 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:28.648 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:55:28.648 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:55:29.184 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:55:29.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:29 smithi134 conmon[40421]: cluster 2024-01-21T09:55:27.912816+0000 mgr.smithi118.lddrqf (mgr.14182) 635 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:29.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:29 smithi118 conmon[35245]: cluster 2024-01-21T09:55:27.912816+0000 mgr.smithi118.lddrqf (mgr.14182) 635 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:30.185 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:55:30.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:30 smithi134 conmon[40421]: audit 2024-01-21T09:55:28.643972+0000 mgr.smithi118.lddrqf (mgr.14182) 636 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:30.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:30 smithi134 conmon[40421]: cluster 2024-01-21T09:55:29.913610+0000 mgr.smithi118.lddrqf (mgr.14182) 637 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:30.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:30 smithi118 conmon[35245]: audit 2024-01-21T09:55:28.643972+0000 mgr.smithi118.lddrqf (mgr.14182) 636 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:30.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:30 smithi118 conmon[35245]: cluster 2024-01-21T09:55:29.913610+0000 mgr.smithi118.lddrqf (mgr.14182) 637 : cluster 2024-01-21T09:55:30.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:30 smithi118 conmon[35245]: [DBG] pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:32.058 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:55:32.058 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:55:32.619 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:55:33.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:32 smithi118 conmon[35245]: cluster 2024-01-21T09:55:31.914116+0000 mgr.smithi118.lddrqf (mgr.14182) 638 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:33.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:32 smithi118 conmon[35245]: audit 2024-01-21T09:55:32.054316 2024-01-21T09:55:33.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:32 smithi118 conmon[35245]: +0000 mgr.smithi118.lddrqf (mgr.14182) 639 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:33.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:32 smithi134 conmon[40421]: cluster 2024-01-21T09:55:31.914116+0000 mgr.smithi118.lddrqf (mgr.14182) 638 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:33.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:32 smithi134 conmon[40421]: 2024-01-21T09:55:33.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:32 smithi134 conmon[40421]: audit 2024-01-21T09:55:32.054316+0000 mgr.smithi118.lddrqf (mgr.14182) 639 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:33.620 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:55:35.156 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:34 smithi118 conmon[35245]: cluster 2024-01-21T09:55:33.914522 2024-01-21T09:55:35.156 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:34 smithi118 conmon[35245]: +0000 mgr.smithi118.lddrqf (mgr.14182) 640 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:35.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:34 smithi134 conmon[40421]: cluster 2024-01-21T09:55:33.914522+0000 mgr.smithi118.lddrqf (mgr.14182) 640 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:35.498 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:55:35.498 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:55:35.990 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:55:36.992 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:55:37.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:37 smithi118 conmon[35245]: audit 2024-01-21T09:55:35.494470+0000 mgr.smithi118.lddrqf (mgr.14182) 641 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:37.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:37 smithi118 conmon[35245]: cluster 2024-01-21T09:55:35.915266+0000 mgr.smithi118.lddrqf (mgr.14182) 642 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:37.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:37 smithi134 conmon[40421]: audit 2024-01-21T09:55:35.494470+0000 mgr.smithi118.lddrqf (mgr.14182) 641 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:37.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:37 smithi134 conmon[40421]: cluster 2024-01-21T09:55:35.915266+0000 mgr.smithi118.lddrqf (mgr.14182) 642 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:38.726 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:55:38.726 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:55:39.273 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:55:39.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:39 smithi134 conmon[40421]: cluster 2024-01-21T09:55:37.915769+0000 mgr.smithi118.lddrqf (mgr.14182) 643 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:39.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:39 smithi118 conmon[35245]: cluster 2024-01-21T09:55:37.915769+0000 mgr.smithi118.lddrqf (mgr.14182) 643 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:40.274 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:55:40.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:40 smithi134 conmon[40421]: audit 2024-01-21T09:55:38.722153+0000 mgr.smithi118.lddrqf (mgr.14182) 644 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:40.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:40 smithi118 conmon[35245]: audit 2024-01-21T09:55:38.722153+0000 mgr.smithi118.lddrqf (mgr.14182) 644 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:41.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:41 smithi118 conmon[35245]: cluster 2024-01-21T09:55:39.916388+0000 mgr.smithi118.lddrqf (mgr.14182) 645 : cluster 2024-01-21T09:55:41.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:41 smithi118 conmon[35245]: [DBG] pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:41.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:41 smithi134 conmon[40421]: cluster 2024-01-21T09:55:39.916388+0000 mgr.smithi118.lddrqf (mgr.14182) 645 : cluster [DBG] 2024-01-21T09:55:41.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:41 smithi134 conmon[40421]: pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:41.963 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:55:41.964 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:55:42.557 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:55:43.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:43 smithi134 conmon[40421]: cluster 2024-01-21T09:55:41.916988+0000 mgr.smithi118.lddrqf (mgr.14182) 646 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:43.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:43 smithi134 conmon[40421]: audit 2024-01-21T09:55:41.959502+0000 mgr.smithi118.lddrqf (mgr.14182) 647 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:43.558 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:55:43.591 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:43 smithi118 conmon[35245]: cluster 2024-01-21T09:55:41.916988+0000 mgr.smithi118.lddrqf (mgr.14182) 646 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:43.592 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:43 smithi118 conmon[35245]: audit 2024-01-21T09:55:41.959502+0000 mgr.smithi118.lddrqf (mgr.14182) 647 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:45.267 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:55:45.267 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:55:45.448 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:45 smithi118 conmon[35245]: cluster 2024-01-21T09:55:43.917583+0000 mgr.smithi118.lddrqf (mgr.14182) 648 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:45.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:45 smithi134 conmon[40421]: cluster 2024-01-21T09:55:43.917583+0000 mgr.smithi118.lddrqf (mgr.14182) 648 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:45.848 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:55:46.848 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:55:47.272 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:47 smithi118 conmon[35245]: audit 2024-01-21T09:55:45.263080+0000 mgr.smithi118.lddrqf (mgr.14182) 649 : audit [DBG] 2024-01-21T09:55:47.272 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:47 smithi118 conmon[35245]: from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:47.272 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:47 smithi118 conmon[35245]: cluster 2024-01-21T09:55:45.918384+0000 mgr.smithi118.lddrqf (mgr.14182) 650 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:47.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:47 smithi134 conmon[40421]: audit 2024-01-21T09:55:45.263080+0000 mgr.smithi118.lddrqf (mgr.14182) 649 : audit [DBG] 2024-01-21T09:55:47.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:47 smithi134 conmon[40421]: from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:47.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:47 smithi134 conmon[40421]: cluster 2024-01-21T09:55:45.918384+0000 mgr.smithi118.lddrqf (mgr.14182) 650 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:48.573 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:55:48.574 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:55:49.021 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:55:49.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:49 smithi118 conmon[35245]: cluster 2024-01-21T09:55:47.918798+0000 mgr.smithi118.lddrqf (mgr.14182) 651 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:49.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:49 smithi134 conmon[40421]: cluster 2024-01-21T09:55:47.918798+0000 mgr.smithi118.lddrqf (mgr.14182) 651 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:50.022 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:55:50.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:50 smithi118 conmon[35245]: audit 2024-01-21T09:55:48.570079+0000 mgr.smithi118.lddrqf (mgr.14182) 652 2024-01-21T09:55:50.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:50 smithi118 conmon[35245]: : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:50.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:50 smithi134 conmon[40421]: audit 2024-01-21T09:55:48.570079+0000 mgr.smithi118.lddrqf (mgr.14182) 652 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:51.449 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:51 smithi118 conmon[35245]: cluster 2024-01-21T09:55:49.919340+0000 mgr.smithi118.lddrqf (mgr.14182) 653 : 2024-01-21T09:55:51.449 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:51 smithi118 conmon[35245]: cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:51.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:51 smithi134 conmon[40421]: cluster 2024-01-21T09:55:49.919340+0000 mgr.smithi118.lddrqf (mgr.14182) 653 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:51.861 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:55:51.861 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:55:52.346 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:55:53.347 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:55:53.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:53 smithi134 conmon[40421]: audit 2024-01-21T09:55:51.856713+0000 mgr.smithi118.lddrqf (mgr.14182) 654 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:53.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:53 smithi134 conmon[40421]: cluster 2024-01-21T09:55:51.919831+0000 mgr.smithi118.lddrqf (mgr.14182) 655 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:53.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:53 smithi118 conmon[35245]: audit 2024-01-21T09:55:51.856713+0000 mgr.smithi118.lddrqf (mgr.14182) 654 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:53.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:53 smithi118 conmon[35245]: 2024-01-21T09:55:53.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:53 smithi118 conmon[35245]: cluster 2024-01-21T09:55:51.919831+0000 mgr.smithi118.lddrqf (mgr.14182) 655 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:54.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:54 smithi134 conmon[40421]: cluster 2024-01-21T09:55:53.920280+0000 mgr.smithi118.lddrqf (mgr.14182) 656 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:54.485 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:54 smithi118 conmon[35245]: cluster 2024-01-21T09:55:53.920280+0000 mgr.smithi118.lddrqf (mgr.14182) 656 : cluster [DBG] 2024-01-21T09:55:54.485 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:54 smithi118 conmon[35245]: pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:55.036 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:55:55.036 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:55:55.567 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:55:56.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:56 smithi134 conmon[40421]: audit 2024-01-21T09:55:55.031871+0000 mgr.smithi118.lddrqf (mgr.14182) 657 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:56.567 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:55:56.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:56 smithi118 conmon[35245]: audit 2024-01-21T09:55:55.031871+0000 mgr.smithi118.lddrqf (mgr.14182) 657 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:55:57.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:57 smithi118 conmon[35245]: cluster 2024-01-21T09:55: 2024-01-21T09:55:57.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:57 smithi118 conmon[35245]: 55.920827+0000 mgr.smithi118.lddrqf (mgr.14182) 658 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:57.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:57 smithi134 conmon[40421]: cluster 2024-01-21T09:55:55.920827+0000 mgr.smithi118.lddrqf (mgr.14182) 658 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:58.371 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:55:58.371 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:55:58.861 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:55:59.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:55:59 smithi134 conmon[40421]: cluster 2024-01-21T09:55:57.921315+0000 mgr.smithi118.lddrqf (mgr.14182) 659 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:59.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:55:59 smithi118 conmon[35245]: cluster 2024-01-21T09:55:57.921315+0000 mgr.smithi118.lddrqf (mgr.14182) 659 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:55:59.863 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:56:00.305 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:00 smithi118 conmon[35245]: audit 2024-01-21T09:55:58.366758+0000 2024-01-21T09:56:00.305 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:00 smithi118 conmon[35245]: mgr.smithi118.lddrqf (mgr.14182) 660 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:00.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:00 smithi134 conmon[40421]: audit 2024-01-21T09:55:58.366758+0000 mgr.smithi118.lddrqf (mgr.14182) 660 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:01.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:01 smithi118 conmon[35245]: cluster 2024-01-21T09:55:59.921936+0000 mgr.smithi118.lddrqf (mgr.14182) 661 2024-01-21T09:56:01.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:01 smithi118 conmon[35245]: : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:56:01.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:01 smithi134 conmon[40421]: cluster 2024-01-21T09:55:59.921936+0000 mgr.smithi118.lddrqf (mgr.14182) 661 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:56:01.650 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:56:01.651 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:56:02.127 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:56:03.129 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:56:03.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:03 smithi134 conmon[40421]: audit 2024-01-21T09:56:01.647211+0000 mgr.smithi118.lddrqf (mgr.14182) 662 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:03.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:03 smithi134 conmon[40421]: cluster 2024-01-21T09:56:03.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:03 smithi134 conmon[40421]: 2024-01-21T09:56:01.922605+0000 mgr.smithi118.lddrqf (mgr.14182) 663 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:56:03.571 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:03 smithi118 conmon[35245]: audit 2024-01-21T09:56:01.647211+0000 mgr.smithi118.lddrqf (mgr.14182) 662 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:03.571 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:03 smithi118 conmon[35245]: cluster 2024-01-21T09:56:01.922605+0000 mgr.smithi118.lddrqf (mgr.14182) 663 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:56:04.875 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:56:04.875 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:56:05.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:05 smithi118 conmon[35245]: cluster 2024-01-21T09:56:03.923109+0000 mgr.smithi118.lddrqf (mgr.14182) 664 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:56:05.369 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:56:05.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:05 smithi134 conmon[40421]: cluster 2024-01-21T09:56:03.923109+0000 mgr.smithi118.lddrqf (mgr.14182) 664 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:56:06.370 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:56:06.400 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:06 smithi118 conmon[35245]: audit 2024-01-21T09:56:04.871481+0000 mgr.smithi118.lddrqf (mgr.14182) 665 : audit 2024-01-21T09:56:06.401 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:06 smithi118 conmon[35245]: [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:06.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:06 smithi134 conmon[40421]: audit 2024-01-21T09:56:04.871481+0000 mgr.smithi118.lddrqf (mgr.14182) 665 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:07.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:07 smithi134 conmon[40421]: cluster 2024-01-21T09:56:05.923814+0000 mgr.smithi118.lddrqf (mgr.14182) 666 : cluster [DBG] 2024-01-21T09:56:07.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:07 smithi134 conmon[40421]: pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:56:07.508 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:07 smithi118 conmon[35245]: cluster 2024-01-21T09:56:05.923814+0000 mgr.smithi118.lddrqf (mgr.14182) 666 2024-01-21T09:56:07.508 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:07 smithi118 conmon[35245]: : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:56:08.092 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:56:08.092 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:56:08.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:08 smithi134 conmon[40421]: cluster 2024-01-21T09:56:07.924270+0000 mgr.smithi118.lddrqf (mgr.14182) 667 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:56:08.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:08 smithi134 conmon[40421]: audit 2024-01-21T09:56:08.088302+0000 mgr.smithi118.lddrqf (mgr.14182) 668 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:08.583 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:08 smithi118 conmon[35245]: cluster 2024-01-21T09:56:07.924270+0000 mgr.smithi118.lddrqf 2024-01-21T09:56:08.584 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:08 smithi118 conmon[35245]: (mgr.14182) 667 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:56:08.584 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:08 smithi118 conmon[35245]: audit 2024-01-21T09:56:08.088302+0000 mgr.smithi118.lddrqf (mgr.14182) 668 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:08.602 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:56:09.603 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:56:11.337 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:56:11.338 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:56:11.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:11 smithi134 conmon[40421]: cluster 2024-01-21T09:56:09.924953+0000 mgr.smithi118.lddrqf (mgr.14182) 669 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:56:11.486 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:11 smithi118 conmon[35245]: cluster 2024-01-21T09:56:09.924953+0000 mgr.smithi118.lddrqf (mgr.14182) 669 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:56:11.843 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:56:12.844 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:56:13.432 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:13 smithi118 conmon[35245]: audit 2024-01-21T09:56:11.332424+0000 mgr.smithi118.lddrqf (mgr.14182) 670 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:13.432 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:13 smithi118 conmon[35245]: cluster 2024-01-21T09:56:11.925647+0000 mgr.smithi118.lddrqf (mgr.14182) 671 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:56:13.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:13 smithi134 conmon[40421]: audit 2024-01-21T09:56:11.332424+0000 mgr.smithi118.lddrqf (mgr.14182) 670 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:13.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:13 smithi134 conmon[40421]: cluster 2024-01-21T 2024-01-21T09:56:13.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:13 smithi134 conmon[40421]: 09:56:11.925647+0000 mgr.smithi118.lddrqf (mgr.14182) 671 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:56:14.569 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:56:14.569 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:56:15.076 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:56:15.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:15 smithi118 conmon[35245]: cluster 2024-01-21T09:56:13.926117+0000 mgr.smithi118.lddrqf (mgr.14182) 672 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:56:15.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:15 smithi134 conmon[40421]: cluster 2024-01-21T09:56:13.926117+0000 mgr.smithi118.lddrqf (mgr.14182) 672 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:56:16.078 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:56:16.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:16 smithi134 conmon[40421]: audit 2024-01-21T09:56:14.565105+0000 mgr.smithi118.lddrqf (mgr.14182) 673 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:16.501 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:16 smithi118 conmon[35245]: audit 2024-01-21T09:56:14.565105+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:56:16.501 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:16 smithi118 conmon[35245]: 673 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:17.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:17 smithi134 conmon[40421]: cluster 2024-01-21T09:56:15.926820+0000 mgr.smithi118.lddrqf (mgr.14182) 674 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:56:17.478 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:17 smithi118 conmon[35245]: cluster 2024-01-21T09:56:15.926820+0000 mgr.smithi118.lddrqf (mgr.14182) 674 : cluster 2024-01-21T09:56:17.478 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:17 smithi118 conmon[35245]: [DBG] pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:56:17.850 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:56:17.851 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:56:18.426 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:56:19.427 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:56:19.454 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:19 smithi118 conmon[35245]: audit 2024-01-21T09:56:17.847126+0000 mgr.smithi118.lddrqf (mgr.14182) 675 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:19.454 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:19 smithi118 conmon[35245]: cluster 2024-01-21T09:56:17.927294+0000 mgr.smithi118.lddrqf (mgr.14182) 676 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:56:19.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:19 smithi134 conmon[40421]: audit 2024-01-21T09:56:17.847126+0000 mgr.smithi118.lddrqf (mgr.14182) 675 : audit [DBG] 2024-01-21T09:56:19.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:19 smithi134 conmon[40421]: from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:19.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:19 smithi134 conmon[40421]: cluster 2024-01-21T09:56:17.927294+0000 mgr.smithi118.lddrqf (mgr.14182) 676 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:56:21.243 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:56:21.243 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:56:21.418 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:21 smithi118 conmon[35245]: cluster 2024-01-21T09:56:19.927910+0000 mgr.smithi118.lddrqf (mgr.14182) 677 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 53 op/s 2024-01-21T09:56:21.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:21 smithi134 conmon[40421]: cluster 2024-01-21T09:56:19.927910+0000 mgr.smithi118.lddrqf (mgr.14182) 677 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 53 op/s 2024-01-21T09:56:21.849 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:56:22.850 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:56:23.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:23 smithi134 conmon[40421]: audit 2024-01-21T09:56:21.239500+0000 mgr.smithi118.lddrqf (mgr.14182) 678 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:23.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:23 smithi134 conmon[40421]: cluster 2024-01-21T09:56:21.928438+0000 mgr.smithi118.lddrqf (mgr.14182) 679 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 KiB/s rd, 0 B/s wr, 152 op/s 2024-01-21T09:56:23.475 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:23 smithi118 conmon[35245]: audit 2024-01-21T09:56:21.239500+0000 2024-01-21T09:56:23.475 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:23 smithi118 conmon[35245]: mgr.smithi118.lddrqf (mgr.14182) 678 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:23.475 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:23 smithi118 conmon[35245]: cluster 2024-01-21T09:56:21.928438+0000 mgr.smithi118.lddrqf (mgr.14182) 679 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 KiB/s rd, 0 B/s wr, 152 op/s 2024-01-21T09:56:24.633 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:56:24.633 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:56:25.158 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:56:25.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:25 smithi134 conmon[40421]: cluster 2024-01-21T09:56:23.928863+0000 mgr.smithi118.lddrqf (mgr.14182) 680 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 109 KiB/s rd, 0 B/s wr, 181 op/s 2024-01-21T09:56:25.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:25 smithi118 conmon[35245]: cluster 2024-01-21T09:56:23.928863+0000 mgr.smithi118.lddrqf (mgr.14182) 680 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 109 KiB/s rd, 0 B/s wr, 181 op/s 2024-01-21T09:56:26.159 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:56:26.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:26 smithi134 conmon[40421]: audit 2024-01-21T09:56:24.628976+0000 mgr.smithi118.lddrqf (mgr.14182) 681 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:26.591 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:26 smithi118 conmon[35245]: audit 2024-01-21T09:56:24.628976+0000 mgr.smithi118.lddrqf (mgr.14182) 681 : 2024-01-21T09:56:26.591 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:26 smithi118 conmon[35245]: audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:27.339 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:27 smithi118 conmon[35245]: cluster 2024-01-21T09:56:25.929462+0000 mgr.smithi118.lddrqf (mgr.14182) 682 2024-01-21T09:56:27.339 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:27 smithi118 conmon[35245]: : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 109 KiB/s rd, 0 B/s wr, 181 op/s 2024-01-21T09:56:27.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:27 smithi134 conmon[40421]: cluster 2024-01-21T09:56:25.929462+0000 mgr.smithi118.lddrqf (mgr.14182) 682 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 109 KiB/s rd, 0 B/s wr, 181 op/s 2024-01-21T09:56:27.905 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:56:27.905 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:56:28.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:28 smithi118 conmon[35245]: audit 2024-01-21T09:56:27.901781+0000 mgr.smithi118.lddrqf (mgr.14182) 683 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:28.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:28 smithi118 conmon[35245]: cluster 2024-01-21T09:56:27.929919+0000 mgr.smithi118.lddrqf (mgr.14182) 684 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 109 KiB/s rd, 0 B/s wr, 181 op/s 2024-01-21T09:56:28.456 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:56:28.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:28 smithi134 conmon[40421]: audit 2024-01-21T09:56:27.901781+0000 mgr.smithi118.lddrqf (mgr.14182) 683 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:28.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:28 smithi134 conmon[40421]: cluster 2024-01-21T09:56:27.929919+0000 mgr.smithi118.lddrqf (mgr.14182) 684 : cluster [DBG] 2024-01-21T09:56:28.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:28 smithi134 conmon[40421]: pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 109 KiB/s rd, 0 B/s wr, 181 op/s 2024-01-21T09:56:29.458 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:56:31.213 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:56:31.214 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:56:31.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:31 smithi134 conmon[40421]: cluster 2024-01-21T09:56:29.930653+0000 mgr.smithi118.lddrqf (mgr.14182) 685 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 109 KiB/s rd, 0 B/s wr, 181 op/s 2024-01-21T09:56:31.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:31 smithi118 conmon[35245]: cluster 2024-01-21T09:56:29.930653+0000 mgr.smithi118.lddrqf (mgr. 2024-01-21T09:56:31.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:31 smithi118 conmon[35245]: 14182) 685 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 109 KiB/s rd, 0 B/s wr, 181 op/s 2024-01-21T09:56:31.748 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:56:32.749 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:56:33.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:33 smithi134 conmon[40421]: audit 2024-01-21T09:56:31.210023+0000 mgr.smithi118.lddrqf (mgr.14182) 686 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:33.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:33 smithi134 conmon[40421]: cluster 2024-01-21T09:56:31.931143+0000 mgr.smithi118.lddrqf (mgr.14182) 687 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 76 KiB/s rd, 0 B/s wr, 127 op/s 2024-01-21T09:56:33.499 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:33 smithi118 conmon[35245]: audit 2024-01-21T09:56:31.210023+0000 mgr.smithi118.lddrqf (mgr.14182) 686 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:33.499 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:33 smithi118 conmon[35245]: cluster 2024-01-21T 2024-01-21T09:56:33.500 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:33 smithi118 conmon[35245]: 09:56:31.931143+0000 mgr.smithi118.lddrqf (mgr.14182) 687 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 76 KiB/s rd, 0 B/s wr, 127 op/s 2024-01-21T09:56:34.449 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:56:34.449 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:48:51.311021Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.hkoirv on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-hkoirv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.hkoirv\nDeploy daemon haproxy.rgw.foo.smithi134.hkoirv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:46:54Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:47:32Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:48:10Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.106690Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.lzgafe on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-lzgafe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.lzgafe\nDeploy daemon haproxy.rgw.foo.smithi118.lzgafe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:49:28Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:50:44Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:51:25.110893Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.vjjziv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:56:35.016 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:56:35.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:35 smithi118 conmon[35245]: cluster 2024-01-21T09:56:33.931567+0000 mgr.smithi118.lddrqf (mgr.14182) 688 : 2024-01-21T09:56:35.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:35 smithi118 conmon[35245]: cluster [DBG] pgmap v455: 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, 28 op/s 2024-01-21T09:56:35.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:35 smithi134 conmon[40421]: cluster 2024-01-21T09:56:33.931567+0000 mgr.smithi118.lddrqf (mgr.14182) 688 : cluster [DBG] pgmap v455: 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, 28 op/s 2024-01-21T09:56:35.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:35 smithi134 conmon[40421]: 2024-01-21T09:56:36.017 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:56:36.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:36 smithi118 conmon[35245]: audit 2024-01-21T09:56:34.445491+0000 mgr.smithi118.lddrqf (mgr.14182) 689 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:36.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:36 smithi134 conmon[40421]: audit 2024-01-21T09:56:34.445491+0000 mgr.smithi118.lddrqf (mgr.14182) 689 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:37.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:37 smithi134 conmon[40421]: cluster 2024-01-21T09:56:35.932170+0000 mgr.smithi118.lddrqf (mgr.14182) 690 : cluster [DBG] 2024-01-21T09:56:37.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:37 smithi134 conmon[40421]: pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:56:37.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:37 smithi134 conmon[40421]: audit 2024-01-21T09:56:36.876152+0000 mon.smithi118 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi118.wuhsnr"}]: dispatch 2024-01-21T09:56:37.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:37 smithi134 conmon[40421]: audit 2024-01-21T09:56:36.882547+0000 mon.smithi118 (mon.0) 672 : audit [DBG] 2024-01-21T09:56:37.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:37 smithi134 conmon[40421]: from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:56:37.474 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:37 smithi118 conmon[35245]: cluster 2024-01-21T09:56:35.932170+0000 mgr.smithi118.lddrqf (mgr.14182) 690 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:56:37.474 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:37 smithi118 conmon[35245]: audit 2024-01-21T09:56:36.876152+0000 mon.smithi118 (mon.0) 671 2024-01-21T09:56:37.474 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:37 smithi118 conmon[35245]: : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi118.wuhsnr"}]: dispatch 2024-01-21T09:56:37.474 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:37 smithi118 conmon[35245]: audit 2024-01-21T09:56:36.882547+0000 mon.smithi118 (mon.0) 672 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:56:37.888 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:56:37.888 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:51:29.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:51:26.862551Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:51:29.256135Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:51:26.862687Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:51:26.862755Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:51:26.862815Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:51:26.862874Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:51:29.256282Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:51:26.863105Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:56:38.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: cephadm 2024-01-21T09:56:36.875593+0000 mgr.smithi118.lddrqf (mgr.14182) 691 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr 2024-01-21T09:56:38.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr 2024-01-21T09:56:38.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr 2024-01-21T09:56:38.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr 2024-01-21T09:56:38.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: Deploy daemon haproxy.rgw.foo.smithi118.wuhsnr ... 2024-01-21T09:56:38.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:56:38.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T09:56:38.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:54:40Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:56:38.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:55:17Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:56:38.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:55:56Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:56:38.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:56:38.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:56:38.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:56:38.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: Traceback (most recent call last): 2024-01-21T09:56:38.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:56:38.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: yield (conn, connr) 2024-01-21T09:56:38.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:56:38.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: code, '\n'.join(err))) 2024-01-21T09:56:38.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: 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-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr 2024-01-21T09:56:38.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr 2024-01-21T09:56:38.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr 2024-01-21T09:56:38.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr 2024-01-21T09:56:38.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: Deploy daemon haproxy.rgw.foo.smithi118.wuhsnr ... 2024-01-21T09:56:38.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:56:38.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T09:56:38.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:54:40Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:56:38.346 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:55:17Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:56:38.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:55:56Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:56:38.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:56:38.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:56:38.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:56:38.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: cephadm 2024-01-21T09:56:36.875809+0000 mgr.smithi 2024-01-21T09:56:38.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: 118.lddrqf (mgr.14182) 692 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi118.wuhsnr 2024-01-21T09:56:38.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: cephadm 2024-01-21T09:56:36.876729+0000 mgr.smithi118.lddrqf (mgr.14182) 693 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr 2024-01-21T09:56:38.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr 2024-01-21T09:56:38.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr 2024-01-21T09:56:38.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr 2024-01-21T09:56:38.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: Deploy daemon haproxy.rgw.foo.smithi118.wuhsnr ... 2024-01-21T09:56:38.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:56:38.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T09:56:38.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:54:40Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:56:38.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:55:17Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:56:38.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:55:56Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:56:38.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:56:38.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:56:38.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:56:38.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: cephadm 2024-01-21T09:56:36.877890+0000 mgr.smithi118.lddrqf (mgr.14182) 694 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T09:56:38.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: cephadm 2024-01-21T09:56:36.878834+0000 mgr.smithi118.lddrqf (mgr.14182) 695 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T09:56:38.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: cluster 2024-01-21T09:56:36.879584+0000 mgr.smithi118.lddrqf (mgr.14182) 696 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:56:38.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: cluster 2024-01-21T09:56:37.133459+0000 mon.smithi118 (mon.0) 673 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:56:38.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: audit 2024-01-21T09:56:37.145758+0000 mon.smithi118 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:56:38.348 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:38 smithi118 conmon[35245]: audit 2024-01-21T09:56:37.257328+0000 mon.smithi118 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:56:38.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: cephadm 2024-01-21T09:56:36.875593+0000 mgr.smithi118.lddrqf (mgr.14182) 691 : cephadm 2024-01-21T09:56:38.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr 2024-01-21T09:56:38.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr 2024-01-21T09:56:38.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr 2024-01-21T09:56:38.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr 2024-01-21T09:56:38.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: Deploy daemon haproxy.rgw.foo.smithi118.wuhsnr ... 2024-01-21T09:56:38.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:56:38.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T09:56:38.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:54:40Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:56:38.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:55:17Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:56:38.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:55:56Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:56:38.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:56:38.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:56:38.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:56:38.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: Traceback (most recent call last): 2024-01-21T09:56:38.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:56:38.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: yield (conn, connr) 2024-01-21T09:56:38.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:56:38.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: code, '\n'.join(err))) 2024-01-21T09:56:38.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: 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-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr 2024-01-21T09:56:38.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr 2024-01-21T09:56:38.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr 2024-01-21T09:56:38.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr 2024-01-21T09:56:38.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: Deploy daemon haproxy.rgw.foo.smithi118.wuhsnr ... 2024-01-21T09:56:38.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:56:38.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T09:56:38.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:54:40Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:56:38.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:55:17Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:56:38.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:55:56Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:56:38.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:56:38.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:56:38.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:56:38.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: cephadm 2024-01-21T09:56:36.875809+0000 mgr.smithi118.lddrqf (mgr.14182) 692 : cephadm [INF] Removing key for client.ingress.rgw.foo.smi 2024-01-21T09:56:38.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: thi118.wuhsnr 2024-01-21T09:56:38.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: cephadm 2024-01-21T09:56:36.876729+0000 mgr.smithi118.lddrqf (mgr.14182) 693 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr 2024-01-21T09:56:38.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr 2024-01-21T09:56:38.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr 2024-01-21T09:56:38.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr 2024-01-21T09:56:38.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: Deploy daemon haproxy.rgw.foo.smithi118.wuhsnr ... 2024-01-21T09:56:38.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:56:38.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T09:56:38.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:54:40Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:56:38.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:55:17Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:56:38.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:55:56Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:56:38.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:56:38.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:56:38.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:56:38.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: cephadm 2024-01-21T09:56:36.877890+0000 mgr.smithi118.lddrqf (mgr.14182) 694 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T09:56:38.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: cephadm 2024-01-21T09:56:36.878834+0000 mgr.smithi118.lddrqf (mgr.14182) 695 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T09:56:38.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: cluster 2024-01-21T09:56:36.879584+0000 mgr.smithi118.lddrqf (mgr.14182) 696 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:56:38.468 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: cluster 2024-01-21T09:56:37.133459+0000 mon.smithi118 (mon.0) 673 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:56:38.468 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: audit 2024-01-21T09:56:37.145758+0000 mon.smithi118 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:56:38.468 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:38 smithi134 conmon[40421]: audit 2024-01-21T09:56:37.257328+0000 mon.smithi118 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:56:38.621 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:56:39.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:39 smithi134 conmon[40421]: audit 2024-01-21T09:56:37.883839+0000 mgr.smithi118.lddrqf (mgr.14182) 697 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:39.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:39 smithi134 conmon[40421]: audit 2024-01-21T09:56:38.894890+0000 mon.smithi118 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:56:39.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:39 smithi118 conmon[35245]: audit 2024-01-21T09:56:37.883839+0000 mgr.smithi118.lddrqf (mgr. 2024-01-21T09:56:39.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:39 smithi118 conmon[35245]: 14182) 697 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:39.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:39 smithi118 conmon[35245]: audit 2024-01-21T09:56:38.894890+0000 mon.smithi118 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:56:39.621 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:56:40.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:40 smithi118 conmon[35245]: cluster 2024-01-21T09:56:38.880129+0000 mgr.smithi118.lddrqf (mgr.14182) 698 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:56:40.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:40 smithi118 conmon[35245]: audit 2024-01-21T09:56:39.199085+0000 mon.smithi118 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:56:40.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:40 smithi118 conmon[35245]: audit 2024-01-21T09:56:39.199805+0000 mon.smithi118 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:56:40.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:40 smithi118 conmon[35245]: audit 2024-01-21T09:56:39.200349+0000 mon.smithi118 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:56:40.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:40 smithi118 conmon[35245]: audit 2024-01-21T09:56:39.201102+0000 mon.smithi118 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:56:40.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:40 smithi118 conmon[35245]: audit 2024-01-21T09:56:39.206175+0000 mon.smithi118 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:56:40.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:40 smithi134 conmon[40421]: cluster 2024-01-21T09:56:38.880129+0000 mgr.smithi118.lddrqf (mgr.14182) 698 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:56:40.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:40 smithi134 conmon[40421]: audit 2024-01-21T09:56:39.199085+0000 mon.smithi118 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:56:40.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:40 smithi134 conmon[40421]: audit 2024-01-21T09:56:39.199805+0000 mon.smithi118 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:56:40.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:40 smithi134 conmon[40421]: audit 2024-01-21T09:56:39.200349+0000 mon.smithi118 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:56:40.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:40 smithi134 conmon[40421]: audit 2024-01-21T09:56:39.201102+0000 mon.smithi118 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:56:40.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:40 smithi134 conmon[40421]: audit 2024-01-21T09:56:39.206175+0000 mon.smithi118 ( 2024-01-21T09:56:40.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:40 smithi134 conmon[40421]: mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:56:41.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:41 smithi134 conmon[40421]: cephadm 2024-01-21T09:56:39.201609+0000 mgr.smithi118.lddrqf (mgr.14182) 699 : cephadm [INF] Adjusting osd_memory_target on smithi134 to 3478M 2024-01-21T09:56:41.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:41 smithi134 conmon[40421]: audit 2024-01-21T09:56:40.550275+0000 mon.smithi118 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:56:41.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:41 smithi134 conmon[40421]: audit 2024-01-21T09:56:40.786025+0000 mon.smithi118 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:56:41.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:41 smithi134 conmon[40421]: cluster 2024-01-21T09 2024-01-21T09:56:41.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:41 smithi134 conmon[40421]: :56:40.880743+0000 mgr.smithi118.lddrqf (mgr. 2024-01-21T09:56:41.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:41 smithi134 conmon[40421]: 14182) 700 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:56:41.501 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:56:41.501 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:56:41.522 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:41 smithi118 conmon[35245]: cephadm 2024-01-21T09:56:39.201609+0000 mgr.smithi118.lddrqf (mgr.14182) 699 : cephadm 2024-01-21T09:56:41.522 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:41 smithi118 conmon[35245]: [INF] Adjusting osd_memory_target on smithi134 to 3478M 2024-01-21T09:56:41.523 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:41 smithi118 conmon[35245]: audit 2024-01-21T09:56:40.550275+0000 mon.smithi118 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:56:41.523 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:41 smithi118 conmon[35245]: audit 2024-01-21T09:56:40.786025+0000 mon.smithi118 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:56:41.523 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:41 smithi118 conmon[35245]: cluster 2024-01-21T09:56:40.880743+0000 mgr.smithi118.lddrqf (mgr.14182) 700 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:56:42.144 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:56:42.800 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:42 smithi118 conmon[35245]: audit 2024-01-21T09:56:41.480446+0000 mon.smithi118 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:56:42.800 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:42 smithi118 conmon[35245]: audit 2024-01-21T09:56:41.494448+0000 mgr.smithi118.lddrqf (mgr.14182) 701 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:42.800 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:42 smithi118 conmon[35245]: audit 2024-01-21T09:56:42.002943+0000 mon.smithi118 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:56:42.800 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:42 smithi118 conmon[35245]: audit 2024-01-21T09:56:42.003542+0000 mon.smithi118 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:56:42.800 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:42 smithi118 conmon[35245]: audit 2024-01-21T09:56:42.004016+0000 mon.smithi118 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:56:42.800 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:42 smithi118 conmon[35245]: audit 2024-01-21T09:56:42.004479+0000 mon.smithi118 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:56:42.800 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:42 smithi118 conmon[35245]: cephadm 2024-01-21T09:56:42.004843+0000 mgr.smithi118.lddrqf (mgr.14182) 702 : cephadm [INF] Adjusting osd_memory_target on smithi118 to 2710M 2024-01-21T09:56:42.800 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:42 smithi118 conmon[35245]: audit 2024-01-21T09:56:42.008760+0000 mon.smithi118 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:56:42.800 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:42 smithi118 conmon[35245]: audit 2024-01-21T09:56:42.009539+0000 mon.smithi118 (mon.0) 690 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:56:42.800 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:42 smithi118 conmon[35245]: audit 2024-01-21T09:56:42.010106+0000 mon.smithi118 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:56:42.800 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:42 smithi118 conmon[35245]: cephadm 2024-01-21T09:56:42.013281+0000 mgr.smithi118.lddrqf (mgr.14182) 703 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-21T09:56:42.800 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:42 smithi118 conmon[35245]: audit 2024-01-21T09:56:42.171683+0000 mon.smithi118 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:56:42.801 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:42 smithi118 conmon[35245]: audit 2024-01-21T09:56:42.175861+0000 mon.smithi118 (mon.0) 693 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:56:42.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: audit 2024-01-21T09:56:41. 2024-01-21T09:56:42.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: 480446+0000 mon.smithi118 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:56:42.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: audit 2024-01- 2024-01-21T09:56:42.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: 21T09:56:41.494448+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:56:42.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: 701 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:42.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: audit 2024- 2024-01-21T09:56:42.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: 01-21T09:56:42.002943+0000 2024-01-21T09:56:42.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: mon.smithi118 (mon.0) 685 : audit 2024-01-21T09:56:42.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:56:42.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: audit 2024-01-21T09:56:42.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: 2024-01- 2024-01-21T09:56:42.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: 21T09:56:42.003542+0000 2024-01-21T09:56:42.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: mon.smithi118 (mon.0) 686 : 2024-01-21T09:56:42.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:56:42.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: audit 2024-01-21T09:56:42.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: 2024- 2024-01-21T09:56:42.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: 01-21T09:56:42. 2024-01-21T09:56:42.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: 004016+0000 mon.smithi118 (mon.0) 2024-01-21T09:56:42.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: 687 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:56:42.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: audit 2024-01-21T09:56:42.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: 2024-01-21T09 2024-01-21T09:56:42.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: :56:42.004479+0000 mon.smithi118 (mon.0) 2024-01-21T09:56:42.965 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: 688 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:56:42.966 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: cephadm 2024 2024-01-21T09:56:42.966 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: -01-21T09:56:42. 2024-01-21T09:56:42.966 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: 004843+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:56:42.966 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: 702 : cephadm [INF] Adjusting osd_memory_target on smithi118 to 2710M 2024-01-21T09:56:42.966 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: audit 2024 2024-01-21T09:56:42.966 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: -01-21T09:56: 2024-01-21T09:56:42.966 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: 42.008760+0000 mon.smithi118 (mon. 2024-01-21T09:56:42.966 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: 0) 689 : audit [INF] 2024-01-21T09:56:42.966 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:56:42.966 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: audit 2024- 2024-01-21T09:56:42.966 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: 01-21T09:56:42 2024-01-21T09:56:42.966 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: .009539+0000 mon.smithi118 (mon. 2024-01-21T09:56:42.966 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: 0) 690 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:56:42.967 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: 2024-01-21T09:56:42.967 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: audit 2024-01- 2024-01-21T09:56:42.967 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: 21T09:56:42. 2024-01-21T09:56:42.967 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: 010106+0000 mon.smithi118 (mon.0 2024-01-21T09:56:42.967 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: ) 691 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:56:42.967 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: cephadm 2024 2024-01-21T09:56:42.967 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: -01-21T09:56:42 2024-01-21T09:56:42.967 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: .013281+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T09:56:42.967 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: ) 703 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-21T09:56:42.967 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: 2024-01-21T09:56:42.967 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: audit 2024- 2024-01-21T09:56:42.967 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: 01-21T09:56:42 2024-01-21T09:56:42.967 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: .171683+0000 mon.smithi118 (mon.0 2024-01-21T09:56:42.967 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: ) 692 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:56:42.967 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: audit 2024 2024-01-21T09:56:42.968 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: -01-21T09:56:42 2024-01-21T09:56:42.968 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: .175861+0000 mon.smithi118 (mon.0) 693 : audit 2024-01-21T09:56:42.968 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:42 smithi134 conmon[40421]: [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:56:43.145 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:56:43.744 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:43 smithi118 conmon[35245]: cluster 2024-01-21T09:56:42.172331+0000 mgr.smithi118.lddrqf (mgr.14182) 704 : 2024-01-21T09:56:43.745 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:43 smithi118 conmon[35245]: cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:56:43.745 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:43 smithi118 conmon[35245]: cephadm 2024-01-21T09:56:42.181571+0000 mgr.smithi118.lddrqf (mgr.14182) 705 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi134.xqzujb on smithi134 2024-01-21T09:56:43.745 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:43 smithi118 conmon[35245]: cluster 2024-01-21T09:56:43.169934+0000 mon.smithi118 (mon.0) 694 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:56:43.745 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:43 smithi118 conmon[35245]: cluster 2024-01-21T09:56:43.169993+0000 mon.smithi118 (mon.0) 695 : cluster [INF] Cluster is now healthy 2024-01-21T09:56:43.963 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:43 smithi134 conmon[40421]: cluster 2024-01-21T09:56:42.172331+0000 mgr.smithi118.lddrqf (mgr.14182) 704 : cluster 2024-01-21T09:56:43.963 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:43 smithi134 conmon[40421]: [DBG] pgmap v460: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:56:43.963 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:43 smithi134 conmon[40421]: cephadm 2024-01-21T09:56:42.181571+0000 mgr.smithi118.lddrqf (mgr.14182) 705 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi134.xqzujb on smithi134 2024-01-21T09:56:43.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:43 smithi134 conmon[40421]: cluster 2024-01-21T09:56:43.169934+0000 mon.smithi118 (mon.0) 694 : cluster [INF] 2024-01-21T09:56:43.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:43 smithi134 conmon[40421]: Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:56:43.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:43 smithi134 conmon[40421]: cluster 2024-01-21T09:56:43 2024-01-21T09:56:43.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:43 smithi134 conmon[40421]: .169993+0000 mon.smithi118 (mon.0) 695 : cluster [INF] 2024-01-21T09:56:43.964 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:43 smithi134 conmon[40421]: Cluster is now healthy 2024-01-21T09:56:44.886 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:56:44.886 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:56:45.421 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:56:46.422 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:56:46.456 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:46 smithi118 conmon[35245]: cluster 2024-01-21T09:56:44.172754+0000 mgr.smithi118.lddrqf (mgr.14182) 706 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 899 B/s rd, 0 op/s 2024-01-21T09:56:46.457 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:46 smithi118 conmon[35245]: audit 2024-01-21T09:56:44.881861+0000 mgr.smithi118.lddrqf (mgr.14182) 707 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:46.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:46 smithi134 conmon[40421]: cluster 2024-01-21T09:56:44.172754+0000 mgr.smithi118.lddrqf (mgr.14182) 706 : cluster [DBG] 2024-01-21T09:56:46.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:46 smithi134 conmon[40421]: pgmap v461: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 899 B/s rd, 0 op/s 2024-01-21T09:56:46.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:46 smithi134 conmon[40421]: audit 2024-01-21T09:56:44.881861+0000 mgr.smithi118.lddrqf (mgr.14182) 707 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:48.188 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:56:48.188 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:56:48.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:48 smithi134 conmon[40421]: cluster 2024-01-21T09:56:46.173534+0000 mgr.smithi118.lddrqf (mgr.14182) 708 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-01-21T09:56:48.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:48 smithi118 conmon[35245]: cluster 2024-01-21T09:56:46.173534+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T09:56:48.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:48 smithi118 conmon[35245]: ) 708 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-01-21T09:56:48.721 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:56:49.721 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:56:50.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:50 smithi134 conmon[40421]: cluster 2024-01-21T09:56:48.173945+0000 mgr.smithi118.lddrqf (mgr.14182) 709 : cluster [DBG] pgmap v463: 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-01-21T09:56:50.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:50 smithi134 conmon[40421]: audit 2024-01-21T09:56:48.184437+0000 mgr.smithi118.lddrqf (mgr.14182) 710 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:50.464 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:50 smithi118 conmon[35245]: cluster 2024-01-21T09:56:48.173945+0000 mgr.smithi118.lddrqf (mgr.14182) 709 : cluster [DBG] pgmap v463: 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-01-21T09:56:50.464 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:50 smithi118 conmon[35245]: audit 2024-01-21T09:56:48.184437+0000 mgr.smithi118.lddrqf (mgr.14182) 710 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:51.480 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:56:51.480 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:56:52.037 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:56:52.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:52 smithi118 conmon[35245]: cluster 2024-01-21T09:56:50.174482+0000 mgr.smithi118.lddrqf (mgr 2024-01-21T09:56:52.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:52 smithi118 conmon[35245]: .14182) 711 : cluster [DBG] pgmap v464: 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-01-21T09:56:52.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:52 smithi134 conmon[40421]: cluster 2024-01-21T09:56:50.174482+0000 mgr.smithi118.lddrqf (mgr.14182) 711 : cluster [DBG] pgmap v464: 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-01-21T09:56:53.038 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:56:53.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:53 smithi118 conmon[35245]: audit 2024-01-21T09:56:51.476553+0000 mgr.smithi118.lddrqf (mgr.14182) 712 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:53.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:53 smithi134 conmon[40421]: audit 2024-01-21T09:56:51.476553+0000 mgr.smithi118.lddrqf (mgr.14182) 712 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:54.399 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:54 smithi118 conmon[35245]: cluster 2024-01-21T09:56:52.175201+0000 mgr.smithi118.lddrqf (mgr. 2024-01-21T09:56:54.399 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:54 smithi118 conmon[35245]: 14182) 713 : cluster [DBG] pgmap v465: 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-01-21T09:56:54.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:54 smithi134 conmon[40421]: cluster 2024-01-21T09:56:52.175201+0000 mgr.smithi118.lddrqf (mgr.14182) 713 : cluster [DBG] pgmap v465: 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-01-21T09:56:54.751 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:56:54.751 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:56:55.371 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:56:56.372 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:56:56.403 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:56 smithi118 conmon[35245]: cluster 2024-01-21T09:56:54.175745+0000 mgr.smithi118.lddrqf (mgr.14182) 714 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-01-21T09:56:56.404 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:56 smithi118 conmon[35245]: audit 2024-01-21T09:56:54.747589+0000 mgr.smithi118.lddrqf (mgr.14182) 715 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:56.404 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:56 smithi118 conmon[35245]: audit 2024-01-21T09:56:55.550667+0000 mon.smithi118 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:56:56.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:56 smithi134 conmon[40421]: cluster 2024-01-21T09:56:54.175745+0000 mgr.smithi118.lddrqf (mgr.14182) 714 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-01-21T09:56:56.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:56 smithi134 conmon[40421]: audit 2024-01-21T09:56:54.747589+0000 mgr.smithi118.lddrqf (mgr.14182) 715 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:56.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:56 smithi134 conmon[40421]: audit 2024-01-21T09:56:55.550667+0000 mon.smithi118 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T09:56:58.117 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:56:58.118 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:56:58.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:58 smithi134 conmon[40421]: cluster 2024-01-21T09:56:56.176523+0000 mgr.smithi118.lddrqf (mgr.14182) 716 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-21T09:56:58.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:58 smithi118 conmon[35245]: cluster 2024-01-21T09:56:56.176523+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T09:56:58.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:58 smithi118 conmon[35245]: ) 716 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-21T09:56:58.670 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:56:59.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:59 smithi134 conmon[40421]: audit 2024-01-21T09:56:58.113850+0000 mgr.smithi118.lddrqf (mgr.14182) 717 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:59.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:56:59 smithi134 conmon[40421]: cluster 2024-01-21T09:56:58.176966+0000 mgr.smithi118.lddrqf (mgr.14182) 718 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-01-21T09:56:59.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:59 smithi118 conmon[35245]: audit 2024-01-21T09:56:58.113850+0000 mgr.smithi118.lddrqf (mgr.14182) 717 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:56:59.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:56:59 smithi118 conmon[35245]: cluster 2024-01-21T09:56:58.176966+0000 mgr.smithi118.lddrqf (mgr.14182) 718 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-01-21T09:56:59.671 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:57:01.345 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:57:01.345 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:57:01.877 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:57:02.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:02 smithi134 conmon[40421]: cluster 2024-01-21T09:57:00.177447+0000 mgr.smithi118.lddrqf (mgr.14182) 719 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:02.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:02 smithi118 conmon[35245]: cluster 2024-01-21T09:57:00.177447+0000 mgr.smithi118.lddrqf (mgr.14182) 719 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:02.878 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:57:03.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:03 smithi134 conmon[40421]: audit 2024-01-21T09:57:01.341094+0000 mgr.smithi118.lddrqf (mgr.14182) 720 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:03.487 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:03 smithi118 conmon[35245]: audit 2024-01-21T09:57:01.341094+0000 mgr.smithi118.lddrqf (mgr.14182) 720 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:04.275 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:04 smithi118 conmon[35245]: cluster 2024-01-21T09:57:02.177969+0000 mgr.smithi118.lddrqf (mgr.14182) 721 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:04.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:04 smithi134 conmon[40421]: cluster 2024-01-21T09:57:02.177969+0000 mgr.smithi118.lddrqf (mgr.14182) 721 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:04.575 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:57:04.575 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:57:05.119 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:57:06.120 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:57:06.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:06 smithi134 conmon[40421]: cluster 2024-01-21T09:57:04.178512+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T09:57:06.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:06 smithi134 conmon[40421]: ) 722 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:06.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:06 smithi134 conmon[40421]: audit 2024-01-21T09:57:04.571073+0000 mgr.smithi118.lddrqf (mgr.14182) 723 : audit 2024-01-21T09:57:06.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:06 smithi134 conmon[40421]: [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:06.569 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:06 smithi118 conmon[35245]: cluster 2024-01-21T09:57:04.178512+0000 mgr.smithi118.lddrqf (mgr.14182) 722 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:06.569 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:06 smithi118 conmon[35245]: audit 2024-01-21T09:57:04.571073+0000 mgr.smithi118.lddrqf (mgr.14182) 723 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:07.863 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:57:07.863 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:57:08.419 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:08 smithi118 conmon[35245]: cluster 2024-01-21T09:57:06.179128+0000 mgr.smithi118.lddrqf (mgr.14182) 724 : 2024-01-21T09:57:08.420 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:08 smithi118 conmon[35245]: cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:08.434 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:57:08.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:08 smithi134 conmon[40421]: cluster 2024-01-21T09:57:06.179128+0000 mgr.smithi118.lddrqf (mgr.14182) 724 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:08.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:08 smithi134 conmon[40421]: 2024-01-21T09:57:09.435 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:57:09.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:09 smithi134 conmon[40421]: audit 2024-01-21T09:57:07.859621+0000 mgr.smithi118.lddrqf (mgr.14182) 725 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:09.469 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:09 smithi118 conmon[35245]: audit 2024-01-21T09:57:07.859621+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:57:09.469 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:09 smithi118 conmon[35245]: 725 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:10.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:10 smithi134 conmon[40421]: cluster 2024-01-21T09:57:08.179582+0000 mgr.smithi118.lddrqf (mgr.14182) 726 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:10.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:10 smithi118 conmon[35245]: cluster 2024-01-21T09:57:08.179582+0000 mgr.smithi118.lddrqf (mgr.14182) 726 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:11.239 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:57:11.239 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:57:11.418 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:11 smithi118 conmon[35245]: cluster 2024-01-21T09:57:10.180042+0000 mgr.smithi118.lddrqf (mgr.14182) 727 2024-01-21T09:57:11.418 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:11 smithi118 conmon[35245]: : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:11.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:11 smithi134 conmon[40421]: cluster 2024-01-21T09:57:10.180042+0000 mgr.smithi118.lddrqf (mgr.14182) 727 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:11.858 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:57:12.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:12 smithi134 conmon[40421]: audit 2024-01-21T09:57:11.235629+0000 mgr.smithi118.lddrqf (mgr.14182) 728 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:12.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:12 smithi118 conmon[35245]: audit 2024-01-21T09:57:11.235629+0000 mgr.smithi118.lddrqf (mgr.14182) 728 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:12.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:12 smithi118 conmon[35245]: 2024-01-21T09:57:12.860 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:57:13.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:13 smithi134 conmon[40421]: cluster 2024-01-21T09:57:12.180776+0000 mgr.smithi118.lddrqf (mgr.14182) 729 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:13.464 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:13 smithi118 conmon[35245]: cluster 2024-01-21T09:57:12.180776+0000 mgr.smithi118.lddrqf (mgr.14182) 729 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:14.533 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:57:14.533 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:57:15.025 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:57:16.027 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:57:16.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:16 smithi118 conmon[35245]: cluster 2024-01-21T09:57:14.181293+0000 mgr.smithi118.lddrqf (mgr.14182) 730 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:16.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:16 smithi118 conmon[35245]: audit 2024-01-21T09:57:14.529622+0000 mgr.smithi118.lddrqf (mgr.14182) 731 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:16.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:16 smithi134 conmon[40421]: cluster 2024-01-21T09:57:14.181293+0000 mgr.smithi118.lddrqf (mgr.14182) 730 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:16.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:16 smithi134 conmon[40421]: 2024-01-21T09:57:16.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:16 smithi134 conmon[40421]: audit 2024-01-21T09:57:14.529622+0000 mgr.smithi118.lddrqf (mgr.14182) 731 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:17.758 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:57:17.758 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:57:18.241 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:57:18.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:18 smithi134 conmon[40421]: cluster 2024-01-21T09:57:16.181788+0000 mgr.smithi118.lddrqf (mgr.14182) 732 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:18.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:18 smithi118 conmon[35245]: cluster 2024-01-21T09:57:16 2024-01-21T09:57:18.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:18 smithi118 conmon[35245]: .181788+0000 mgr.smithi118.lddrqf (mgr.14182) 732 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:19.243 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:57:19.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:19 smithi134 conmon[40421]: audit 2024-01-21T09:57:17.754508+0000 mgr.smithi118.lddrqf (mgr.14182) 733 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:19.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:19 smithi118 conmon[35245]: audit 2024-01-21T09:57:17.754508+0000 mgr.smithi118.lddrqf (mgr.14182) 733 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:20.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:20 smithi118 conmon[35245]: cluster 2024-01-21T09:57:18.182204+0000 mgr.smithi118.lddrqf (mgr.14182) 734 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:20.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:20 smithi134 conmon[40421]: cluster 2024-01-21T09:57:18.182204+0000 mgr.smithi118.lddrqf (mgr.14182) 734 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:20.993 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:57:20.993 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:57:21.574 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:57:22.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:22 smithi134 conmon[40421]: cluster 2024-01-21T09:57:20.182849+0000 mgr.smithi118.lddrqf (mgr.14182) 735 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:22.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:22 smithi134 conmon[40421]: audit 2024-01-21T09:57:20.989552+0000 mgr.smithi118.lddrqf (mgr.14182) 736 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:22.575 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:57:22.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:22 smithi118 conmon[35245]: cluster 2024-01-21T09:57:20.182849+0000 mgr.smithi118.lddrqf (mgr.14182) 735 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:22.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:22 smithi118 conmon[35245]: audit 2024-01-21T09:57:20.989552+0000 mgr.smithi118.lddrqf (mgr.14182) 736 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:24.314 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:57:24.314 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:57:24.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:24 smithi134 conmon[40421]: cluster 2024-01-21T09:57:22.183465+0000 mgr.smithi118.lddrqf (mgr.14182) 737 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:24.474 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:24 smithi118 conmon[35245]: cluster 2024-01-21T09:57:22.183465+0000 mgr.smithi118.lddrqf (mgr.14182) 737 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:24.799 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:57:25.800 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:57:26.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:26 smithi134 conmon[40421]: cluster 2024-01-21T09:57:24.183938+0000 mgr.smithi118.lddrqf (mgr.14182) 738 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:26.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:26 smithi134 conmon[40421]: audit 2024-01-21T09:57:26.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:26 smithi134 conmon[40421]: 2024-01-21T09:57:24.311134+0000 mgr.smithi118.lddrqf (mgr.14182) 739 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:26.524 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:26 smithi118 conmon[35245]: cluster 2024-01-21T09:57:24.183938+0000 mgr.smithi118.lddrqf (mgr.14182) 738 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:26.524 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:26 smithi118 conmon[35245]: audit 2024-01-21T09:57:24.311134+0000 mgr.smithi118.lddrqf (mgr.14182) 739 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:27.489 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:57:27.489 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:57:28.023 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:57:28.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:28 smithi118 conmon[35245]: cluster 2024-01-21T09:57:26.184469+0000 mgr.smithi118.lddrqf (mgr.14182) 740 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:28.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:28 smithi134 conmon[40421]: cluster 2024-01-21T09:57:26.184469+0000 mgr.smithi118.lddrqf (mgr.14182) 740 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:29.024 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:57:29.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:29 smithi118 conmon[35245]: audit 2024-01-21T09:57:27.485354+0000 mgr.smithi118.lddrqf (mgr.14182) 741 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:29.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:29 smithi134 conmon[40421]: audit 2024-01-21T09:57:27.485354+0000 mgr.smithi118.lddrqf (mgr.14182) 741 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:30.450 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:30 smithi118 conmon[35245]: cluster 2024-01-21T09:57:28.184865+0000 mgr.smithi118.lddrqf (mgr. 2024-01-21T09:57:30.450 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:30 smithi118 conmon[35245]: 14182) 742 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:30.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:30 smithi134 conmon[40421]: cluster 2024-01-21T09:57:28.184865+0000 mgr.smithi118.lddrqf (mgr.14182) 742 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:30.807 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:57:30.807 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:57:31.389 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:57:32.390 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:57:32.419 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:32 smithi118 conmon[35245]: cluster 2024-01-21T09:57:30.185462+0000 mgr.smithi118.lddrqf (mgr.14182) 743 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:32.419 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:32 smithi118 conmon[35245]: 2024-01-21T09:57:32.419 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:32 smithi118 conmon[35245]: audit 2024-01-21T09:57:30.803345+0000 mgr.smithi118.lddrqf (mgr.14182) 744 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:32.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:32 smithi134 conmon[40421]: cluster 2024-01-21T09:57:30.185462+0000 mgr.smithi118.lddrqf (mgr.14182) 743 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:32.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:32 smithi134 conmon[40421]: audit 2024-01-21T09:57:30.803345+0000 mgr.smithi118.lddrqf (mgr.14182) 744 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:34.152 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:57:34.152 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:57:34.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:34 smithi134 conmon[40421]: cluster 2024-01-21T09:57:32.186116+0000 mgr.smithi118.lddrqf (mgr.14182) 745 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:34.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:34 smithi118 conmon[35245]: cluster 2024-01-21T09:57:32.186116+0000 mgr.smithi118.lddrqf (mgr 2024-01-21T09:57:34.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:34 smithi118 conmon[35245]: .14182) 745 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:34.705 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:57:35.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:35 smithi134 conmon[40421]: audit 2024-01-21T09:57:34.148702+0000 mgr.smithi118.lddrqf (mgr.14182) 746 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:35.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:35 smithi134 conmon[40421]: cluster 2024-01-21T09:57:34.186621+0000 mgr.smithi118.lddrqf (mgr.14182) 747 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:35.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:35 smithi118 conmon[35245]: audit 2024-01-21T09:57:34.148702+0000 mgr.smithi118.lddrqf (mgr.14182) 746 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:35.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:35 smithi118 conmon[35245]: cluster 2024-01-21T09:57:34.186621+0000 2024-01-21T09:57:35.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:35 smithi118 conmon[35245]: mgr.smithi118.lddrqf (mgr.14182) 747 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:35.705 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:57:37.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:37 smithi134 conmon[40421]: cluster 2024-01-21T09:57:36.187101+0000 mgr.smithi118.lddrqf (mgr.14182) 748 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:37.508 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:57:37.508 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:57:37.529 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:37 smithi118 conmon[35245]: cluster 2024-01-21T09:57:36.187101+0000 mgr.smithi118.lddrqf (mgr.14182) 748 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:38.072 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:57:38.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:38 smithi118 conmon[35245]: audit 2024-01-21T09:57:37.503845+0000 mgr.smithi118.lddrqf (mgr.14182) 749 : audit [DBG] 2024-01-21T09:57:38.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:38 smithi118 conmon[35245]: from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:38.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:38 smithi134 conmon[40421]: audit 2024-01-21T09:57:37.503845+0000 mgr.smithi118.lddrqf (mgr.14182) 749 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:39.073 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:57:39.496 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:39 smithi118 conmon[35245]: cluster 2024-01-21T09:57:38.187629+0000 mgr.smithi118.lddrqf (mgr.14182) 750 2024-01-21T09:57:39.496 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:39 smithi118 conmon[35245]: : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:39.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:39 smithi134 conmon[40421]: cluster 2024-01-21T09:57:38.187629+0000 mgr.smithi118.lddrqf (mgr.14182) 750 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:40.821 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:57:40.821 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:57:41.312 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:57:42.313 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:57:42.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:42 smithi134 conmon[40421]: cluster 2024-01-21T09:57:40.188192+0000 mgr.smithi118.lddrqf (mgr.14182) 751 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:42.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:42 smithi134 conmon[40421]: audit 2024-01-21T09:57:40.817430+0000 mgr.smithi118.lddrqf (mgr.14182) 752 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:42.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:42 smithi118 conmon[35245]: cluster 2024-01-21T09:57:40.188192+0000 mgr.smithi118.lddrqf (mgr.14182) 751 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:42.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:42 smithi118 conmon[35245]: audit 2024-01-21T09:57:40.817430+0000 mgr.smithi118.lddrqf (mgr.14182) 752 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:44.091 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:57:44.091 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:57:44.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:44 smithi134 conmon[40421]: cluster 2024-01-21T09:57:42.188667+0000 mgr.smithi118.lddrqf (mgr.14182) 753 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:44.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:44 smithi118 conmon[35245]: cluster 2024-01-21T09:57:42.188667+0000 mgr.smithi118.lddrqf (mgr.14182) 753 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:44.628 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:57:45.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:45 smithi134 conmon[40421]: audit 2024-01-21T09:57:44.086785+0000 mgr.smithi118.lddrqf (mgr.14182) 754 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:45.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:45 smithi118 conmon[35245]: audit 2024-01-21T09:57:44.086785+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:57:45.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:45 smithi118 conmon[35245]: 754 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:45.629 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:57:46.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:46 smithi118 conmon[35245]: cluster 2024-01-21T09:57:44.189367+0000 mgr.smithi118.lddrqf (mgr 2024-01-21T09:57:46.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:46 smithi118 conmon[35245]: .14182) 755 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:46.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:46 smithi134 conmon[40421]: cluster 2024-01-21T09:57:44.189367+0000 mgr.smithi118.lddrqf (mgr.14182) 755 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:47.295 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:57:47.295 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:57:47.828 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:57:48.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:48 smithi134 conmon[40421]: cluster 2024-01-21T09:57:46.190106+0000 mgr.smithi118.lddrqf (mgr.14182) 756 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:48.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:48 smithi118 conmon[35245]: cluster 2024-01-21T09:57:46.190106+0000 mgr.smithi118.lddrqf (mgr.14182) 756 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:48.829 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:57:49.425 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:49 smithi118 conmon[35245]: audit 2024-01-21T09:57:47.291239+0000 mgr.smithi118.lddrqf (mgr.14182) 757 2024-01-21T09:57:49.425 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:49 smithi118 conmon[35245]: : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:49.425 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:49 smithi118 conmon[35245]: cluster 2024-01-21T09:57:48.190851+0000 mgr.smithi118.lddrqf (mgr.14182) 758 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:49.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:49 smithi134 conmon[40421]: audit 2024-01-21T09:57:47.291239+0000 mgr.smithi118.lddrqf (mgr.14182) 757 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:49.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:49 smithi134 conmon[40421]: cluster 2024 2024-01-21T09:57:49.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:49 smithi134 conmon[40421]: -01-21T09:57:48.190851+0000 mgr.smithi118.lddrqf (mgr.14182) 758 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:50.535 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:57:50.535 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:57:51.069 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:57:52.070 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:57:52.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:52 smithi134 conmon[40421]: cluster 2024-01-21T09:57:50.191427+0000 mgr.smithi118.lddrqf (mgr.14182) 759 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:52.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:52 smithi134 conmon[40421]: audit 2024-01-21T09:57:52.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:52 smithi134 conmon[40421]: 2024-01-21T09:57:50.530835+0000 mgr.smithi118.lddrqf (mgr.14182) 760 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:52.502 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:52 smithi118 conmon[35245]: cluster 2024-01-21T09:57:50.191427+0000 mgr.smithi118.lddrqf (mgr.14182) 759 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:52.502 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:52 smithi118 conmon[35245]: audit 2024-01-21T09:57:50.530835+0000 mgr.smithi118.lddrqf (mgr.14182) 760 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:53.813 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:57:53.813 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:57:54.319 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:57:54.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:54 smithi134 conmon[40421]: cluster 2024-01-21T09:57:52.191923+0000 mgr.smithi118.lddrqf (mgr.14182) 761 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:54.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:54 smithi118 conmon[35245]: cluster 2024-01-21T09:57:52.191923+0000 mgr.smithi118.lddrqf (mgr.14182) 761 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:55.319 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:57:55.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:55 smithi134 conmon[40421]: audit 2024-01-21T09:57:53.809016+0000 mgr.smithi118.lddrqf (mgr.14182) 762 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:55.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:55 smithi134 conmon[40421]: 2024-01-21T09:57:55.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:55 smithi118 conmon[35245]: audit 2024-01-21T09:57:53.809016+0000 mgr.smithi118.lddrqf (mgr.14182) 762 : audit [DBG] 2024-01-21T09:57:55.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:55 smithi118 conmon[35245]: from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:56.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:56 smithi118 conmon[35245]: cluster 2024-01-21T09:57:54.192593+0000 mgr.smithi118.lddrqf (mgr.14182) 763 2024-01-21T09:57:56.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:56 smithi118 conmon[35245]: : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:56.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:56 smithi134 conmon[40421]: cluster 2024-01-21T09:57:54.192593+0000 mgr.smithi118.lddrqf (mgr.14182) 763 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:56.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:56 smithi134 conmon[40421]: 2024-01-21T09:57:56.995 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:57:56.995 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:57:57.568 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:57:58.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:58 smithi134 conmon[40421]: cluster 2024-01-21T09:57:56.193065+0000 mgr.smithi118.lddrqf (mgr.14182) 764 : cluster 2024-01-21T09:57:58.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:58 smithi134 conmon[40421]: [DBG] pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:58.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:58 smithi134 conmon[40421]: audit 2024-01-21T09:57:56.991277+0000 mgr.smithi118.lddrqf (mgr.14182) 765 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:58.569 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:57:58.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:58 smithi118 conmon[35245]: cluster 2024-01-21T09:57:56.193065+0000 mgr.smithi118.lddrqf (mgr.14182) 764 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:58.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:58 smithi118 conmon[35245]: audit 2024-01-21T09:57:56.991277+0000 mgr.smithi118.lddrqf (mgr.14182) 765 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:57:59.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:59 smithi118 conmon[35245]: cluster 2024-01-21T09:57:58.193566+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T09:57:59.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:57:59 smithi118 conmon[35245]: ) 766 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:59.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:59 smithi134 conmon[40421]: cluster 2024-01-21T09:57:58.193566+0000 mgr.smithi118.lddrqf (mgr.14182) 766 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:57:59.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:57:59 smithi134 conmon[40421]: 2024-01-21T09:58:00.286 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:58:00.287 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:58:00.892 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:58:01.893 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:58:02.335 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:02 smithi118 conmon[35245]: cluster 2024-01-21T09:58:00.194157+0000 mgr.smithi118.lddrqf (mgr.14182) 767 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:02.335 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:02 smithi118 conmon[35245]: audit 2024-01-21T09:58:00.282712+0000 mgr.smithi118.lddrqf (mgr.14182) 768 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:02.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:02 smithi134 conmon[40421]: cluster 2024-01-21T09:58:00.194157+0000 mgr.smithi118.lddrqf (mgr.14182) 767 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:02.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:02 smithi134 conmon[40421]: audit 2024-01-21T09:58:00.282712+0000 mgr.smithi118.lddrqf (mgr.14182) 768 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:03.567 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:58:03.568 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:58:04.067 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:58:04.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:04 smithi118 conmon[35245]: cluster 2024-01-21T09:58:02.194630+0000 mgr.smithi118.lddrqf (mgr.14182) 769 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:04.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:04 smithi134 conmon[40421]: cluster 2024-01-21T09:58:02.194630+0000 mgr.smithi118.lddrqf (mgr.14182) 769 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:05.068 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:58:05.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:05 smithi134 conmon[40421]: audit 2024-01-21T09:58:03.564001+0000 mgr.smithi118.lddrqf (mgr.14182) 770 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:05.500 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:05 smithi118 conmon[35245]: audit 2024-01-21T09:58:03.564001+0000 mgr.smithi118.lddrqf (mgr.14182) 770 : audit 2024-01-21T09:58:05.500 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:05 smithi118 conmon[35245]: [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:06.418 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:06 smithi118 conmon[35245]: cluster 2024-01-21T09:58:04.195109+0000 mgr.smithi118.lddrqf (mgr.14182) 771 2024-01-21T09:58:06.418 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:06 smithi118 conmon[35245]: : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:06.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:06 smithi134 conmon[40421]: cluster 2024-01-21T09:58:04.195109+0000 mgr.smithi118.lddrqf (mgr.14182) 771 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:06.772 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:58:06.773 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:58:07.367 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:58:07.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:07 smithi134 conmon[40421]: cluster 2024-01-21T09:58:06.195607+0000 mgr.smithi118.lddrqf (mgr.14182) 772 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:07.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:07 smithi134 conmon[40421]: 2024-01-21T09:58:07.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:07 smithi134 conmon[40421]: audit 2024-01-21T09:58:06.768880+0000 mgr.smithi118.lddrqf (mgr.14182) 773 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:07.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:07 smithi118 conmon[35245]: cluster 2024-01-21T09:58:06.195607+0000 mgr.smithi118.lddrqf (mgr.14182) 772 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:07.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:07 smithi118 conmon[35245]: audit 2024-01-21T09:58:06.768880+0000 mgr.smithi118.lddrqf (mgr.14182) 773 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:08.368 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:58:09.515 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:09 smithi118 conmon[35245]: cluster 2024-01-21T09:58:08.196288+0000 mgr.smithi118.lddrqf (mgr.14182) 774 : cluster 2024-01-21T09:58:09.516 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:09 smithi118 conmon[35245]: [DBG] pgmap v503: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:09.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:09 smithi134 conmon[40421]: cluster 2024-01-21T09:58:08.196288+0000 mgr.smithi118.lddrqf (mgr.14182) 774 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:10.099 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:58:10.099 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:58:10.608 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:58:11.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:11 smithi134 conmon[40421]: audit 2024-01-21T09:58:10.095554+0000 mgr.smithi118.lddrqf (mgr.14182) 775 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:11.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:11 smithi118 conmon[35245]: audit 2024-01-21T09:58:10.095554+0000 mgr.smithi118.lddrqf (mgr.14182) 775 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:11.609 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:58:12.334 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:12 smithi118 conmon[35245]: cluster 2024-01-21T09:58:10.196761+0000 mgr.smithi118.lddrqf (mgr.14182) 776 : cluster 2024-01-21T09:58:12.334 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:12 smithi118 conmon[35245]: [DBG] pgmap v504: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:12.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:12 smithi134 conmon[40421]: cluster 2024-01-21T09:58:10.196761+0000 mgr.smithi118.lddrqf (mgr.14182) 776 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:13.290 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:58:13.290 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:58:13.807 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:58:14.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:14 smithi134 conmon[40421]: cluster 2024-01-21T09:58:12.197738+0000 mgr.smithi118.lddrqf (mgr.14182) 777 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:14.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:14 smithi118 conmon[35245]: cluster 2024-01-21T09:58:12.197738+0000 mgr.smithi118.lddrqf (mgr.14182) 777 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:14.809 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:58:15.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:15 smithi134 conmon[40421]: audit 2024-01-21T09:58:13.286446+0000 mgr.smithi118.lddrqf (mgr.14182) 778 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:15.541 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:15 smithi118 conmon[35245]: audit 2024-01-21T09:58:13.286446+0000 mgr.smithi118.lddrqf (mgr.14182) 778 : audit 2024-01-21T09:58:15.541 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:15 smithi118 conmon[35245]: [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:16.208 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:16 smithi118 conmon[35245]: cluster 2024-01-21T09:58:14.198167 2024-01-21T09:58:16.208 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:16 smithi118 conmon[35245]: +0000 mgr.smithi118.lddrqf (mgr.14182) 779 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:16.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:16 smithi134 conmon[40421]: cluster 2024-01-21T09:58:14.198167+0000 mgr.smithi118.lddrqf (mgr.14182) 779 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:16.513 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:58:16.513 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:58:17.064 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:58:17.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:17 smithi118 conmon[35245]: cluster 2024-01-21T09:58:16.198619+0000 mgr.smithi118.lddrqf (mgr.14182) 780 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:17.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:17 smithi118 conmon[35245]: audit 2024-01-21T09:58:16.509424+0000 mgr.smithi118.lddrqf (mgr.14182) 781 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:17.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:17 smithi134 conmon[40421]: cluster 2024-01-21T09:58:16.198619+0000 mgr.smithi118.lddrqf (mgr.14182) 780 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:17.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:17 smithi134 conmon[40421]: audit 2024-01-21T09:58:16.509424+0000 mgr.smithi118.lddrqf (mgr.14182) 781 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:18.065 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:58:19.494 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:19 smithi118 conmon[35245]: cluster 2024-01-21T09:58:18.199092+0000 mgr.smithi118.lddrqf (mgr.14182) 782 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:19.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:19 smithi134 conmon[40421]: cluster 2024-01-21T09:58:18.199092+0000 mgr.smithi118.lddrqf (mgr.14182) 782 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:19.808 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:58:19.808 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:58:20.355 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:58:21.357 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:58:21.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:21 smithi134 conmon[40421]: audit 2024-01-21T09:58:19.804516+0000 mgr.smithi118.lddrqf (mgr.14182) 783 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:21.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:21 smithi118 conmon[35245]: audit 2024-01-21T09:58:19.804516+0000 mgr.smithi118.lddrqf (mgr.14182) 783 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:22.457 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:22 smithi118 conmon[35245]: cluster 2024-01-21T09:58:20.199625+0000 mgr.smithi118.lddrqf (mgr.14182) 784 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:22.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:22 smithi134 conmon[40421]: cluster 2024-01-21T09:58:20.199625+0000 mgr.smithi118.lddrqf (mgr.14182) 784 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:23.065 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:58:23.065 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:58:23.572 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:58:24.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:24 smithi134 conmon[40421]: cluster 2024-01-21T09:58:22.200094+0000 mgr.smithi118.lddrqf (mgr.14182) 785 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:24.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:24 smithi134 conmon[40421]: audit 2024-01-21T09:58:23.061886+0000 mgr.smithi118.lddrqf (mgr.14182) 786 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:24.572 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:58:24.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:24 smithi118 conmon[35245]: cluster 2024-01-21T09:58:22.200094+0000 mgr.smithi118.lddrqf (mgr.14182) 785 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:24.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:24 smithi118 conmon[35245]: audit 2024-01-21T09:58:23.061886+0000 mgr.smithi118.lddrqf (mgr.14182) 786 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:26.335 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:58:26.335 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:58:26.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:26 smithi134 conmon[40421]: cluster 2024-01-21T09:58:24.200839+0000 mgr.smithi118.lddrqf (mgr.14182) 787 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:26.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:26 smithi118 conmon[35245]: cluster 2024-01-21T09:58:24.200839+0000 mgr.smithi118.lddrqf (mgr.14182) 787 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:26.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:26 smithi118 conmon[35245]: 2024-01-21T09:58:27.080 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:58:28.082 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:58:28.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:28 smithi134 conmon[40421]: cluster 2024-01-21T09:58:26.201360+0000 mgr.smithi118.lddrqf (mgr.14182) 788 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:28.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:28 smithi134 conmon[40421]: audit 2024-01-21T09:58:26.330893 2024-01-21T09:58:28.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:28 smithi134 conmon[40421]: +0000 mgr.smithi118.lddrqf (mgr.14182) 789 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:28.529 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:28 smithi118 conmon[35245]: cluster 2024-01-21T09:58:26.201360+0000 mgr.smithi118.lddrqf (mgr.14182) 788 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:28.529 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:28 smithi118 conmon[35245]: audit 2024-01-21T09:58:26.330893+0000 mgr.smithi118.lddrqf (mgr.14182) 789 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:29.506 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:29 smithi118 conmon[35245]: cluster 2024-01-21T09:58:28.201808+0000 mgr.smithi118.lddrqf (mgr.14182) 790 : 2024-01-21T09:58:29.506 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:29 smithi118 conmon[35245]: cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:29.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:29 smithi134 conmon[40421]: cluster 2024-01-21T09:58:28.201808+0000 mgr.smithi118.lddrqf (mgr.14182) 790 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:29.871 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:58:29.872 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:58:30.422 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:58:31.423 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:58:31.457 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:31 smithi118 conmon[35245]: audit 2024-01-21T09:58:29.866827+0000 mgr.smithi118.lddrqf (mgr.14182) 791 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:31.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:31 smithi134 conmon[40421]: audit 2024-01-21T09:58:29.866827+0000 mgr.smithi118.lddrqf (mgr.14182) 791 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:32.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:32 smithi134 conmon[40421]: cluster 2024-01-21T09:58:30.202456+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:58:32.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:32 smithi134 conmon[40421]: 792 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:32.580 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:32 smithi118 conmon[35245]: cluster 2024-01-21T09:58:30.202456+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:58:32.581 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:32 smithi118 conmon[35245]: 792 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:33.198 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:58:33.198 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:58:33.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:33 smithi118 conmon[35245]: cluster 2024-01-21T09:58:32.202994+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:58:33.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:33 smithi118 conmon[35245]: 793 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:33.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:33 smithi134 conmon[40421]: cluster 2024-01-21T09:58:32.202994+0000 mgr.smithi118.lddrqf (mgr.14182) 793 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:33.834 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:58:34.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:34 smithi118 conmon[35245]: audit 2024-01-21T09:58:33.194936+0000 mgr.smithi118.lddrqf (mgr.14182) 794 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:34.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:34 smithi134 conmon[40421]: audit 2024-01-21T09:58:33.194936+0000 mgr.smithi118.lddrqf (mgr.14182) 794 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:34.835 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:58:36.202 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:36 smithi118 conmon[35245]: cluster 2024-01-21T09:58:34.203744+0000 mgr.smithi118.lddrqf (mgr.14182) 795 : cluster [DBG] 2024-01-21T09:58:36.202 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:36 smithi118 conmon[35245]: pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:36.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:36 smithi134 conmon[40421]: cluster 2024-01-21T09:58:34.203744+0000 mgr.smithi118.lddrqf (mgr.14182) 795 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:36.564 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:58:36.565 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:58:37.153 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:58:38.154 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:58:38.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:38 smithi134 conmon[40421]: cluster 2024-01-21T09:58:36.204241+0000 mgr.smithi118.lddrqf (mgr.14182) 796 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:38.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:38 smithi134 conmon[40421]: audit 2024-01-21T09:58:36.560130+0000 mgr.smithi118.lddrqf (mgr.14182) 797 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:38.571 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:38 smithi118 conmon[35245]: cluster 2024-01-21T09:58:36.204241+0000 mgr.smithi118.lddrqf (mgr.14182) 796 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:38.571 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:38 smithi118 conmon[35245]: audit 2024-01-21T09:58:36.560130+0000 mgr.smithi118.lddrqf (mgr.14182) 797 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:39.832 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:58:39.832 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:58:40.379 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:58:40.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:40 smithi134 conmon[40421]: cluster 2024-01-21T09:58:38.204811+0000 mgr.smithi118.lddrqf (mgr.14182) 798 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:40.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:40 smithi118 conmon[35245]: cluster 2024-01-21T09:58:38.204811+0000 mgr.smithi118.lddrqf (mgr.14182) 798 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:41.380 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:58:41.417 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:41 smithi118 conmon[35245]: audit 2024-01-21T09:58:39.827397+0000 mgr.smithi118.lddrqf (mgr.14182) 799 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:41.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:41 smithi134 conmon[40421]: audit 2024-01-21T09:58:39.827397+0000 mgr.smithi118.lddrqf (mgr.14182) 799 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:42.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:42 smithi134 conmon[40421]: cluster 2024-01-21T09:58:40.205645+0000 mgr.smithi118.lddrqf (mgr.14182) 800 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:42.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:42 smithi118 conmon[35245]: cluster 2024-01-21T09:58:40.205645+0000 mgr.smithi118.lddrqf (mgr.14182) 800 : cluster 2024-01-21T09:58:42.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:42 smithi118 conmon[35245]: [DBG] pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:43.141 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:58:43.141 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:58:43.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:43 smithi134 conmon[40421]: cluster 2024-01-21T09:58:42.206016+0000 mgr.smithi118.lddrqf (mgr.14182) 801 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:43.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:43 smithi134 conmon[40421]: audit 2024-01-21T09:58:43.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:43 smithi134 conmon[40421]: 2024-01-21T09:58:43.137368+0000 mgr.smithi118.lddrqf (mgr.14182) 802 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:43.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:43 smithi118 conmon[35245]: cluster 2024-01-21T09:58:42.206016+0000 mgr.smithi118.lddrqf (mgr.14182) 801 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:43.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:43 smithi118 conmon[35245]: audit 2024-01-21T09:58:43.137368+0000 mgr.smithi118.lddrqf (mgr.14182) 802 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:43.736 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:58:44.737 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:58:46.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:46 smithi134 conmon[40421]: cluster 2024-01-21T09:58:44.206573+0000 mgr.smithi118.lddrqf (mgr.14182) 803 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:46.470 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:58:46.471 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:58:46.495 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:46 smithi118 conmon[35245]: cluster 2024-01-21T09:58:44.206573+0000 mgr.smithi118.lddrqf (mgr.14182) 803 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:46.944 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:58:47.945 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:58:48.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:48 smithi118 conmon[35245]: cluster 2024-01-21T09:58:46 2024-01-21T09:58:48.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:48 smithi118 conmon[35245]: .207021+0000 mgr.smithi118.lddrqf (mgr.14182) 804 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:48.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:48 smithi118 conmon[35245]: audit 2024-01-21T09:58:46.466735+0000 mgr.smithi118.lddrqf (mgr.14182) 805 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:48.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:48 smithi134 conmon[40421]: cluster 2024-01-21T09:58:46.207021+0000 mgr.smithi118.lddrqf (mgr.14182) 804 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:48.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:48 smithi134 conmon[40421]: audit 2024-01-21T09:58:46.466735+0000 mgr.smithi118.lddrqf (mgr.14182) 805 2024-01-21T09:58:48.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:48 smithi134 conmon[40421]: : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:49.631 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:58:49.631 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:58:50.128 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:58:50.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:50 smithi134 conmon[40421]: cluster 2024-01-21T09:58:48.207426+0000 mgr.smithi118.lddrqf (mgr.14182) 806 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:50.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:50 smithi118 conmon[35245]: cluster 2024-01-21T09:58:48.207426+0000 mgr.smithi118.lddrqf (mgr.14182) 806 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:51.128 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:58:51.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:51 smithi134 conmon[40421]: audit 2024-01-21T09:58:49.627102+0000 mgr.smithi118.lddrqf (mgr.14182) 807 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:51.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:51 smithi134 conmon[40421]: cluster 2024-01-21T09:58:50.208171+0000 mgr.smithi118.lddrqf (mgr.14182) 808 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:51.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:51 smithi118 conmon[35245]: audit 2024-01-21T09:58:49.627102+0000 mgr.smithi118.lddrqf (mgr.14182) 807 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:51.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:51 smithi118 conmon[35245]: cluster 2024-01-21T09:58:50.208171+0000 mgr.smithi118.lddrqf (mgr.14182) 808 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:52.856 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:58:52.856 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:58:53.410 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:58:53.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:53 smithi118 conmon[35245]: cluster 2024-01-21T09:58:52.208583+0000 mgr.smithi118.lddrqf (mgr.14182) 809 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:53.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:53 smithi118 conmon[35245]: audit 2024-01-21T09:58:52.852334+0000 mgr.smithi118.lddrqf (mgr.14182) 810 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:53.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:53 smithi134 conmon[40421]: cluster 2024-01-21T09:58:52.208583+0000 mgr.smithi118.lddrqf (mgr.14182) 809 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:53.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:53 smithi134 conmon[40421]: audit 2024-01-21T09:58:52.852334+0000 mgr.smithi118.lddrqf (mgr.14182) 810 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:54.411 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:58:56.156 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:58:56.156 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:58:56.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:56 smithi134 conmon[40421]: cluster 2024-01-21T09:58:54.209195+0000 mgr.smithi118.lddrqf (mgr.14182) 811 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:56.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:56 smithi118 conmon[35245]: cluster 2024-01-21T09:58:54.209195+0000 mgr.smithi118.lddrqf (mgr.14182) 811 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:56.709 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:58:57.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:57 smithi134 conmon[40421]: audit 2024-01-21T09:58:56.153031+0000 mgr.smithi118.lddrqf (mgr.14182) 812 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:57.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:57 smithi118 conmon[35245]: audit 2024-01-21T09:58:56.153031+0000 mgr.smithi118.lddrqf (mgr.14182) 812 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:58:57.710 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:58:58.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:58 smithi134 conmon[40421]: cluster 2024-01-21T09:58:56.209854+0000 mgr.smithi118.lddrqf (mgr.14182) 813 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:58.476 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:58 smithi118 conmon[35245]: cluster 2024-01-21T09: 2024-01-21T09:58:58.476 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:58 smithi118 conmon[35245]: 58:56.209854+0000 mgr.smithi118.lddrqf (mgr.14182) 813 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:59.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:58:59 smithi134 conmon[40421]: cluster 2024-01-21T09:58:58.210618+0000 mgr.smithi118.lddrqf (mgr.14182) 814 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:58:59.464 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:58:59.465 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:58:59.489 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:59 smithi118 conmon[35245]: cluster 2024-01-21T09:58:58.210618+0000 2024-01-21T09:58:59.489 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:58:59 smithi118 conmon[35245]: mgr.smithi118.lddrqf (mgr.14182) 814 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:00.034 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:59:01.034 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:59:01.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:01 smithi118 conmon[35245]: audit 2024-01-21T09:58:59.461434+0000 mgr.smithi118.lddrqf (mgr.14182) 815 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:01.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:01 smithi134 conmon[40421]: audit 2024-01-21T09:58:59.461434+0000 mgr.smithi118.lddrqf (mgr.14182) 815 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:02.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:02 smithi134 conmon[40421]: cluster 2024-01-21T09:59:00.211143+0000 mgr.smithi118.lddrqf (mgr.14182) 816 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:02.478 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:02 smithi118 conmon[35245]: cluster 2024-01-21T09:59:00.211143+0000 mgr.smithi118.lddrqf (mgr.14182) 816 : cluster 2024-01-21T09:59:02.478 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:02 smithi118 conmon[35245]: [DBG] pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:02.833 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:59:02.833 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:59:03.374 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:59:03.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:03 smithi134 conmon[40421]: cluster 2024-01-21T09:59:02.211740+0000 mgr.smithi118.lddrqf (mgr.14182) 817 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:03.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:03 smithi134 conmon[40421]: audit 2024-01-21T09:59:02.830166+0000 mgr.smithi118.lddrqf (mgr.14182) 818 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:03.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:03 smithi118 conmon[35245]: cluster 2024-01-21T09:59:02.211740+0000 mgr.smithi118.lddrqf (mgr.14182) 817 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:03.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:03 smithi118 conmon[35245]: audit 2024-01-21T09:59:02.830166+0000 mgr.smithi118.lddrqf (mgr.14182) 818 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:04.375 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:59:06.072 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:59:06.072 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:59:06.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:06 smithi134 conmon[40421]: cluster 2024-01-21T09:59:04.212262+0000 mgr.smithi118.lddrqf (mgr.14182) 819 : cluster [DBG] pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:06.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:06 smithi118 conmon[35245]: cluster 2024-01-21T09:59:04.212262+0000 mgr.smithi118.lddrqf ( 2024-01-21T09:59:06.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:06 smithi118 conmon[35245]: mgr.14182) 819 : cluster [DBG] pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:06.624 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:59:07.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:07 smithi134 conmon[40421]: audit 2024-01-21T09:59:06.068616+0000 mgr.smithi118.lddrqf (mgr.14182) 820 : audit [DBG] 2024-01-21T09:59:07.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:07 smithi134 conmon[40421]: from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:07.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:07 smithi118 conmon[35245]: audit 2024-01-21T09:59:06.068616+0000 mgr.smithi118.lddrqf (mgr.14182) 820 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:07.625 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:59:08.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:08 smithi118 conmon[35245]: cluster 2024-01-21T09:59:06.212744+0000 mgr.smithi118.lddrqf (mgr 2024-01-21T09:59:08.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:08 smithi118 conmon[35245]: .14182) 821 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:08.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:08 smithi134 conmon[40421]: cluster 2024-01-21T09:59:06.212744+0000 mgr.smithi118.lddrqf (mgr.14182) 821 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:09.384 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:59:09.384 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:59:09.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:09 smithi134 conmon[40421]: cluster 2024-01-21T09:59:08.213571+0000 mgr.smithi118.lddrqf (mgr.14182) 822 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:09.533 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:09 smithi118 conmon[35245]: cluster 2024-01-21T09:59:08.213571+0000 mgr.smithi118.lddrqf (mgr.14182) 822 : cluster [DBG] 2024-01-21T09:59:09.533 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:09 smithi118 conmon[35245]: pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:09.933 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:59:10.934 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:59:11.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:11 smithi118 conmon[35245]: audit 2024-01-21T09:59:09.380430+0000 mgr.smithi118.lddrqf (mgr.14182) 823 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:11.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:11 smithi134 conmon[40421]: audit 2024-01-21T09:59:09.380430+0000 mgr.smithi118.lddrqf (mgr.14182) 823 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:12.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:12 smithi118 conmon[35245]: cluster 2024-01-21T09:59:10.214324+0000 mgr.smithi118.lddrqf (mgr.14182) 824 : 2024-01-21T09:59:12.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:12 smithi118 conmon[35245]: cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:12.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:12 smithi134 conmon[40421]: cluster 2024-01-21T09:59:10.214324+0000 mgr.smithi118.lddrqf (mgr.14182) 824 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:12.662 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:59:12.662 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:51:25.111902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.cpcwbs on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:59:13.239 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:59:13.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:13 smithi134 conmon[40421]: cluster 2024-01-21T09:59:12.214872+0000 mgr.smithi118.lddrqf (mgr.14182) 825 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:13.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:13 smithi134 conmon[40421]: audit 2024-01-21T09:59:12.658457+0000 mgr.smithi118.lddrqf (mgr.14182) 826 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:13.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:13 smithi118 conmon[35245]: cluster 2024-01-21T09:59:12.214872+0000 mgr.smithi118.lddrqf (mgr.14182) 825 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:13.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:13 smithi118 conmon[35245]: audit 2024-01-21T09:59:12.658457+0000 mgr.smithi118.lddrqf (mgr.14182) 826 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:14.240 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:59:16.057 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:59:16.058 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:59:16.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:16 smithi118 conmon[35245]: cluster 2024-01-21T09:59:14.215491+0000 mgr.smithi118.lddrqf (mgr.14182) 827 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:16.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:16 smithi118 conmon[35245]: audit 2024-01-21T09:59:15.303422+0000 mon.smithi118 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi134.xqzujb"}]: dispatch 2024-01-21T09:59:16.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:16 smithi134 conmon[40421]: cluster 2024-01-21T09:59:14.215491+0000 mgr.smithi118.lddrqf (mgr.14182) 827 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:16.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:16 smithi134 conmon[40421]: audit 2024-01-21T09:59:15.303422+0000 mon.smithi118 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi134.xqzujb"}]: dispatch 2024-01-21T09:59:16.630 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:59:17.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: cephadm 2024-01-21T09:59:15.302937+0000 mgr.smithi118.lddrqf (mgr.14182) 828 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb 2024-01-21T09:59:17.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb 2024-01-21T09:59:17.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb 2024-01-21T09:59:17.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb 2024-01-21T09:59:17.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: Deploy daemon haproxy.rgw.foo.smithi134.xqzujb ... 2024-01-21T09:59:17.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:59:17.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T09:59:17.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:57:18Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:59:17.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:57:56Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:59:17.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:58:34Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:59:17.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:59:17.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:59:17.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:59:17.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: Traceback (most recent call last): 2024-01-21T09:59:17.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:59:17.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: yield (conn, connr) 2024-01-21T09:59:17.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:59:17.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: code, '\n'.join(err))) 2024-01-21T09:59:17.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: 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-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb 2024-01-21T09:59:17.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb 2024-01-21T09:59:17.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb 2024-01-21T09:59:17.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb 2024-01-21T09:59:17.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: Deploy daemon haproxy.rgw.foo.smithi134.xqzujb ... 2024-01-21T09:59:17.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:59:17.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T09:59:17.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:57:18Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:59:17.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:57:56Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:59:17.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:58:34Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:59:17.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:59:17.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-01-21T09:59:17.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:59:17.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:59:17.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: cephadm 2024-01-21T09:59:15.303123+0000 mgr.smithi118.lddrqf (mgr.14182) 829 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi134.xqzujb 2024-01-21T09:59:17.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: cephadm 2024-01-21T09:59:15.304007+0000 mgr.smithi118.lddrqf (mgr.14182) 830 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb 2024-01-21T09:59:17.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb 2024-01-21T09:59:17.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb 2024-01-21T09:59:17.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb 2024-01-21T09:59:17.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: Deploy daemon haproxy.rgw.foo.smithi134.xqzujb ... 2024-01-21T09:59:17.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:59:17.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T09:59:17.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:57:18Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:59:17.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:57:56Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:59:17.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:58:34Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:59:17.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:59:17.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:59:17.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:59:17.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: cephadm 2024-01-21T09:59:15.305547+0000 mgr.smithi118.lddrqf (mgr.14182) 831 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi118.ecqygf on smithi118 2024-01-21T09:59:17.468 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:17 smithi134 conmon[40421]: audit 2024-01-21T09:59:16.053830+0000 mgr.smithi118.lddrqf (mgr.14182) 832 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:17.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: cephadm 2024-01-21T09:59:15.302937+0000 mgr.smithi118.lddrqf (mgr.14182) 828 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb 2024-01-21T09:59:17.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb 2024-01-21T09:59:17.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb 2024-01-21T09:59:17.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb 2024-01-21T09:59:17.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: Deploy daemon haproxy.rgw.foo.smithi134.xqzujb ... 2024-01-21T09:59:17.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:59:17.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T09:59:17.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:57:18Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:59:17.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:57:56Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:59:17.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:58:34Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:59:17.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:59:17.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:59:17.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:59:17.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: Traceback (most recent call last): 2024-01-21T09:59:17.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:59:17.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: yield (conn, connr) 2024-01-21T09:59:17.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:59:17.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: code, '\n'.join(err))) 2024-01-21T09:59:17.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: 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-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb 2024-01-21T09:59:17.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb 2024-01-21T09:59:17.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb 2024-01-21T09:59:17.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb 2024-01-21T09:59:17.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: Deploy daemon haproxy.rgw.foo.smithi134.xqzujb ... 2024-01-21T09:59:17.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:59:17.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T09:59:17.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:57:18Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:59:17.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:57:56Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:59:17.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:58:34Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:59:17.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:59:17.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-01-21T09:59:17.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:59:17.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:59:17.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: cephadm 2024-01-21T09:59:15.303123+0000 mgr.smithi118.lddrqf (mgr.14182) 829 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi134.xqzujb 2024-01-21T09:59:17.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: cephadm 2024-01-21T09:59:15.304007+0000 mgr.smithi118.lddrqf (mgr.14182) 830 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb 2024-01-21T09:59:17.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb 2024-01-21T09:59:17.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb 2024-01-21T09:59:17.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb 2024-01-21T09:59:17.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: Deploy daemon haproxy.rgw.foo.smithi134.xqzujb ... 2024-01-21T09:59:17.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:59:17.598 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T09:59:17.598 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:57:18Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:59:17.598 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:57:56Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:59:17.598 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:58:34Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T09:59:17.598 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:59:17.598 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T09:59:17.598 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:59:17.598 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: cephadm 2024-01-21T09:59:15.305547+0000 mgr.smithi118.lddrqf (mgr.14182) 831 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi118.ecqygf on smithi118 2024-01-21T09:59:17.598 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:17 smithi118 conmon[35245]: audit 2024-01-21T09:59:16.053830+0000 mgr.smithi118.lddrqf (mgr.14182) 832 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:17.631 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:59:18.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:18 smithi118 conmon[35245]: cluster 2024-01-21T09:59:16.216041+0000 mgr.smithi118.lddrqf (mgr.14182) 833 : 2024-01-21T09:59:18.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:18 smithi118 conmon[35245]: cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:18.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:18 smithi134 conmon[40421]: cluster 2024-01-21T09:59:16.216041+0000 mgr.smithi118.lddrqf (mgr.14182) 833 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:18.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:18 smithi134 conmon[40421]: 2024-01-21T09:59:19.353 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:59:19.353 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:59:19.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:19 smithi134 conmon[40421]: cluster 2024-01-21T09:59:18.216541+0000 mgr.smithi118.lddrqf (mgr.14182) 834 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:19.506 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:19 smithi118 conmon[35245]: cluster 2024-01-21T09:59:18.216541+0000 mgr.smithi118.lddrqf (mgr.14182) 834 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:19.864 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:59:20.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:20 smithi134 conmon[40421]: audit 2024-01-21T09:59:19.349347+0000 mgr.smithi118.lddrqf (mgr.14182) 835 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:20.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:20 smithi118 conmon[35245]: audit 2024-01-21T09:59:19.349347+0000 mgr.smithi118.lddrqf (mgr.14182) 835 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:20.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:20 smithi118 conmon[35245]: 2024-01-21T09:59:20.865 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:59:21.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:21 smithi134 conmon[40421]: cluster 2024-01-21T09:59:20.217070+0000 mgr.smithi118.lddrqf (mgr.14182) 836 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:21.464 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:21 smithi118 conmon[35245]: cluster 2024-01-21T09:59:20.217070+0000 mgr.smithi118.lddrqf (mgr.14182) 836 : cluster 2024-01-21T09:59:21.464 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:21 smithi118 conmon[35245]: [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:22.555 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:59:22.555 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:59:23.046 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:59:23.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:23 smithi118 conmon[35245]: cluster 2024-01-21T09:59:22.217557+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T09:59:23.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:23 smithi118 conmon[35245]: ) 837 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:23.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:23 smithi118 conmon[35245]: audit 2024-01-21T09:59:22.550392+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T09:59:23.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:23 smithi118 conmon[35245]: 838 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:23.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:23 smithi134 conmon[40421]: cluster 2024-01-21T09:59:22.217557+0000 mgr.smithi118.lddrqf (mgr.14182) 837 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:23.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:23 smithi134 conmon[40421]: audit 2024-01-21T09:59:22.550392+0000 mgr.smithi118.lddrqf (mgr.14182) 838 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:24.047 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:59:25.415 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:25 smithi118 conmon[35245]: cluster 2024-01-21T09:59:24.218044+0000 mgr.smithi118.lddrqf (mgr.14182) 839 : cluster 2024-01-21T09:59:25.415 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:25 smithi118 conmon[35245]: [DBG] pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:25.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:25 smithi134 conmon[40421]: cluster 2024-01-21T09:59:24.218044+0000 mgr.smithi118.lddrqf (mgr.14182) 839 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:25.732 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:59:25.732 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:59:26.303 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:59:26.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:26 smithi118 conmon[35245]: audit 2024-01-21T09:59:25.728328+0000 mgr.smithi118.lddrqf (mgr.14182) 840 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:26.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:26 smithi134 conmon[40421]: audit 2024-01-21T09:59:25.728328+0000 mgr.smithi118.lddrqf (mgr.14182) 840 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:27.305 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:59:27.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:27 smithi134 conmon[40421]: cluster 2024-01-21T09:59:26.218760+0000 mgr.smithi118.lddrqf (mgr.14182) 841 : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:27.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:27 smithi118 conmon[35245]: cluster 2024-01-21T09:59:26.218760+0000 mgr.smithi118.lddrqf (mgr.14182) 841 : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:29.050 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:59:29.051 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:59:29.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:29 smithi118 conmon[35245]: cluster 2024-01-21T09:59:28.219310+0000 mgr.smithi118.lddrqf (mgr.14182) 842 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:29.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:29 smithi118 conmon[35245]: audit 2024-01-21T09:59:29.046917+0000 mgr.smithi118.lddrqf (mgr.14182) 843 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:29.646 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:59:29.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:29 smithi134 conmon[40421]: cluster 2024-01-21T09:59:28.219310+0000 mgr.smithi118.lddrqf (mgr.14182) 842 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:29.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:29 smithi134 conmon[40421]: audit 2024-01-21T09:59:29.046917+0000 mgr.smithi118.lddrqf (mgr.14182) 843 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:30.647 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:59:31.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:31 smithi118 conmon[35245]: cluster 2024-01-21T09:59:30.219844+0000 mgr.smithi118.lddrqf (mgr.14182) 844 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:31.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:31 smithi134 conmon[40421]: cluster 2024-01-21T09:59:30.219844+0000 mgr.smithi118.lddrqf (mgr.14182) 844 : cluster 2024-01-21T09:59:31.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:31 smithi134 conmon[40421]: [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:32.480 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:59:32.480 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:59:33.045 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:59:33.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:33 smithi118 conmon[35245]: cluster 2024-01-21T 2024-01-21T09:59:33.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:33 smithi118 conmon[35245]: 09:59:32.220409+0000 mgr.smithi118.lddrqf (mgr.14182) 845 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:33.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:33 smithi118 conmon[35245]: audit 2024-01-21T09:59:32.476008+0000 2024-01-21T09:59:33.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:33 smithi118 conmon[35245]: mgr.smithi118.lddrqf (mgr.14182) 846 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:33.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:33 smithi134 conmon[40421]: cluster 2024-01-21T09:59:32.220409+0000 mgr.smithi118.lddrqf (mgr.14182) 845 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:33.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:33 smithi134 conmon[40421]: audit 2024-01-21T09:59:32.476008+0000 mgr.smithi118.lddrqf (mgr.14182) 846 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:34.047 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:59:35.468 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:35 smithi118 conmon[35245]: cluster 2024-01-21T09:59:34.220969+0000 mgr.smithi118.lddrqf (mgr.14182) 847 : 2024-01-21T09:59:35.468 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:35 smithi118 conmon[35245]: cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:35.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:35 smithi134 conmon[40421]: cluster 2024-01-21T09:59:34.220969+0000 mgr.smithi118.lddrqf (mgr.14182) 847 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:35.783 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:59:35.784 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:59:36.310 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:59:36.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:36 smithi118 conmon[35245]: audit 2024-01-21T09:59:35.780274+0000 mgr.smithi118.lddrqf (mgr.14182) 848 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:36.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:36 smithi134 conmon[40421]: audit 2024-01-21T09:59:35.780274+0000 mgr.smithi118.lddrqf (mgr.14182) 848 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:37.311 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:59:37.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:37 smithi134 conmon[40421]: cluster 2024-01-21T09:59:36.221727+0000 mgr.smithi118.lddrqf (mgr.14182) 849 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:37.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:37 smithi118 conmon[35245]: cluster 2024-01-21T09:59:36.221727+0000 mgr.smithi118.lddrqf (mgr.14182) 849 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:39.022 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:59:39.022 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:59:39.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:39 smithi118 conmon[35245]: cluster 2024-01-21T09:59:38.222178+0000 mgr.smithi118.lddrqf (mgr.14182) 850 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:39.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:39 smithi118 conmon[35245]: audit 2024-01-21T09:59:39.017538+0000 mgr.smithi118.lddrqf (mgr.14182) 851 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:39.544 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:59:39.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:39 smithi134 conmon[40421]: cluster 2024-01-21T09:59:38.222178+0000 mgr.smithi118.lddrqf (mgr.14182) 850 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:39.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:39 smithi134 conmon[40421]: audit 2024-01-21T09:59:39.017538+0000 mgr.smithi118.lddrqf (mgr.14182) 851 2024-01-21T09:59:39.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:39 smithi134 conmon[40421]: : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:40.545 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:59:41.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:41 smithi118 conmon[35245]: cluster 2024-01-21T09:59:40.222859 2024-01-21T09:59:41.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:41 smithi118 conmon[35245]: +0000 mgr.smithi118.lddrqf (mgr.14182) 852 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:41.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:41 smithi134 conmon[40421]: cluster 2024-01-21T09:59:40.222859+0000 mgr.smithi118.lddrqf (mgr.14182) 852 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:42.267 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:59:42.267 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:59:42.784 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:59:43.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:43 smithi118 conmon[35245]: cluster 2024-01-21T09:59:42.223347+0000 mgr.smithi118.lddrqf (mgr.14182) 853 : cluster [DBG] 2024-01-21T09:59:43.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:43 smithi118 conmon[35245]: pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:43.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:43 smithi118 conmon[35245]: audit 2024-01-21T09:59:42.262663+0000 mgr.smithi118.lddrqf (mgr.14182) 854 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:43.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:43 smithi134 conmon[40421]: cluster 2024-01-21T09:59:42.223347+0000 mgr.smithi118.lddrqf (mgr.14182) 853 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:43.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:43 smithi134 conmon[40421]: audit 2024-01-21T09:59:42.262663+0000 mgr.smithi118.lddrqf (mgr.14182) 854 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:43.785 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:59:45.462 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:59:45.462 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:59:45.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:45 smithi118 conmon[35245]: cluster 2024-01-21T09:59:44.223784+0000 mgr.smithi118.lddrqf (mgr.14182) 855 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:45.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:45 smithi134 conmon[40421]: cluster 2024-01-21T09:59:44.223784+0000 mgr.smithi118.lddrqf (mgr.14182) 855 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:46.001 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:59:46.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:46 smithi118 conmon[35245]: audit 2024-01-21T09:59:45.458026+0000 mgr.smithi118.lddrqf (mgr. 2024-01-21T09:59:46.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:46 smithi118 conmon[35245]: 14182) 856 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:46.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:46 smithi134 conmon[40421]: audit 2024-01-21T09:59:45.458026+0000 mgr.smithi118.lddrqf (mgr.14182) 856 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:47.002 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:59:47.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:47 smithi134 conmon[40421]: cluster 2024-01-21T09:59:46.224332+0000 mgr.smithi118.lddrqf (mgr.14182) 857 : cluster 2024-01-21T09:59:47.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:47 smithi134 conmon[40421]: [DBG] pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:47.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:47 smithi118 conmon[35245]: cluster 2024-01-21T09:59:46.224332+0000 mgr.smithi118.lddrqf (mgr.14182) 857 2024-01-21T09:59:47.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:47 smithi118 conmon[35245]: : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:48.750 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:59:48.750 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:59:49.325 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:59:49.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:49 smithi118 conmon[35245]: cluster 2024-01-21T09:59:48.224764+0000 mgr.smithi118.lddrqf (mgr.14182) 858 : cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:49.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:49 smithi118 conmon[35245]: audit 2024-01-21T09:59:48.746539+0000 mgr.smithi118.lddrqf (mgr.14182) 859 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:49.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:49 smithi134 conmon[40421]: cluster 2024-01-21T09:59:48.224764+0000 mgr.smithi118.lddrqf (mgr.14182) 858 : cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:49.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:49 smithi134 conmon[40421]: audit 2024-01-21T09:59:48.746539+0000 mgr.smithi118.lddrqf (mgr.14182) 859 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:50.326 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:59:51.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:51 smithi118 conmon[35245]: cluster 2024-01-21T09:59:50.225396+0000 mgr.smithi118.lddrqf (mgr.14182) 860 : 2024-01-21T09:59:51.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:51 smithi118 conmon[35245]: cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:51.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:51 smithi134 conmon[40421]: cluster 2024-01-21T09:59:50.225396+0000 mgr.smithi118.lddrqf (mgr.14182) 860 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:52.030 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:59:52.030 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:59:52.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:52 smithi118 conmon[35245]: audit 2024-01-21T09:59:52.025695+0000 mgr.smithi118.lddrqf (mgr.14182) 861 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:52.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:52 smithi134 conmon[40421]: audit 2024-01-21T09:59:52.025695+0000 mgr.smithi118.lddrqf (mgr.14182) 861 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:52.600 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:59:53.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:53 smithi134 conmon[40421]: cluster 2024-01-21T09:59:52.225954+0000 mgr.smithi118.lddrqf (mgr.14182) 862 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:53.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:53 smithi118 conmon[35245]: cluster 2024-01-21T09:59:52.225954+0000 mgr.smithi118.lddrqf (mgr. 2024-01-21T09:59:53.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:53 smithi118 conmon[35245]: 14182) 862 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:53.601 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:59:55.328 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:59:55.329 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:59:55.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:55 smithi118 conmon[35245]: cluster 2024-01-21T09:59:54.226373+0000 mgr.smithi118.lddrqf (mgr.14182) 863 : cluster [DBG] pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:55.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:55 smithi134 conmon[40421]: cluster 2024-01-21T09:59:54.226373+0000 mgr.smithi118.lddrqf (mgr.14182) 863 : cluster [DBG] pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:55.866 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:59:56.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:56 smithi118 conmon[35245]: audit 2024-01-21T09:59:55.324323+0000 mgr.smithi118.lddrqf (mgr.14182) 864 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:56.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:56 smithi118 conmon[35245]: 2024-01-21T09:59:56.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:56 smithi134 conmon[40421]: audit 2024-01-21T09:59:55.324323+0000 mgr.smithi118.lddrqf (mgr.14182) 864 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:56.866 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:59:57.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:57 smithi134 conmon[40421]: cluster 2024-01-21T09:59:56.227051+0000 mgr.smithi118.lddrqf (mgr.14182) 865 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:57.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:57 smithi118 conmon[35245]: cluster 2024-01-21T09:59:56.227051+0000 mgr.smithi118.lddrqf (mgr 2024-01-21T09:59:57.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:57 smithi118 conmon[35245]: .14182) 865 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:58.597 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T09:59:58.597 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T09:59:59.156 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T09:59:59.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:59 smithi118 conmon[35245]: cluster 2024-01-21T09:59:58.227482+0000 mgr.smithi118.lddrqf (mgr.14182) 866 : cluster [DBG] pgmap v558: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:59.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 09:59:59 smithi118 conmon[35245]: audit 2024-01-21T09:59:58.593127+0000 mgr.smithi118.lddrqf (mgr.14182) 867 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:59:59.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:59 smithi134 conmon[40421]: cluster 2024-01-21T09:59:58.227482+0000 mgr.smithi118.lddrqf (mgr.14182) 866 : cluster [DBG] pgmap v558: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T09:59:59.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 09:59:59 smithi134 conmon[40421]: audit 2024-01-21T09:59:58.593127+0000 mgr.smithi118.lddrqf (mgr.14182) 867 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:00.158 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:00:00.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:00 smithi118 conmon[35245]: cluster 2024-01-21T10:00:00.000197+0000 mon.smithi118 (mon.0) 698 : cluster [INF] overall HEALTH_OK 2024-01-21T10:00:00.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:00 smithi118 conmon[35245]: 2024-01-21T10:00:00.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:00 smithi134 conmon[40421]: cluster 2024-01-21T10:00:00.000197+0000 mon.smithi118 (mon.0) 698 : cluster [INF] overall HEALTH_OK 2024-01-21T10:00:01.560 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:01 smithi118 conmon[35245]: cluster 2024-01-21T10:00:00.227989+0000 mgr.smithi118.lddrqf (mgr.14182) 868 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:01.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:01 smithi134 conmon[40421]: cluster 2024-01-21T10:00:00.227989+0000 mgr.smithi118.lddrqf (mgr.14182) 868 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:01.864 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:00:01.864 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:00:02.431 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:00:02.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:02 smithi118 conmon[35245]: audit 2024-01-21T10:00:01.860480+0000 mgr.smithi118.lddrqf (mgr.14182) 869 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:02.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:02 smithi134 conmon[40421]: audit 2024-01-21T10:00:01.860480+0000 mgr.smithi118.lddrqf (mgr.14182) 869 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:03.433 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:00:03.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:03 smithi118 conmon[35245]: cluster 2024-01-21T10:00:02.228438+0000 mgr.smithi118.lddrqf (mgr.14182) 870 : cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:03.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:03 smithi134 conmon[40421]: cluster 2024-01-21T10:00:02.228438+0000 mgr.smithi118.lddrqf (mgr.14182) 870 : cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:05.156 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:00:05.156 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:00:05.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:05 smithi118 conmon[35245]: cluster 2024-01-21T10:00:04.229128+0000 mgr.smithi118.lddrqf (mgr.14182) 871 : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:05.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:05 smithi118 conmon[35245]: audit 2024-01-21T10:00:05.151966+0000 mgr.smithi118.lddrqf (mgr.14182) 872 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:05.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:05 smithi134 conmon[40421]: cluster 2024-01-21T10:00:04.229128+0000 mgr.smithi118.lddrqf (mgr.14182) 871 : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:05.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:05 smithi134 conmon[40421]: audit 2024-01-21T10:00:05.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:05 smithi134 conmon[40421]: 2024-01-21T10:00:05.151966+0000 mgr.smithi118.lddrqf (mgr.14182) 872 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:05.732 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:00:06.733 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:00:07.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:07 smithi134 conmon[40421]: cluster 2024-01-21T10:00:06.229693+0000 mgr.smithi118.lddrqf (mgr.14182) 873 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:07.498 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:07 smithi118 conmon[35245]: cluster 2024-01-21T10:00:06.229693+0000 mgr.smithi118.lddrqf (mgr.14182) 873 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:07.498 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:07 smithi118 conmon[35245]: 2024-01-21T10:00:08.516 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:00:08.516 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:00:09.081 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:00:09.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:09 smithi118 conmon[35245]: cluster 2024-01-21T10:00:08.230229+0000 mgr.smithi118.lddrqf (mgr.14182) 874 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:09.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:09 smithi118 conmon[35245]: audit 2024-01-21T10:00:08.511880+0000 mgr.smithi118.lddrqf (mgr.14182) 875 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:09.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:09 smithi134 conmon[40421]: cluster 2024-01-21T10:00:08.230229+0000 mgr.smithi118.lddrqf (mgr.14182) 874 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:09.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:09 smithi134 conmon[40421]: audit 2024-01-21T10:00:08.511880+0000 mgr.smithi118.lddrqf (mgr.14182) 875 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:10.083 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:00:11.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:11 smithi134 conmon[40421]: cluster 2024-01-21T10:00:10.230711+0000 mgr.smithi118.lddrqf (mgr.14182) 876 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:11.474 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:11 smithi118 conmon[35245]: cluster 2024-01-21T10:00:10.230711+0000 mgr.smithi118.lddrqf (mgr.14182) 876 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:11.474 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:11 smithi118 conmon[35245]: 2024-01-21T10:00:11.788 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:00:11.788 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:00:12.346 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:00:12.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:12 smithi134 conmon[40421]: audit 2024-01-21T10:00:11.784602+0000 mgr.smithi118.lddrqf (mgr.14182) 877 : 2024-01-21T10:00:12.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:12 smithi134 conmon[40421]: audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:12.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:12 smithi118 conmon[35245]: audit 2024-01-21T10:00:11.784602+0000 mgr.smithi118.lddrqf (mgr.14182) 877 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:13.348 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:00:13.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:13 smithi134 conmon[40421]: cluster 2024-01-21T10:00:12.231122+0000 mgr.smithi118.lddrqf (mgr.14182) 878 : cluster [DBG] pgmap v565: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:13.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:13 smithi118 conmon[35245]: cluster 2024-01-21T10:00:12.231122+0000 mgr.smithi118.lddrqf (mgr.14182) 878 : cluster [DBG] pgmap v565: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:15.016 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:00:15.017 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:00:15.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:15 smithi118 conmon[35245]: cluster 2024-01-21T10:00:14.231617+0000 mgr.smithi118.lddrqf (mgr.14182) 879 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:15.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:15 smithi118 conmon[35245]: audit 2024-01-21T10:00:15.012434+0000 mgr.smithi118.lddrqf (mgr.14182) 880 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:15.495 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:00:15.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:15 smithi134 conmon[40421]: cluster 2024-01-21T10:00:14.231617+0000 mgr.smithi118.lddrqf (mgr.14182) 879 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:15.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:15 smithi134 conmon[40421]: audit 2024-01-21T10:00:15.012434+0000 mgr.smithi118.lddrqf (mgr.14182) 880 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:16.496 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:00:17.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:17 smithi134 conmon[40421]: cluster 2024-01-21T10:00:16.232167+0000 mgr.smithi118.lddrqf (mgr.14182) 881 : cluster 2024-01-21T10:00:17.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:17 smithi134 conmon[40421]: [DBG] pgmap v567: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:17.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:17 smithi118 conmon[35245]: cluster 2024-01-21T10:00:16 2024-01-21T10:00:17.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:17 smithi118 conmon[35245]: .232167+0000 mgr.smithi118.lddrqf (mgr.14182) 881 : cluster [DBG] pgmap v567: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:18.163 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:00:18.163 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:00:18.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:18 smithi118 conmon[35245]: audit 2024-01-21T10:00:18.158957+0000 mgr.smithi118.lddrqf (mgr.14182) 882 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:18.712 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:00:18.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:18 smithi134 conmon[40421]: audit 2024-01-21T10:00:18.158957+0000 mgr.smithi118.lddrqf (mgr.14182) 882 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:19.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:19 smithi118 conmon[35245]: cluster 2024-01-21T10:00:18.232617+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T10:00:19.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:19 smithi118 conmon[35245]: 883 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:19.712 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:00:19.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:19 smithi134 conmon[40421]: cluster 2024-01-21T10:00:18.232617+0000 mgr.smithi118.lddrqf (mgr.14182) 883 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:21.222 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:21 smithi118 conmon[35245]: cluster 2024-01-21T10:00:20.233174+0000 mgr.smithi118.lddrqf (mgr.14182) 884 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:21.223 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:21 smithi118 conmon[35245]: 2024-01-21T10:00:21.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:21 smithi134 conmon[40421]: cluster 2024-01-21T10:00:20.233174+0000 mgr.smithi118.lddrqf (mgr.14182) 884 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:21.533 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:00:21.534 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:00:22.121 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:00:22.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:22 smithi134 conmon[40421]: audit 2024-01-21T10:00:21.529844+0000 mgr.smithi118.lddrqf (mgr.14182) 885 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:22.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:22 smithi118 conmon[35245]: audit 2024-01-21T10:00:21.529844+0000 mgr.smithi118.lddrqf (mgr.14182) 885 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:23.121 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:00:23.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:23 smithi134 conmon[40421]: cluster 2024-01-21T10:00:22.233557+0000 mgr.smithi118.lddrqf (mgr.14182) 886 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:23.545 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:23 smithi118 conmon[35245]: cluster 2024-01-21T10:00:22.233557+0000 mgr.smithi118.lddrqf (mgr.14182) 886 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:23.545 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:23 smithi118 conmon[35245]: 2024-01-21T10:00:24.843 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:00:24.843 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:00:25.419 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:00:25.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:25 smithi118 conmon[35245]: cluster 2024-01-21T10:00:24.233989+0000 mgr.smithi118.lddrqf (mgr.14182) 887 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:25.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:25 smithi118 conmon[35245]: audit 2024-01-21T10:00:24.838650+0000 mgr.smithi118.lddrqf (mgr.14182) 888 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:25.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:25 smithi134 conmon[40421]: cluster 2024-01-21T10:00:24.233989+0000 mgr.smithi118.lddrqf (mgr.14182) 887 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:25.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:25 smithi134 conmon[40421]: audit 2024-01-21T10:00:24.838650+0000 mgr.smithi118.lddrqf (mgr.14182) 888 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:26.421 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:00:27.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:27 smithi134 conmon[40421]: cluster 2024-01-21T10:00:26.234707+0000 mgr.smithi118.lddrqf (mgr.14182) 889 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:27.533 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:27 smithi118 conmon[35245]: cluster 2024-01-21T10:00:26.234707+0000 mgr.smithi118.lddrqf (mgr.14182) 889 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:28.131 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:00:28.132 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:00:28.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:28 smithi118 conmon[35245]: audit 2024-01-21T10:00:28.127472+0000 mgr.smithi118.lddrqf (mgr.14182) 890 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:28.685 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:00:28.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:28 smithi134 conmon[40421]: audit 2024-01-21T10:00:28.127472+0000 mgr.smithi118.lddrqf (mgr.14182) 890 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:29.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:29 smithi134 conmon[40421]: cluster 2024-01-21T10:00:28.235116+0000 mgr.smithi118.lddrqf (mgr.14182) 891 : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:29.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:29 smithi134 conmon[40421]: 2024-01-21T10:00:29.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:29 smithi118 conmon[35245]: cluster 2024-01-21T10:00:28.235116+0000 mgr.smithi118.lddrqf (mgr.14182) 891 : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:29.686 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:00:31.446 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:00:31.446 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:00:31.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:31 smithi134 conmon[40421]: cluster 2024-01-21T10:00:30.235617+0000 mgr.smithi118.lddrqf (mgr.14182) 892 : cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:31.467 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:31 smithi118 conmon[35245]: cluster 2024-01-21T10:00:30.235617+0000 mgr.smithi118.lddrqf (mgr.14182) 892 : cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:31.985 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:00:32.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:32 smithi118 conmon[35245]: audit 2024-01-21T10:00:31.442179+0000 mgr.smithi118.lddrqf (mgr.14182) 893 2024-01-21T10:00:32.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:32 smithi118 conmon[35245]: : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:32.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:32 smithi134 conmon[40421]: audit 2024-01-21T10:00:31.442179+0000 mgr.smithi118.lddrqf (mgr.14182) 893 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:32.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:32 smithi134 conmon[40421]: 2024-01-21T10:00:32.987 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:00:33.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:33 smithi134 conmon[40421]: cluster 2024-01-21T10:00:32.236113+0000 mgr.smithi118.lddrqf (mgr.14182) 894 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:33.471 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:33 smithi118 conmon[35245]: cluster 2024-01-21T10:00:32. 2024-01-21T10:00:33.472 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:33 smithi118 conmon[35245]: 236113+0000 mgr.smithi118.lddrqf (mgr.14182) 894 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:34.658 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:00:34.658 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:00:35.168 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:00:35.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:35 smithi118 conmon[35245]: cluster 2024-01-21T10:00:34.236701+0000 mgr.smithi118.lddrqf (mgr.14182) 895 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:35.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:35 smithi118 conmon[35245]: audit 2024-01-21T10:00:34.654133+0000 mgr.smithi118.lddrqf (mgr.14182) 896 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:35.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:35 smithi134 conmon[40421]: cluster 2024-01-21T10:00:34.236701+0000 mgr.smithi118.lddrqf (mgr.14182) 895 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:35.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:35 smithi134 conmon[40421]: 2024-01-21T10:00:35.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:35 smithi134 conmon[40421]: audit 2024-01-21T10:00:34.654133+0000 mgr.smithi118.lddrqf (mgr.14182) 896 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:36.169 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:00:37.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:37 smithi134 conmon[40421]: cluster 2024-01-21T10:00:36.237288+0000 mgr.smithi118.lddrqf (mgr.14182) 897 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:37.516 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:37 smithi118 conmon[35245]: cluster 2024-01-21T10:00:36.237288+0000 mgr.smithi118.lddrqf (mgr.14182) 897 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:37.850 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:00:37.850 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:00:38.433 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:00:38.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:38 smithi118 conmon[35245]: audit 2024-01-21T10:00:37.846349+0000 mgr.smithi118.lddrqf (mgr.14182) 898 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:38.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:38 smithi134 conmon[40421]: audit 2024-01-21T10:00:37.846349+0000 mgr.smithi118.lddrqf (mgr.14182) 898 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:38.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:38 smithi134 conmon[40421]: 2024-01-21T10:00:39.435 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:00:39.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:39 smithi118 conmon[35245]: cluster 2024-01-21T10:00:38.237736+0000 mgr.smithi118.lddrqf (mgr.14182) 899 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:39.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:39 smithi134 conmon[40421]: cluster 2024-01-21T10:00:38.237736+0000 mgr.smithi118.lddrqf (mgr.14182) 899 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:41.155 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:00:41.155 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:00:41.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:41 smithi134 conmon[40421]: cluster 2024-01-21T10:00:40.238315+0000 mgr.smithi118.lddrqf (mgr.14182) 900 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:41.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:41 smithi134 conmon[40421]: 2024-01-21T10:00:41.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:41 smithi134 conmon[40421]: audit 2024-01-21T10:00:41.150867+0000 mgr.smithi118.lddrqf (mgr.14182) 901 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:41.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:41 smithi118 conmon[35245]: cluster 2024-01-21T10:00:40.238315+0000 mgr.smithi118.lddrqf (mgr.14182) 900 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:41.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:41 smithi118 conmon[35245]: audit 2024-01-21T10:00:41.150867+0000 mgr.smithi118.lddrqf (mgr.14182) 901 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:41.748 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:00:42.750 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:00:43.551 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:43 smithi118 conmon[35245]: cluster 2024-01-21T10:00:42.238855+0000 mgr.smithi118.lddrqf (mgr.14182) 902 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:43.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:43 smithi134 conmon[40421]: cluster 2024-01-21T10:00:42.238855+0000 mgr.smithi118.lddrqf (mgr.14182) 902 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:44.492 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:00:44.492 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:00:44.981 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:00:45.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:45 smithi118 conmon[35245]: cluster 2024-01-21T10:00:44.239343+0000 mgr.smithi118.lddrqf (mgr.14182) 903 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:45.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:45 smithi118 conmon[35245]: audit 2024-01-21T10:00:44.488665+0000 mgr.smithi118.lddrqf (mgr.14182) 904 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:45.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:45 smithi134 conmon[40421]: cluster 2024-01-21T10:00:44.239343+0000 mgr.smithi118.lddrqf (mgr.14182) 903 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:45.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:45 smithi134 conmon[40421]: audit 2024-01-21T10:00:44.488665+0000 mgr.smithi118.lddrqf (mgr.14182) 904 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:45.983 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:00:47.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:47 smithi118 conmon[35245]: cluster 2024-01-21T10:00:46.239891+0000 mgr.smithi118.lddrqf (mgr.14182) 905 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:47.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:47 smithi134 conmon[40421]: cluster 2024-01-21T10:00:46.239891+0000 mgr.smithi118.lddrqf (mgr.14182) 905 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:47.631 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:00:47.632 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:00:48.090 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:00:48.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:48 smithi118 conmon[35245]: audit 2024-01-21T10:00:47.627653+0000 mgr.smithi118.lddrqf (mgr.14182) 906 : audit 2024-01-21T10:00:48.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:48 smithi118 conmon[35245]: [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:48.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:48 smithi134 conmon[40421]: audit 2024-01-21T10:00:47.627653+0000 mgr.smithi118.lddrqf (mgr.14182) 906 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:49.090 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:00:49.508 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:49 smithi118 conmon[35245]: cluster 2024-01-21T10:00:48.240448+0000 mgr.smithi118.lddrqf (mgr. 2024-01-21T10:00:49.508 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:49 smithi118 conmon[35245]: 14182) 907 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:49.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:49 smithi134 conmon[40421]: cluster 2024-01-21T10:00:48.240448+0000 mgr.smithi118.lddrqf (mgr.14182) 907 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:50.884 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:00:50.884 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:00:51.389 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:00:51.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:51 smithi134 conmon[40421]: cluster 2024-01-21T10:00:50.240912+0000 mgr.smithi118.lddrqf (mgr.14182) 908 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:51.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:51 smithi134 conmon[40421]: audit 2024-01-21T10:00:50.880099+0000 mgr.smithi118.lddrqf (mgr.14182) 909 : audit 2024-01-21T10:00:51.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:51 smithi134 conmon[40421]: [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:51.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:51 smithi118 conmon[35245]: cluster 2024-01-21T10:00:50.240912+0000 mgr.smithi118.lddrqf (mgr.14182) 908 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:51.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:51 smithi118 conmon[35245]: audit 2024-01-21T10:00:50.880099+0000 mgr.smithi118.lddrqf (mgr.14182) 909 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:52.390 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:00:53.546 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:53 smithi118 conmon[35245]: cluster 2024-01-21T10:00:52.241653+0000 mgr.smithi118.lddrqf (mgr.14182) 910 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:53.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:53 smithi134 conmon[40421]: cluster 2024-01-21T10:00:52.241653+0000 mgr.smithi118.lddrqf (mgr.14182) 910 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:54.122 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:00:54.122 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:00:54.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:54 smithi118 conmon[35245]: audit 2024-01-21T10:00:54.117875+0000 mgr.smithi118.lddrqf (mgr.14182) 911 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:54.656 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:00:54.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:54 smithi134 conmon[40421]: audit 2024-01-21T10:00:54.117875+0000 mgr.smithi118.lddrqf (mgr.14182) 911 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:55.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:55 smithi118 conmon[35245]: cluster 2024-01-21T10:00:54.242152+0000 mgr.smithi118.lddrqf (mgr.14182) 912 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:55.657 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:00:55.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:55 smithi134 conmon[40421]: cluster 2024-01-21T10:00:54.242152+0000 mgr.smithi118.lddrqf (mgr.14182) 912 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:57.374 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:00:57.374 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:00:57.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:57 smithi134 conmon[40421]: cluster 2024-01-21T10:00:56.242728+0000 mgr.smithi118.lddrqf (mgr.14182) 913 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:57.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:57 smithi118 conmon[35245]: cluster 2024-01-21T10:00:56.242728+0000 mgr.smithi118.lddrqf (mgr.14182) 913 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:57.871 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:00:58.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:58 smithi118 conmon[35245]: audit 2024-01-21T10:00:57.370132+0000 mgr.smithi118.lddrqf (mgr.14182) 914 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:58.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:58 smithi134 conmon[40421]: audit 2024-01-21T10:00:57.370132+0000 mgr.smithi118.lddrqf (mgr.14182) 914 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:00:58.872 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:00:59.581 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:59 smithi118 conmon[35245]: cluster 2024-01-21T10:00:58.243162+0000 mgr.smithi118.lddrqf (mgr.14182) 915 2024-01-21T10:00:59.582 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:00:59 smithi118 conmon[35245]: : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:00:59.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:00:59 smithi134 conmon[40421]: cluster 2024-01-21T10:00:58.243162+0000 mgr.smithi118.lddrqf (mgr.14182) 915 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:00.506 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:01:00.506 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:01:00.996 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:01:01.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:01 smithi118 conmon[35245]: cluster 2024-01-21T10:01:00.243600+0000 mgr.smithi118.lddrqf (mgr.14182) 916 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:01.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:01 smithi118 conmon[35245]: audit 2024-01-21T10:01:00.501966+0000 mgr.smithi118.lddrqf (mgr.14182) 917 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:01.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:01 smithi134 conmon[40421]: cluster 2024-01-21T10:01:00.243600+0000 mgr.smithi118.lddrqf (mgr.14182) 916 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:01.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:01 smithi134 conmon[40421]: audit 2024-01-21T10:01:00.501966+0000 mgr.smithi118.lddrqf (mgr.14182) 917 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:01.997 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:01:03.377 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:03 smithi118 conmon[35245]: cluster 2024-01-21T10:01:02.244108+0000 mgr.smithi118.lddrqf (mgr.14182) 918 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:03.694 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:01:03.695 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:01:03.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:03 smithi134 conmon[40421]: cluster 2024-01-21T10:01:02.244108+0000 mgr.smithi118.lddrqf (mgr.14182) 918 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:04.263 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:01:04.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:04 smithi118 conmon[35245]: audit 2024-01-21T10:01:03.691046+0000 mgr.smithi118.lddrqf (mgr.14182) 919 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:04.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:04 smithi134 conmon[40421]: audit 2024-01-21T10:01:03.691046+0000 mgr.smithi118.lddrqf (mgr.14182) 919 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:05.264 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:01:05.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:05 smithi118 conmon[35245]: cluster 2024-01-21T10:01:04.244625+0000 mgr.smithi118.lddrqf (mgr.14182) 920 : cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:05.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:05 smithi134 conmon[40421]: cluster 2024-01-21T10:01:04.244625+0000 mgr.smithi118.lddrqf (mgr.14182) 920 : cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:07.002 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:01:07.002 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:01:07.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:07 smithi134 conmon[40421]: cluster 2024-01-21T10:01:06.245329+0000 mgr.smithi118.lddrqf (mgr.14182) 921 : cluster 2024-01-21T10:01:07.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:07 smithi134 conmon[40421]: [DBG] pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:07.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:07 smithi134 conmon[40421]: audit 2024-01-21T10:01:06.998079+0000 mgr.smithi118.lddrqf (mgr.14182) 922 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:07.545 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:01:07.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:07 smithi118 conmon[35245]: cluster 2024-01-21T10:01:06.245329+0000 mgr.smithi118.lddrqf (mgr.14182) 921 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:07.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:07 smithi118 conmon[35245]: audit 2024-01-21T10:01:06.998079+0000 mgr.smithi118.lddrqf (mgr.14182) 922 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:08.547 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:01:09.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:09 smithi118 conmon[35245]: cluster 2024-01-21T10:01:08.245906+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T10:01:09.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:09 smithi118 conmon[35245]: ) 923 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:09.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:09 smithi134 conmon[40421]: cluster 2024-01-21T10:01:08.245906+0000 mgr.smithi118.lddrqf (mgr.14182) 923 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:10.319 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:01:10.319 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:01:10.811 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:01:11.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:11 smithi118 conmon[35245]: cluster 2024-01-21T10:01:10.246397+0000 mgr.smithi118.lddrqf (mgr.14182) 924 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:11.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:11 smithi118 conmon[35245]: audit 2024-01-21T10:01:10.314894+0000 mgr.smithi118.lddrqf (mgr.14182) 925 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:11.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:11 smithi134 conmon[40421]: cluster 2024-01-21T10:01:10.246397+0000 mgr.smithi118.lddrqf (mgr.14182) 924 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:11.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:11 smithi134 conmon[40421]: audit 2024-01-21T10:01:10.314894+0000 mgr.smithi118.lddrqf (mgr.14182) 925 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:11.812 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:01:13.536 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:01:13.536 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:01:13.560 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:13 smithi118 conmon[35245]: cluster 2024-01-21T10:01:12.246834+0000 mgr.smithi118.lddrqf (mgr.14182) 926 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:13.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:13 smithi134 conmon[40421]: cluster 2024-01-21T10:01:12.246834+0000 mgr.smithi118.lddrqf (mgr.14182) 926 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:14.077 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:01:14.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:14 smithi118 conmon[35245]: audit 2024-01-21T10:01:13.531883+0000 mgr.smithi118.lddrqf (mgr.14182) 927 : audit [DBG] 2024-01-21T10:01:14.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:14 smithi118 conmon[35245]: from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:14.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:14 smithi134 conmon[40421]: audit 2024-01-21T10:01:13.531883+0000 mgr.smithi118.lddrqf (mgr.14182) 927 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:15.078 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:01:15.513 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:15 smithi118 conmon[35245]: cluster 2024-01-21T10:01:14.247256+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T10:01:15.513 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:15 smithi118 conmon[35245]: ) 928 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:15.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:15 smithi134 conmon[40421]: cluster 2024-01-21T10:01:14.247256+0000 mgr.smithi118.lddrqf (mgr.14182) 928 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:16.768 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:01:16.768 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:01:17.344 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:01:17.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:17 smithi134 conmon[40421]: cluster 2024-01-21T10:01:16.247712+0000 mgr.smithi118.lddrqf (mgr.14182) 929 : cluster [DBG] 2024-01-21T10:01:17.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:17 smithi134 conmon[40421]: pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:17.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:17 smithi134 conmon[40421]: audit 2024-01-21T10:01:16.763778+0000 mgr.smithi118.lddrqf (mgr.14182) 930 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:17.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:17 smithi118 conmon[35245]: cluster 2024-01-21T10:01:16.247712+0000 mgr.smithi118.lddrqf (mgr.14182) 929 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:17.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:17 smithi118 conmon[35245]: audit 2024-01-21T10:01:16.763778+0000 mgr.smithi118.lddrqf (mgr.14182) 930 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:18.345 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:01:19.525 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:19 smithi118 conmon[35245]: cluster 2024-01-21T10:01:18.248166+0000 mgr.smithi118.lddrqf (mgr.14182) 931 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:19.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:19 smithi134 conmon[40421]: cluster 2024-01-21T10:01:18.248166+0000 mgr.smithi118.lddrqf (mgr.14182) 931 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:20.118 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:01:20.119 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:01:20.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:20 smithi118 conmon[35245]: audit 2024-01-21T10:01:20.114605+0000 mgr.smithi118.lddrqf (mgr.14182) 932 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:20.652 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:01:20.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:20 smithi134 conmon[40421]: audit 2024-01-21T10:01:20.114605+0000 mgr.smithi118.lddrqf (mgr.14182) 932 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:21.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:21 smithi118 conmon[35245]: cluster 2024-01-21T10:01:20.248607+0000 mgr.smithi118.lddrqf (mgr.14182) 933 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:21.654 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:01:21.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:21 smithi134 conmon[40421]: cluster 2024-01-21T10:01:20.248607+0000 mgr.smithi118.lddrqf (mgr.14182) 933 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:23.352 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:01:23.352 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:01:23.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:23 smithi118 conmon[35245]: cluster 2024-01-21T10:01:22.249045+0000 mgr.smithi118.lddrqf (mgr.14182) 934 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:23.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:23 smithi134 conmon[40421]: cluster 2024-01-21T10:01:22.249045+0000 mgr.smithi118.lddrqf (mgr.14182) 934 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:23.826 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:01:24.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:24 smithi118 conmon[35245]: audit 2024-01-21T10:01:23.348283+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T10:01:24.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:24 smithi118 conmon[35245]: ) 935 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:24.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:24 smithi134 conmon[40421]: audit 2024-01-21T10:01:23.348283+0000 mgr.smithi118.lddrqf (mgr.14182) 935 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:24.827 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:01:25.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:25 smithi118 conmon[35245]: cluster 2024-01-21T10:01:24.249736+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T10:01:25.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:25 smithi118 conmon[35245]: ) 936 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:25.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:25 smithi134 conmon[40421]: cluster 2024-01-21T10:01:24.249736+0000 mgr.smithi118.lddrqf (mgr.14182) 936 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:26.517 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:01:26.517 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:01:27.050 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:01:27.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:27 smithi134 conmon[40421]: cluster 2024-01-21T10:01:26.250340+0000 mgr.smithi118.lddrqf (mgr.14182) 937 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:27.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:27 smithi134 conmon[40421]: 2024-01-21T10:01:27.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:27 smithi134 conmon[40421]: audit 2024-01-21T10:01:26.512433+0000 mgr.smithi118.lddrqf (mgr.14182) 938 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:27.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:27 smithi118 conmon[35245]: cluster 2024-01-21T10:01:26.250340+0000 mgr.smithi118.lddrqf (mgr.14182) 937 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:27.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:27 smithi118 conmon[35245]: audit 2024-01-21T10:01:26.512433+0000 mgr.smithi118.lddrqf (mgr.14182) 938 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:28.051 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:01:29.511 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:29 smithi118 conmon[35245]: cluster 2024-01-21T10:01:28.250764+0000 mgr.smithi118.lddrqf (mgr.14182) 939 : cluster 2024-01-21T10:01:29.511 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:29 smithi118 conmon[35245]: [DBG] pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:29.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:29 smithi134 conmon[40421]: cluster 2024-01-21T10:01:28.250764+0000 mgr.smithi118.lddrqf (mgr.14182) 939 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:29.832 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:01:29.833 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:01:30.334 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:01:30.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:30 smithi118 conmon[35245]: audit 2024-01-21T10:01:29.828888+0000 mgr.smithi118.lddrqf (mgr.14182) 940 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:30.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:30 smithi134 conmon[40421]: audit 2024-01-21T10:01:29.828888+0000 mgr.smithi118.lddrqf (mgr.14182) 940 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:31.335 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:01:31.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:31 smithi118 conmon[35245]: cluster 2024-01-21T10:01:30.251420+0000 mgr.smithi118.lddrqf (mgr.14182) 941 : cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:31.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:31 smithi134 conmon[40421]: cluster 2024-01-21T10:01:30.251420+0000 mgr.smithi118.lddrqf (mgr.14182) 941 : cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:33.040 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:01:33.040 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:01:33.542 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:01:33.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:33 smithi118 conmon[35245]: cluster 2024-01-21T10:01:32.251928+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T10:01:33.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:33 smithi118 conmon[35245]: 942 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:33.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:33 smithi118 conmon[35245]: audit 2024-01-21T10:01:33.036475+0000 mgr.smithi118.lddrqf (mgr.14182) 943 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:33.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:33 smithi134 conmon[40421]: cluster 2024-01-21T10:01:32.251928+0000 mgr.smithi118.lddrqf (mgr.14182) 942 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:33.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:33 smithi134 conmon[40421]: audit 2024 2024-01-21T10:01:33.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:33 smithi134 conmon[40421]: -01-21T10:01:33.036475+0000 mgr.smithi118.lddrqf (mgr.14182) 943 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:34.542 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:01:35.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:35 smithi118 conmon[35245]: cluster 2024-01-21T10:01:34.252410+0000 mgr.smithi118.lddrqf ( 2024-01-21T10:01:35.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:35 smithi118 conmon[35245]: mgr.14182) 944 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:35.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:35 smithi134 conmon[40421]: cluster 2024-01-21T10:01:34.252410+0000 mgr.smithi118.lddrqf (mgr.14182) 944 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:36.179 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:01:36.179 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:01:36.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:36 smithi118 conmon[35245]: audit 2024-01-21T10:01:36.174870+0000 mgr.smithi118.lddrqf (mgr.14182) 945 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:36.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:36 smithi134 conmon[40421]: audit 2024-01-21T10:01:36.174870+0000 mgr.smithi118.lddrqf (mgr.14182) 945 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:36.732 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:01:37.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:37 smithi134 conmon[40421]: cluster 2024-01-21T10:01:36.252934+0000 mgr.smithi118.lddrqf (mgr.14182) 946 : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:37.733 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:01:37.767 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:37 smithi118 conmon[35245]: cluster 2024-01-21T10:01:36.252934+0000 mgr.smithi118.lddrqf (mgr.14182) 946 : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:39.550 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:01:39.550 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:01:39.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:39 smithi134 conmon[40421]: cluster 2024-01-21T10:01:38.253561+0000 mgr.smithi118.lddrqf (mgr.14182) 947 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:39.750 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:39 smithi118 conmon[35245]: cluster 2024-01-21T10:01:38.253561+0000 mgr.smithi118.lddrqf (mgr.14182) 947 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:40.089 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:01:40.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:40 smithi134 conmon[40421]: audit 2024-01-21T10:01:39.546510+0000 mgr.smithi118.lddrqf (mgr.14182) 948 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:40.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:40 smithi118 conmon[35245]: audit 2024-01-21T10:01:39.546510+0000 mgr.smithi118.lddrqf (mgr.14182) 948 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:41.091 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:01:41.499 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:41 smithi118 conmon[35245]: cluster 2024-01-21T10:01:40.254104+0000 mgr.smithi118.lddrqf (mgr.14182) 949 : cluster [DBG] 2024-01-21T10:01:41.499 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:41 smithi118 conmon[35245]: pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:41.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:41 smithi134 conmon[40421]: cluster 2024-01-21T10:01:40.254104+0000 mgr.smithi118.lddrqf (mgr.14182) 949 : cluster [DBG] 2024-01-21T10:01:41.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:41 smithi134 conmon[40421]: pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:42.951 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:01:42.951 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:01:43.470 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:43 smithi118 conmon[35245]: cluster 2024-01-21T10:01:42.254644+0000 mgr.smithi118.lddrqf (mgr.14182) 950 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:43.471 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:43 smithi118 conmon[35245]: audit 2024-01-21T10:01:42.947180+0000 2024-01-21T10:01:43.471 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:43 smithi118 conmon[35245]: mgr.smithi118.lddrqf (mgr.14182) 951 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:43.489 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:01:43.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:43 smithi134 conmon[40421]: cluster 2024-01-21T10:01:42.254644+0000 mgr.smithi118.lddrqf (mgr.14182) 950 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:43.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:43 smithi134 conmon[40421]: audit 2024-01-21T10:01:42.947180+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T10:01:43.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:43 smithi134 conmon[40421]: ) 951 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:44.490 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:01:45.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:45 smithi118 conmon[35245]: cluster 2024-01-21T10:01:44.255375+0000 mgr.smithi118.lddrqf (mgr.14182) 952 : cluster [DBG] 2024-01-21T10:01:45.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:45 smithi118 conmon[35245]: pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:45.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:45 smithi134 conmon[40421]: cluster 2024-01-21T10:01:44.255375+0000 mgr.smithi118.lddrqf (mgr.14182) 952 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:46.272 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:01:46.272 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:54:03.187957Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.okyoap on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-okyoap\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.okyoap\nDeploy daemon haproxy.rgw.foo.smithi134.okyoap ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:52:06Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:52:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:53:22Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.876649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.wuhsnr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-wuhsnr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.wuhsnr\nDeploy daemon haproxy.rgw.foo.smithi118.wuhsnr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:54:40Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:55:56Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:56:36.877824Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.ihlvcv on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:01:46.847 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:01:47.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:47 smithi134 conmon[40421]: cluster 2024-01-21T10:01:46.255873+0000 mgr.smithi118.lddrqf (mgr.14182) 953 : cluster [DBG] pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:47.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:47 smithi134 conmon[40421]: audit 2024-01-21T10:01:46.268123+0000 mgr.smithi118.lddrqf (mgr.14182) 954 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:47.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:47 smithi118 conmon[35245]: cluster 2024-01-21T10:01:46.255873+0000 mgr.smithi118.lddrqf (mgr.14182) 953 : cluster [DBG] pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:47.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:47 smithi118 conmon[35245]: audit 2024-01-21T10:01:46.268123+0000 mgr.smithi118.lddrqf (mgr.14182) 954 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:47.848 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:01:49.601 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:01:49.601 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:01:49.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: cluster 2024-01-21T10:01:48.256353+0000 mgr.smithi118.lddrqf (mgr.14182) 955 : cluster [DBG] pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:49.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: cephadm 2024-01-21T10:01:48.718884+0000 mgr.smithi118.lddrqf (mgr.14182) 956 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf 2024-01-21T10:01:49.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf 2024-01-21T10:01:49.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf 2024-01-21T10:01:49.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf 2024-01-21T10:01:49.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: Deploy daemon haproxy.rgw.foo.smithi118.ecqygf ... 2024-01-21T10:01:49.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:01:49.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T10:01:49.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:59:52Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:01:49.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: stat: stderr time="2024-01-21T10:00:29Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:01:49.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: stat: stderr time="2024-01-21T10:01:08Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:01:49.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T10:01:49.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T10:01:49.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:01:49.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: Traceback (most recent call last): 2024-01-21T10:01:49.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T10:01:49.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: yield (conn, connr) 2024-01-21T10:01:49.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T10:01:49.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: code, '\n'.join(err))) 2024-01-21T10:01:49.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: 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-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf 2024-01-21T10:01:49.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf 2024-01-21T10:01:49.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf 2024-01-21T10:01:49.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf 2024-01-21T10:01:49.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: Deploy daemon haproxy.rgw.foo.smithi118.ecqygf ... 2024-01-21T10:01:49.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:01:49.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T10:01:49.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:59:52Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:01:49.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: stat: stderr time="2024-01-21T10:00:29Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:01:49.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: stat: stderr time="2024-01-21T10:01:08Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:01:49.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T10:01:49.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-01-21T10:01:49.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T10:01:49.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:01:49.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: cephadm 2024-01-21T10:01:48.719097+0000 mgr.smithi118.lddrqf (mgr.14182) 957 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi118.ecqygf 2024-01-21T10:01:49.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: audit 2024-01-21T10:01:48.719410+0000 mon.smithi118 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi118.ecqygf"}]: dispatch 2024-01-21T10:01:49.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: cephadm 2024-01-21T10:01:48.719914+0000 mgr.smithi118.lddrqf (mgr.14182) 958 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf 2024-01-21T10:01:49.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf 2024-01-21T10:01:49.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf 2024-01-21T10:01:49.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf 2024-01-21T10:01:49.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: Deploy daemon haproxy.rgw.foo.smithi118.ecqygf ... 2024-01-21T10:01:49.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:01:49.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T10:01:49.716 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: stat: stderr time="2024-01-21T09:59:52Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:01:49.717 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: stat: stderr time="2024-01-21T10:00:29Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:01:49.717 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: stat: stderr time="2024-01-21T10:01:08Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:01:49.717 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T10:01:49.717 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T10:01:49.717 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:01:49.717 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: cephadm 2024-01-21T10:01:48.721068+0000 mgr.smithi118.lddrqf (mgr.14182) 959 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T10:01:49.717 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: cephadm 2024-01-21T10:01:48.722035+0000 mgr.smithi118.lddrqf (mgr.14182) 960 : cephadm 2024-01-21T10:01:49.717 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: [ERR] Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T10:01:49.717 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:49 smithi134 conmon[40421]: cluster 2024-01-21T10:01:48.722691+0000 mgr.smithi118.lddrqf (mgr.14182) 961 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:49.790 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: cluster 2024-01-21T10:01:48.256353+0000 mgr.smithi118.lddrqf (mgr.14182) 955 : cluster [DBG] pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:49.790 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: cephadm 2024-01-21T10:01:48.718884+0000 mgr.smithi118.lddrqf (mgr.14182) 956 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf 2024-01-21T10:01:49.790 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf 2024-01-21T10:01:49.790 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf 2024-01-21T10:01:49.790 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf 2024-01-21T10:01:49.791 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: Deploy daemon haproxy.rgw.foo.smithi118.ecqygf ... 2024-01-21T10:01:49.791 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:01:49.791 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T10:01:49.791 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:59:52Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:01:49.791 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: stat: stderr time="2024-01-21T10:00:29Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:01:49.791 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: stat: stderr time="2024-01-21T10:01:08Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:01:49.791 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T10:01:49.791 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T10:01:49.791 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:01:49.791 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: Traceback (most recent call last): 2024-01-21T10:01:49.791 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T10:01:49.791 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: yield (conn, connr) 2024-01-21T10:01:49.791 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T10:01:49.791 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: code, '\n'.join(err))) 2024-01-21T10:01:49.791 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: 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-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf 2024-01-21T10:01:49.791 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf 2024-01-21T10:01:49.792 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf 2024-01-21T10:01:49.792 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf 2024-01-21T10:01:49.792 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: Deploy daemon haproxy.rgw.foo.smithi118.ecqygf ... 2024-01-21T10:01:49.792 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:01:49.792 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T10:01:49.792 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:59:52Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:01:49.792 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: stat: stderr time="2024-01-21T10:00:29Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:01:49.792 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: stat: stderr time="2024-01-21T10:01:08Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:01:49.792 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T10:01:49.792 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: 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 2024-01-21T10:01:49.792 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: : no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T10:01:49.792 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:01:49.792 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: cephadm 2024-01-21T10:01:48.719097+0000 mgr.smithi118.lddrqf (mgr.14182) 957 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi118.ecqygf 2024-01-21T10:01:49.792 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: audit 2024-01-21T10:01:48.719410+0000 mon.smithi118 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi118.ecqygf"}]: dispatch 2024-01-21T10:01:49.793 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: cephadm 2024-01-21T10:01:48.719914+0000 mgr.smithi118.lddrqf (mgr.14182) 958 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf 2024-01-21T10:01:49.793 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf 2024-01-21T10:01:49.793 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf 2024-01-21T10:01:49.793 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf 2024-01-21T10:01:49.793 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: Deploy daemon haproxy.rgw.foo.smithi118.ecqygf ... 2024-01-21T10:01:49.793 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:01:49.793 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T10:01:49.793 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: stat: stderr time="2024-01-21T09:59:52Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:01:49.793 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: stat: stderr time="2024-01-21T10:00:29Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:01:49.793 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: stat: stderr time="2024-01-21T10:01:08Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:01:49.793 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T10:01:49.793 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T10:01:49.793 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:01:49.793 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: cephadm 2024-01-21T10:01:48.721068+0000 mgr.smithi118.lddrqf (mgr.14182) 959 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T10:01:49.793 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: cephadm 2024-01-21T10:01:48.722035+0000 mgr.smithi118.lddrqf (mgr.14182) 960 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-21T10:01:49.793 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:49 smithi118 conmon[35245]: cluster 2024-01-21T10:01:48.722691+0000 mgr.smithi118.lddrqf (mgr.14182) 961 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:50.205 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:01:50.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:50 smithi118 conmon[35245]: cluster 2024-01-21T10:01:49.372479+0000 mon.smithi118 (mon.0) 700 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T10:01:50.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:50 smithi118 conmon[35245]: audit 2024-01-21T10:01:49.596467+0000 mgr.smithi118.lddrqf (mgr.14182) 962 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:50.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:50 smithi134 conmon[40421]: cluster 2024-01-21T10:01:49.372479+0000 mon.smithi118 (mon.0) 700 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T10:01:50.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:50 smithi134 conmon[40421]: audit 2024-01-21T10:01:49.596467+0000 mgr.smithi118.lddrqf (mgr.14182) 962 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:51.206 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:01:51.957 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:51 smithi118 conmon[35245]: cluster 2024-01-21T10:01:50.723434+0000 mgr.smithi118.lddrqf 2024-01-21T10:01:51.957 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:51 smithi118 conmon[35245]: (mgr.14182) 963 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:51.957 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:51 smithi118 conmon[35245]: audit 2024-01-21T10:01:50.890821+0000 mon.smithi118 (mon.0) 701 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T10:01:52.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:51 smithi134 conmon[40421]: cluster 2024-01-21T10:01:50.723434+0000 mgr.smithi118.lddrqf (mgr.14182) 963 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:52.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:51 smithi134 conmon[40421]: audit 2024-01-21T10:01:50.890821+0000 mon.smithi118 (mon.0) 701 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T10:01:52.987 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:01:52.987 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:01:53.571 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:01:54.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:53 smithi134 conmon[40421]: cluster 2024-01-21T10:01:52.724031+0000 mgr.smithi118.lddrqf (mgr.14182) 964 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:54.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:53 smithi134 conmon[40421]: audit 2024 2024-01-21T10:01:54.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:53 smithi134 conmon[40421]: -01-21T10:01:52.982954+0000 mgr.smithi118.lddrqf (mgr.14182) 965 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:54.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:53 smithi118 conmon[35245]: cluster 2024-01-21T10:01:52.724031+0000 mgr.smithi118.lddrqf (mgr.14182) 964 : cluster 2024-01-21T10:01:54.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:53 smithi118 conmon[35245]: [DBG] pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:54.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:53 smithi118 conmon[35245]: audit 2024-01-21T10:01:52.982954+0000 mgr.smithi118.lddrqf (mgr.14182) 965 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:54.573 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:01:55.997 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:55 smithi118 conmon[35245]: cluster 2024-01-21T10:01:54.724992+0000 mgr.smithi118.lddrqf 2024-01-21T10:01:55.997 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:55 smithi118 conmon[35245]: (mgr.14182) 966 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:55.997 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:55 smithi118 conmon[35245]: audit 2024-01-21T10:01:55.556654+0000 mon.smithi118 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T10:01:56.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:55 smithi134 conmon[40421]: cluster 2024-01-21T10:01:54.724992+0000 mgr.smithi118.lddrqf (mgr.14182) 966 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:56.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:55 smithi134 conmon[40421]: audit 2024-01-21T10:01:55.556654+0000 mon.smithi118 (mon.0) 702 : 2024-01-21T10:01:56.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:55 smithi134 conmon[40421]: audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T10:01:56.311 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:01:56.311 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:01:56.871 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:01:57.871 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:01:58.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:57 smithi134 conmon[40421]: audit 2024-01-21T10:01:56.307378+0000 mgr.smithi118.lddrqf (mgr.14182) 967 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:58.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:57 smithi134 conmon[40421]: cluster 2024-01-21T10:01:58.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:57 smithi134 conmon[40421]: 2024-01-21T10:01:56.725830+0000 mgr.smithi118.lddrqf (mgr.14182) 968 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:58.304 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:57 smithi118 conmon[35245]: audit 2024-01-21T10:01:56.307378+0000 mgr.smithi118.lddrqf (mgr.14182) 967 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:01:58.304 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:57 smithi118 conmon[35245]: cluster 2024-01-21T10:01:58.304 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:57 smithi118 conmon[35245]: 2024-01-21T10:01:56.725830+0000 mgr.smithi118.lddrqf (mgr.14182) 968 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:01:59.566 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:01:59.567 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:02:00.046 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:02:00.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:01:59 smithi134 conmon[40421]: cluster 2024-01-21T10:01:58.726601+0000 mgr.smithi118.lddrqf (mgr.14182) 969 : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:00.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:01:59 smithi118 conmon[35245]: cluster 2024-01-21T10:01:58.726601+0000 mgr.smithi118.lddrqf (mgr.14182) 969 : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:01.047 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:02:01.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:00 smithi134 conmon[40421]: audit 2024-01-21T10:01:59.562632+0000 mgr.smithi118.lddrqf (mgr.14182) 970 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:01.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:00 smithi118 conmon[35245]: audit 2024-01-21T10:01:59.562632+0000 mgr.smithi118.lddrqf (mgr.14182) 970 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:01.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:00 smithi118 conmon[35245]: 2024-01-21T10:02:02.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:01 smithi118 conmon[35245]: cluster 2024-01-21T10:02:00.727405+0000 mgr.smithi118.lddrqf (mgr.14182) 971 : cluster [DBG] pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:02.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:01 smithi134 conmon[40421]: cluster 2024-01-21T10:02:00.727405+0000 mgr.smithi118.lddrqf (mgr.14182) 971 : cluster [DBG] pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:02.832 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:02:02.833 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:02:03.328 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:02:04.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:03 smithi134 conmon[40421]: cluster 2024-01-21T10:02:02.728005+0000 mgr.smithi118.lddrqf (mgr.14182) 972 : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:04.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:03 smithi134 conmon[40421]: audit 2024-01-21T10:02:02.828420+0000 mgr.smithi118.lddrqf (mgr.14182) 973 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:04.329 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:02:04.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:03 smithi118 conmon[35245]: cluster 2024-01-21T10:02:02.728005+0000 mgr.smithi118.lddrqf (mgr.14182) 972 : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:04.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:03 smithi118 conmon[35245]: audit 2024-01-21T10:02:02.828420+0000 mgr.smithi118.lddrqf (mgr.14182) 973 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:06.051 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:02:06.052 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:02:06.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:05 smithi134 conmon[40421]: cluster 2024-01-21T10:02:04.728697+0000 mgr.smithi118.lddrqf (mgr.14182) 974 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:06.279 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:05 smithi118 conmon[35245]: cluster 2024-01-21T10:02:04.728697+0000 mgr.smithi118.lddrqf (mgr.14182) 974 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:06.620 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:02:07.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:06 smithi134 conmon[40421]: audit 2024-01-21T10:02:06.047637+0000 mgr.smithi118.lddrqf (mgr.14182) 975 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:07.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:06 smithi118 conmon[35245]: audit 2024-01-21T10:02:06.047637+0000 mgr.smithi118.lddrqf (mgr.14182) 975 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:07.621 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:02:08.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:07 smithi134 conmon[40421]: cluster 2024-01-21T10:02:06.729496+0000 mgr.smithi118.lddrqf (mgr.14182) 976 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:08.228 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:07 smithi118 conmon[35245]: cluster 2024-01-21T10:02:06.729496+0000 mgr.smithi118.lddrqf (mgr.14182) 976 : 2024-01-21T10:02:08.228 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:07 smithi118 conmon[35245]: cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:09.464 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:02:09.464 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:02:09.977 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:02:10.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:09 smithi134 conmon[40421]: cluster 2024-01-21T10:02:08.730068+0000 mgr.smithi118.lddrqf (mgr.14182) 977 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:10.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:09 smithi118 conmon[35245]: cluster 2024-01-21T10:02:08.730068+0000 mgr.smithi118.lddrqf (mgr.14182) 977 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:10.978 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:02:11.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:10 smithi134 conmon[40421]: audit 2024-01-21T10:02:09.460316+0000 mgr.smithi118.lddrqf (mgr.14182) 978 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:11.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:10 smithi134 conmon[40421]: 2024-01-21T10:02:11.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:10 smithi118 conmon[35245]: audit 2024-01-21T10:02:09.460316+0000 mgr.smithi118.lddrqf (mgr.14182) 978 : audit [DBG] 2024-01-21T10:02:11.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:10 smithi118 conmon[35245]: from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:12.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:11 smithi118 conmon[35245]: cluster 2024-01-21T10:02:10.730695+0000 mgr.smithi118.lddrqf (mgr.14182) 979 : cluster 2024-01-21T10:02:12.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:11 smithi118 conmon[35245]: [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:12.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:11 smithi134 conmon[40421]: cluster 2024-01-21T10:02:10.730695+0000 mgr.smithi118.lddrqf (mgr.14182) 979 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:12.809 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:02:12.809 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:02:13.403 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:02:14.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:13 smithi134 conmon[40421]: cluster 2024-01-21T10:02:12.731298+0000 mgr.smithi118.lddrqf (mgr.14182) 980 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:14.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:13 smithi134 conmon[40421]: audit 2024-01-21T10:02:12.805826+0000 mgr.smithi118.lddrqf (mgr.14182) 981 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:14.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:13 smithi118 conmon[35245]: cluster 2024-01-21T10:02:12.731298+0000 mgr.smithi118.lddrqf (mgr.14182) 980 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:14.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:13 smithi118 conmon[35245]: audit 2024-01-21T10:02:12.805826+0000 mgr.smithi118.lddrqf (mgr.14182) 981 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:14.404 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:02:16.131 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:02:16.131 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:02:16.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:15 smithi134 conmon[40421]: cluster 2024-01-21T10:02:14.732006+0000 mgr.smithi118.lddrqf (mgr.14182) 982 : cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:16.294 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:15 smithi118 conmon[35245]: cluster 2024-01-21T10:02:14.732006+0000 mgr.smithi118.lddrqf (mgr.14182) 982 : cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:16.681 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:02:17.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:16 smithi134 conmon[40421]: audit 2024-01-21T10:02:16.127538+0000 mgr.smithi118.lddrqf (mgr.14182) 983 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:17.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:16 smithi118 conmon[35245]: audit 2024-01-21T10:02:16.127538+0000 mgr.smithi118.lddrqf (mgr.14182) 983 2024-01-21T10:02:17.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:16 smithi118 conmon[35245]: : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:17.682 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:02:18.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:17 smithi118 conmon[35245]: cluster 2024-01-21T10:02:16.732920+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T10:02:18.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:17 smithi118 conmon[35245]: 984 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:18.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:17 smithi134 conmon[40421]: cluster 2024-01-21T10:02:16.732920+0000 mgr.smithi118.lddrqf (mgr.14182) 984 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:19.450 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:02:19.451 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:02:19.969 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:02:20.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:19 smithi134 conmon[40421]: cluster 2024-01-21T10:02:18.733712+0000 mgr.smithi118.lddrqf (mgr.14182) 985 : cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:20.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:19 smithi118 conmon[35245]: cluster 2024-01-21T10:02:18.733712+0000 mgr.smithi118.lddrqf (mgr.14182) 985 : cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:20.970 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:02:21.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:20 smithi134 conmon[40421]: audit 2024-01-21T10:02:19.447155+0000 mgr.smithi118.lddrqf (mgr.14182) 986 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:21.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:20 smithi118 conmon[35245]: audit 2024-01-21T10:02:19.447155+0000 mgr.smithi118.lddrqf (mgr.14182) 986 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:22.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:21 smithi134 conmon[40421]: cluster 2024-01-21T10:02:20.734589+0000 mgr.smithi118.lddrqf (mgr.14182) 987 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:22.292 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:21 smithi118 conmon[35245]: cluster 2024-01-21T10:02:20.734589+0000 mgr.smithi118.lddrqf (mgr.14182) 987 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:22.893 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:02:22.893 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:02:23.493 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:02:24.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:23 smithi134 conmon[40421]: cluster 2024-01-21T10:02:22.735168+0000 mgr.smithi118.lddrqf (mgr.14182) 988 : cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:24.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:23 smithi134 conmon[40421]: audit 2024-01-21T10:02:24.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:23 smithi134 conmon[40421]: 2024-01-21T10:02:22.889831+0000 mgr.smithi118.lddrqf (mgr.14182) 989 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:24.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:23 smithi118 conmon[35245]: cluster 2024-01-21T10:02:22.735168+0000 mgr.smithi118.lddrqf (mgr.14182) 988 : cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:24.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:23 smithi118 conmon[35245]: audit 2024-01-21T10:02:22.889831+0000 mgr.smithi118.lddrqf (mgr.14182) 989 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:24.494 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:02:26.175 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:02:26.175 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:02:26.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:25 smithi134 conmon[40421]: cluster 2024-01-21T10:02:24.735845+0000 mgr.smithi118.lddrqf (mgr.14182) 990 : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:26.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:25 smithi118 conmon[35245]: cluster 2024-01-21T10:02:24.735845+0000 mgr.smithi118.lddrqf (mgr.14182) 990 : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:26.766 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:02:27.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:26 smithi118 conmon[35245]: audit 2024-01-21T10:02:26.171242+0000 mgr.smithi118.lddrqf (mgr.14182) 991 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:27.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:26 smithi118 conmon[35245]: 2024-01-21T10:02:27.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:26 smithi134 conmon[40421]: audit 2024-01-21T10:02:26.171242+0000 mgr.smithi118.lddrqf (mgr.14182) 991 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:27.767 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:02:28.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:27 smithi118 conmon[35245]: cluster 2024-01-21T10:02:26.736496+0000 mgr.smithi118.lddrqf (mgr.14182) 992 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:28.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:27 smithi134 conmon[40421]: cluster 2024-01-21T10:02:26.736496+0000 mgr.smithi118.lddrqf (mgr.14182) 992 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:29.451 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:02:29.451 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:02:30.059 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:02:30.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:29 smithi118 conmon[35245]: cluster 2024-01-21T10:02:28.737042+0000 mgr.smithi118.lddrqf (mgr.14182) 993 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:30.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:29 smithi134 conmon[40421]: cluster 2024-01-21T10:02:28.737042+0000 mgr.smithi118.lddrqf (mgr.14182) 993 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:31.060 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:02:31.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:30 smithi118 conmon[35245]: audit 2024-01-21T10:02:29.447410+0000 mgr.smithi118.lddrqf (mgr.14182) 994 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:31.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:30 smithi134 conmon[40421]: audit 2024-01-21T10:02:29.447410+0000 mgr.smithi118.lddrqf (mgr.14182) 994 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:32.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:31 smithi118 conmon[35245]: cluster 2024-01-21T10:02:30.737826+0000 mgr.smithi118.lddrqf (mgr.14182) 995 2024-01-21T10:02:32.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:31 smithi118 conmon[35245]: : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:32.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:31 smithi134 conmon[40421]: cluster 2024-01-21T10:02:30.737826+0000 mgr.smithi118.lddrqf (mgr.14182) 995 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:32.786 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:02:32.786 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:02:33.307 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:02:34.308 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:02:34.339 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:33 smithi118 conmon[35245]: cluster 2024-01-21T10:02:32.738417+0000 mgr.smithi118.lddrqf (mgr.14182) 996 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:34.339 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:33 smithi118 conmon[35245]: audit 2024-01-21T10:02:32.782683+0000 mgr.smithi118.lddrqf (mgr.14182) 997 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:34.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:33 smithi134 conmon[40421]: cluster 2024-01-21T10:02:32.738417+0000 mgr.smithi118.lddrqf (mgr.14182) 996 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:34.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:33 smithi134 conmon[40421]: 2024-01-21T10:02:34.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:33 smithi134 conmon[40421]: audit 2024-01-21T10:02:32.782683+0000 mgr.smithi118.lddrqf (mgr.14182) 997 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:36.057 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:02:36.057 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:02:36.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:35 smithi118 conmon[35245]: cluster 2024-01-21T10:02:34.739050+0000 mgr.smithi118.lddrqf (mgr.14182) 998 : cluster [DBG] 2024-01-21T10:02:36.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:35 smithi118 conmon[35245]: pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:36.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:35 smithi134 conmon[40421]: cluster 2024-01-21T10:02:34.739050+0000 mgr.smithi118.lddrqf (mgr.14182) 998 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:36.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:35 smithi134 conmon[40421]: 2024-01-21T10:02:36.556 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:02:37.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:36 smithi118 conmon[35245]: audit 2024-01-21T10:02:36.053511+0000 mgr.smithi118.lddrqf (mgr.14182) 999 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:37.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:36 smithi134 conmon[40421]: audit 2024-01-21T10:02:36.053511+0000 mgr.smithi118.lddrqf (mgr.14182) 999 : audit [DBG] 2024-01-21T10:02:37.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:36 smithi134 conmon[40421]: from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:37.557 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:02:38.274 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:37 smithi118 conmon[35245]: cluster 2024-01-21T10:02:36.739745+0000 mgr.smithi118.lddrqf (mgr.14182) 1000 : 2024-01-21T10:02:38.274 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:37 smithi118 conmon[35245]: cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:38.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:37 smithi134 conmon[40421]: cluster 2024-01-21T10:02:36.739745+0000 mgr.smithi118.lddrqf (mgr.14182) 1000 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:39.315 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:02:39.315 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:02:39.892 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:02:40.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:39 smithi118 conmon[35245]: cluster 2024-01-21T10:02:38.740299+0000 mgr.smithi118.lddrqf (mgr.14182) 1001 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:40.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:39 smithi134 conmon[40421]: cluster 2024-01-21T10:02:38.740299+0000 mgr.smithi118.lddrqf (mgr.14182) 1001 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:40.893 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:02:41.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:40 smithi118 conmon[35245]: audit 2024-01-21T10:02:39.310994+0000 mgr.smithi118.lddrqf (mgr. 2024-01-21T10:02:41.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:40 smithi118 conmon[35245]: 14182) 1002 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:41.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:40 smithi134 conmon[40421]: audit 2024-01-21T10:02:39.310994+0000 mgr.smithi118.lddrqf (mgr.14182) 1002 : audit 2024-01-21T10:02:41.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:40 smithi134 conmon[40421]: [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:42.271 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:41 smithi118 conmon[35245]: cluster 2024-01-21T10:02:40.741223+0000 mgr.smithi118.lddrqf (mgr.14182) 1003 2024-01-21T10:02:42.271 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:41 smithi118 conmon[35245]: : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:42.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:42 smithi134 conmon[40421]: cluster 2024-01-21T10:02:40.741223+0000 mgr.smithi118.lddrqf (mgr.14182) 1003 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:42.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:42 smithi134 conmon[40421]: 2024-01-21T10:02:42.599 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:02:42.599 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:02:43.187 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:02:44.188 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:02:44.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:44 smithi118 conmon[35245]: audit 2024-01-21T10:02:42.595278+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T10:02:44.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:44 smithi118 conmon[35245]: ) 1004 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:44.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:44 smithi118 conmon[35245]: cluster 2024-01-21T10:02:42.741897+0000 mgr.smithi118.lddrqf (mgr.14182) 1005 : cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:44.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:44 smithi134 conmon[40421]: audit 2024-01-21T10:02:42.595278+0000 mgr.smithi118.lddrqf (mgr.14182) 1004 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:44.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:44 smithi134 conmon[40421]: cluster 2024-01-21T10:02:42.741897+0000 mgr.smithi118.lddrqf (mgr.14182) 1005 : cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:45.845 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:02:45.845 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:02:46.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:46 smithi118 conmon[35245]: cluster 2024-01-21T10:02:44.742542+0000 mgr.smithi118.lddrqf (mgr.14182) 1006 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:46.414 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:02:46.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:46 smithi134 conmon[40421]: cluster 2024-01-21T10:02:44.742542+0000 mgr.smithi118.lddrqf (mgr.14182) 1006 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:46.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:46 smithi134 conmon[40421]: 2024-01-21T10:02:47.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:47 smithi118 conmon[35245]: audit 2024-01-21T10:02:45.841178+0000 mgr.smithi118.lddrqf (mgr.14182) 1007 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:47.415 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:02:47.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:47 smithi134 conmon[40421]: audit 2024-01-21T10:02:45.841178+0000 mgr.smithi118.lddrqf (mgr.14182) 1007 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:47.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:47 smithi134 conmon[40421]: 2024-01-21T10:02:48.197 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:48 smithi118 conmon[35245]: cluster 2024-01-21T10:02:46. 2024-01-21T10:02:48.198 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:48 smithi118 conmon[35245]: 743333+0000 mgr.smithi118.lddrqf (mgr.14182) 1008 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:48.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:48 smithi134 conmon[40421]: cluster 2024-01-21T10:02:46.743333+0000 mgr.smithi118.lddrqf (mgr.14182) 1008 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:48.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:48 smithi134 conmon[40421]: 2024-01-21T10:02:49.167 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:02:49.167 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T09:56:41.474077Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T09:56:38.889185Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T09:56:41.474218Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T09:56:38.889342Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T09:56:38.889416Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T09:56:38.889482Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T09:56:38.889576Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T09:56:41.474358Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T09:56:38.889821Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:02:49.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:49 smithi118 conmon[35245]: audit 2024-01-21T10:02:48.724209+0000 mon.smithi118 (mon.0) 703 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T10:02:49.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:49 smithi134 conmon[40421]: audit 2024-01-21T10:02:48.724209+0000 mon.smithi118 (mon.0) 703 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T10:02:49.907 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:02:50.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:50 smithi118 conmon[35245]: cluster 2024-01-21T10 2024-01-21T10:02:50.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:50 smithi118 conmon[35245]: :02:48.743851+0000 mgr.smithi118.lddrqf (mgr.14182) 1009 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:50.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:50 smithi118 conmon[35245]: audit 2024-01-21T10:02:49.162902+0000 mgr.smithi118.lddrqf (mgr.14182) 1010 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:50.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:50 smithi134 conmon[40421]: cluster 2024-01-21T10:02:48.743851+0000 mgr.smithi118.lddrqf ( 2024-01-21T10:02:50.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:50 smithi134 conmon[40421]: mgr.14182) 1009 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:50.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:50 smithi134 conmon[40421]: audit 2024-01-21T10:02:49.162902+0000 mgr.smithi118.lddrqf (mgr.14182) 1010 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:50.908 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:02:51.649 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:51 smithi118 conmon[35245]: audit 2024-01-21T10:02:50.510750+0000 mon.smithi118 ( 2024-01-21T10:02:51.649 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:51 smithi118 conmon[35245]: mon.0) 704 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T10:02:51.649 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:51 smithi118 conmon[35245]: cluster 2024-01-21T10:02:50.744462+0000 mgr.smithi118.lddrqf (mgr.14182) 1011 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:51.963 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:51 smithi134 conmon[40421]: audit 2024-01-21T10:02:50.510750+0000 mon.smithi118 (mon.0) 704 : audit 2024-01-21T10:02:51.963 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:51 smithi134 conmon[40421]: [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T10:02:51.963 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:51 smithi134 conmon[40421]: cluster 2024-01-21T10:02:50.744462+0000 mgr.smithi118.lddrqf (mgr.14182) 1011 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:53.194 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:02:53.195 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:02:53.788 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:02:54.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:53 smithi118 conmon[35245]: audit 2024-01-21T10:02:52.722548+0000 mon.smithi118 (mon.0) 705 : audit 2024-01-21T10:02:54.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:53 smithi118 conmon[35245]: [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T10:02:54.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:53 smithi118 conmon[35245]: cluster 2024-01-21T10:02:52.745031+0000 mgr.smithi118.lddrqf (mgr.14182) 1012 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:54.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:53 smithi118 conmon[35245]: audit 2024-01-21T10:02:53.061783+0000 mon.smithi118 (mon.0) 706 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:02:54.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:53 smithi118 conmon[35245]: audit 2024-01-21T10:02:53.062528+0000 mon.smithi118 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T10:02:54.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:53 smithi118 conmon[35245]: audit 2024-01-21T10:02:53.066807+0000 mon.smithi118 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T10:02:54.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:53 smithi118 conmon[35245]: cluster 2024-01-21T10:02:53.067285+0000 mgr.smithi118.lddrqf (mgr.14182) 1013 : 2024-01-21T10:02:54.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:53 smithi118 conmon[35245]: cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:54.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:53 smithi118 conmon[35245]: audit 2024-01-21T10:02:53.070392+0000 mon.smithi118 (mon.0) 709 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T10:02:54.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:53 smithi118 conmon[35245]: cephadm 2024-01-21T10:02:53.076811+0000 mgr.smithi118.lddrqf 2024-01-21T10:02:54.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:53 smithi118 conmon[35245]: (mgr.14182) 1014 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi134.ltjhim on smithi134 2024-01-21T10:02:54.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:53 smithi118 conmon[35245]: audit 2024-01-21T 2024-01-21T10:02:54.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:53 smithi118 conmon[35245]: 10:02:53.190680+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T10:02:54.095 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:53 smithi118 conmon[35245]: 1015 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:54.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:53 smithi134 conmon[40421]: audit 2024-01-21T10:02:52.722548+0000 mon.smithi118 (mon.0) 705 : audit 2024-01-21T10:02:54.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:53 smithi134 conmon[40421]: [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T10:02:54.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:53 smithi134 conmon[40421]: cluster 2024-01-21T10:02:52.745031+0000 mgr.smithi118.lddrqf (mgr.14182) 1012 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:54.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:53 smithi134 conmon[40421]: audit 2024-01-21T10:02:53.061783+0000 mon.smithi118 (mon.0) 706 : audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:02:54.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:53 smithi134 conmon[40421]: audit 2024-01-21T10:02:53.062528+0000 mon.smithi118 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T10:02:54.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:53 smithi134 conmon[40421]: audit 2024-01-21T10:02:53.066807+0000 mon.smithi118 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T10:02:54.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:53 smithi134 conmon[40421]: cluster 2024-01-21T10:02:53.067285+0000 mgr.smithi118.lddrqf (mgr.14182) 1013 : cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:54.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:53 smithi134 conmon[40421]: audit 2024-01-21T10: 2024-01-21T10:02:54.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:53 smithi134 conmon[40421]: 02:53.070392+0000 mon.smithi118 (mon.0) 709 : 2024-01-21T10:02:54.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:53 smithi134 conmon[40421]: audit [DBG] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T10:02:54.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:53 smithi134 conmon[40421]: cephadm 2024-01-21T10:02:53 2024-01-21T10:02:54.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:53 smithi134 conmon[40421]: .076811+0000 mgr.smithi118.lddrqf (mgr.14182) 1014 : cephadm 2024-01-21T10:02:54.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:53 smithi134 conmon[40421]: [INF] Deploying daemon haproxy.rgw.foo.smithi134.ltjhim on smithi134 2024-01-21T10:02:54.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:53 smithi134 conmon[40421]: audit 2024-01-21T10:02:53.190680 2024-01-21T10:02:54.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:53 smithi134 conmon[40421]: +0000 mgr.smithi118.lddrqf (mgr.14182) 1015 : audit [DBG] 2024-01-21T10:02:54.214 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:53 smithi134 conmon[40421]: from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:54.789 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:02:55.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:54 smithi118 conmon[35245]: cluster 2024-01-21T10:02:53.720716+0000 mon.smithi118 (mon.0) 710 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T10:02:55.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:54 smithi118 conmon[35245]: cluster 2024-01-21T10:02:53.720747+0000 mon.smithi118 (mon 2024-01-21T10:02:55.094 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:54 smithi118 conmon[35245]: .0) 711 : cluster [INF] Cluster is now healthy 2024-01-21T10:02:55.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:54 smithi134 conmon[40421]: cluster 2024-01-21T10:02:53.720716+0000 mon.smithi118 (mon.0) 710 : cluster [INF] 2024-01-21T10:02:55.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:54 smithi134 conmon[40421]: Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T10:02:55.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:54 smithi134 conmon[40421]: cluster 2024-01-21T10:02:53.720747+0000 mon.smithi118 (mon.0) 711 : cluster [INF] Cluster is now healthy 2024-01-21T10:02:55.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:55 smithi118 conmon[35245]: cluster 2024-01-21T10:02:55.067733+0000 mgr.smithi118.lddrqf (mgr.14182) 1016 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:55.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:55 smithi118 conmon[35245]: audit 2024-01-21T10:02:55.557442+0000 mon.smithi118 (mon.0) 712 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T10:02:56.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:55 smithi134 conmon[40421]: cluster 2024-01-21T10:02:55.067733+0000 mgr.smithi118.lddrqf (mgr.14182) 1016 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:56.213 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:55 smithi134 conmon[40421]: audit 2024-01-21T10:02:55.557442+0000 mon.smithi118 (mon.0) 712 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' 2024-01-21T10:02:56.576 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:02:56.576 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:02:57.120 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:02:58.121 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:02:58.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:58 smithi134 conmon[40421]: audit 2024-01-21T10:02:56.572265+0000 mgr.smithi118.lddrqf (mgr.14182) 1017 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:58.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:02:58 smithi134 conmon[40421]: cluster 2024-01-21T10:02:57.068431+0000 mgr.smithi118.lddrqf (mgr.14182) 1018 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:58.544 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:58 smithi118 conmon[35245]: audit 2024-01-21T10:02:56.572265+0000 mgr.smithi118.lddrqf (mgr.14182) 1017 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:02:58.544 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:58 smithi118 conmon[35245]: cluster 2024 2024-01-21T10:02:58.545 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:02:58 smithi118 conmon[35245]: -01-21T10:02:57.068431+0000 mgr.smithi118.lddrqf (mgr.14182) 1018 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:02:59.894 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:02:59.895 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:03:00.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:00 smithi118 conmon[35245]: cluster 2024-01-21T10:02:59.068909+0000 mgr.smithi118.lddrqf (mgr.14182) 1019 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:00.453 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:03:00.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:00 smithi134 conmon[40421]: cluster 2024-01-21T10:02:59.068909+0000 mgr.smithi118.lddrqf (mgr.14182) 1019 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:01.454 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:03:01.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:01 smithi134 conmon[40421]: audit 2024-01-21T10:02:59.890781+0000 mgr.smithi118.lddrqf (mgr.14182) 1020 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:01.488 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:01 smithi118 conmon[35245]: audit 2024-01-21T10:02:59.890781+0000 mgr.smithi118.lddrqf (mgr.14182) 1020 2024-01-21T10:03:01.489 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:01 smithi118 conmon[35245]: : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:02.254 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:02 smithi118 conmon[35245]: cluster 2024-01-21T10:03:01.069708+0000 mgr.smithi118.lddrqf (mgr.14182) 1021 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:02.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:02 smithi134 conmon[40421]: cluster 2024-01-21T10:03:01.069708+0000 mgr.smithi118.lddrqf (mgr.14182) 1021 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:03.201 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:03:03.201 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:03:03.743 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:03:04.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:04 smithi134 conmon[40421]: cluster 2024-01-21T10:03:03.070221+0000 mgr.smithi118.lddrqf (mgr.14182) 1022 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:04.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:04 smithi134 conmon[40421]: audit 2024-01-21T10:03:03.197191+0000 mgr.smithi118.lddrqf (mgr.14182) 1023 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:04.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:04 smithi118 conmon[35245]: cluster 2024-01-21T10:03:03.070221+0000 mgr.smithi118.lddrqf (mgr.14182) 1022 : cluster [DBG] 2024-01-21T10:03:04.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:04 smithi118 conmon[35245]: pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:04.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:04 smithi118 conmon[35245]: audit 2024-01-21T10:03:03.197191+0000 mgr.smithi118.lddrqf (mgr.14182) 1023 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:04.744 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:03:06.435 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:03:06.435 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:03:06.460 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:06 smithi118 conmon[35245]: cluster 2024-01-21T10:03:05.070740+0000 mgr.smithi118.lddrqf (mgr.14182) 1024 : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:06.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:06 smithi134 conmon[40421]: cluster 2024-01-21T10:03:05.070740+0000 mgr.smithi118.lddrqf (mgr.14182) 1024 : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:06.926 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:03:07.927 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:03:08.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:08 smithi118 conmon[35245]: audit 2024-01-21T10:03:06.431461+0000 mgr.smithi118.lddrqf (mgr.14182) 1025 : audit 2024-01-21T10:03:08.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:08 smithi118 conmon[35245]: [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:08.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:08 smithi118 conmon[35245]: cluster 2024-01-21T10:03:07.071316+0000 mgr.smithi118.lddrqf (mgr.14182) 1026 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:08.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:08 smithi134 conmon[40421]: audit 2024-01-21T10:03:06.431461+0000 mgr.smithi118.lddrqf (mgr.14182) 1025 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:08.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:08 smithi134 conmon[40421]: cluster 2024-01-21T10:03:07.071316+0000 mgr.smithi118.lddrqf (mgr.14182) 1026 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:09.657 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:03:09.658 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:03:10.184 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:03:10.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:10 smithi134 conmon[40421]: cluster 2024-01-21T10:03:09.071856+0000 mgr.smithi118.lddrqf (mgr.14182) 1027 : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:10.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:10 smithi118 conmon[35245]: cluster 2024-01-21T10:03:09.071856+0000 mgr.smithi118.lddrqf (mgr.14182) 1027 : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:11.185 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:03:11.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:11 smithi134 conmon[40421]: audit 2024-01-21T10:03:09.653877+0000 mgr.smithi118.lddrqf (mgr.14182) 1028 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:11.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:11 smithi118 conmon[35245]: audit 2024-01-21T10:03:09.653877+0000 mgr.smithi118.lddrqf (mgr.14182) 1028 : audit 2024-01-21T10:03:11.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:11 smithi118 conmon[35245]: [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:12.336 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:12 smithi118 conmon[35245]: cluster 2024-01-21T10:03:11.072578+0000 mgr.smithi118.lddrqf (mgr.14182) 1029 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:12.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:12 smithi134 conmon[40421]: cluster 2024-01-21T10:03:11.072578+0000 mgr.smithi118.lddrqf (mgr.14182) 1029 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:12.883 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:03:12.883 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:03:13.433 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:03:14.434 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:03:14.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:14 smithi134 conmon[40421]: audit 2024-01-21T10:03:12.879243+0000 mgr.smithi118.lddrqf (mgr.14182) 1030 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:14.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:14 smithi134 conmon[40421]: cluster 2024-01-21T10:03:13.073236+0000 mgr.smithi118.lddrqf (mgr.14182) 1031 : 2024-01-21T10:03:14.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:14 smithi134 conmon[40421]: cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:14.468 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:14 smithi118 conmon[35245]: audit 2024-01-21T10:03:12.879243+0000 mgr.smithi118.lddrqf (mgr.14182) 1030 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:14.468 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:14 smithi118 conmon[35245]: 2024-01-21T10:03:14.468 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:14 smithi118 conmon[35245]: cluster 2024-01-21T10:03:13.073236+0000 mgr.smithi118.lddrqf (mgr.14182) 1031 : cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:16.235 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:03:16.235 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:03:16.426 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:16 smithi118 conmon[35245]: cluster 2024-01-21T10:03:15.073701+0000 mgr.smithi118.lddrqf (mgr.14182) 1032 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:16.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:16 smithi134 conmon[40421]: cluster 2024-01-21T10:03:15.073701+0000 mgr.smithi118.lddrqf (mgr.14182) 1032 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:16.792 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:03:17.793 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:03:18.420 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:18 smithi118 conmon[35245]: audit 2024-01-21T10:03:16.231316+0000 mgr.smithi118.lddrqf (mgr.14182) 1033 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:18.421 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:18 smithi118 conmon[35245]: cluster 2024-01-21T10:03:17.074285+0000 mgr.smithi118.lddrqf (mgr.14182) 1034 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:18.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:18 smithi134 conmon[40421]: audit 2024-01-21T10:03:16.231316+0000 mgr.smithi118.lddrqf (mgr.14182) 1033 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:18.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:18 smithi134 conmon[40421]: cluster 2024-01-21T10:03:17.074285+0000 mgr.smithi118.lddrqf (mgr.14182) 1034 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:19.564 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:03:19.564 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:03:20.099 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:03:20.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:20 smithi118 conmon[35245]: cluster 2024-01-21T10:03:19.074723+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T10:03:20.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:20 smithi118 conmon[35245]: ) 1035 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:20.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:20 smithi134 conmon[40421]: cluster 2024-01-21T10:03:19.074723+0000 mgr.smithi118.lddrqf (mgr.14182) 1035 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:21.100 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:03:21.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:21 smithi134 conmon[40421]: audit 2024-01-21T10:03:19.560321+0000 mgr.smithi118.lddrqf (mgr.14182) 1036 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:21.550 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:21 smithi118 conmon[35245]: audit 2024-01-21T10:03:19.560321+0000 mgr.smithi118.lddrqf (mgr.14182) 1036 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:22.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:22 smithi134 conmon[40421]: cluster 2024-01-21T10:03:21.075268+0000 mgr.smithi118.lddrqf (mgr.14182) 1037 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:22.493 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:22 smithi118 conmon[35245]: cluster 2024-01-21T10:03:21.075268+0000 mgr.smithi118.lddrqf (mgr.14182) 1037 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:22.853 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:03:22.853 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:03:23.424 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:03:24.426 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:03:24.455 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:24 smithi118 conmon[35245]: audit 2024-01-21T10:03:22.848950+0000 mgr.smithi118.lddrqf (mgr.14182) 1038 : audit [DBG] 2024-01-21T10:03:24.455 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:24 smithi118 conmon[35245]: from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:24.455 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:24 smithi118 conmon[35245]: cluster 2024-01-21T10:03:23.075796+0000 mgr.smithi118.lddrqf (mgr.14182) 1039 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:24.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:24 smithi134 conmon[40421]: audit 2024-01-21T10:03:22.848950+0000 mgr.smithi118.lddrqf (mgr.14182) 1038 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:24.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:24 smithi134 conmon[40421]: cluster 2024-01-21T10:03:23.075796+0000 mgr.smithi118.lddrqf (mgr.14182) 1039 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:26.140 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:03:26.141 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:03:26.458 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:26 smithi118 conmon[35245]: cluster 2024-01-21T10:03:25.076311+0000 mgr.smithi118.lddrqf (mgr.14182) 1040 : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:26.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:26 smithi134 conmon[40421]: cluster 2024-01-21T10:03:25.076311+0000 mgr.smithi118.lddrqf (mgr.14182) 1040 : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:26.858 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:03:27.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:27 smithi134 conmon[40421]: audit 2024-01-21T10:03:26.136495+0000 mgr.smithi118.lddrqf (mgr.14182) 1041 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:27.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:27 smithi118 conmon[35245]: audit 2024-01-21T10:03:26.136495+0000 mgr.smithi118.lddrqf (mgr.14182) 1041 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:27.859 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:03:28.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:28 smithi134 conmon[40421]: cluster 2024-01-21T10:03:27.076757+0000 mgr.smithi118.lddrqf (mgr.14182) 1042 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:28.492 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:28 smithi118 conmon[35245]: cluster 2024-01-21T10:03:27.076757+0000 mgr.smithi118.lddrqf (mgr.14182) 1042 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:29.615 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:03:29.616 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:03:30.181 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:03:30.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:30 smithi134 conmon[40421]: cluster 2024-01-21T10:03:29.077292+0000 mgr.smithi118.lddrqf (mgr.14182) 1043 : cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:30.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:30 smithi134 conmon[40421]: 2024-01-21T10:03:30.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:30 smithi118 conmon[35245]: cluster 2024-01-21T10:03:29.077292+0000 mgr.smithi118.lddrqf (mgr.14182) 1043 : cluster 2024-01-21T10:03:30.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:30 smithi118 conmon[35245]: [DBG] pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:31.183 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:03:31.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:31 smithi134 conmon[40421]: audit 2024-01-21T10:03:29.611538+0000 mgr.smithi118.lddrqf (mgr.14182) 1044 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:31.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:31 smithi118 conmon[35245]: audit 2024-01-21T10:03:29.611538+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T10:03:31.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:31 smithi118 conmon[35245]: 1044 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:32.315 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:32 smithi118 conmon[35245]: cluster 2024-01-21T10:03:31.077894+0000 mgr.smithi118.lddrqf (mgr.14182) 1045 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:32.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:32 smithi134 conmon[40421]: cluster 2024-01-21T10:03:31.077894+0000 mgr.smithi118.lddrqf (mgr.14182) 1045 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:32.899 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:03:32.899 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:03:33.524 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:03:34.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:34 smithi134 conmon[40421]: audit 2024-01-21T10:03:32.895325+0000 mgr.smithi118.lddrqf (mgr.14182) 1046 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:34.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:34 smithi134 conmon[40421]: cluster 2024-01-21T10:03:33.078474+0000 mgr.smithi118.lddrqf (mgr.14182) 1047 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:34.525 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:03:34.559 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:34 smithi118 conmon[35245]: audit 2024-01-21T10:03:32.895325+0000 mgr.smithi118.lddrqf (mgr.14182) 1046 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:34.559 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:34 smithi118 conmon[35245]: cluster 2024-01-21T10:03:33.078474+0000 mgr.smithi118.lddrqf (mgr.14182) 1047 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:36.244 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:03:36.244 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:03:36.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:36 smithi134 conmon[40421]: cluster 2024-01-21T10:03:35.078968+0000 mgr.smithi118.lddrqf (mgr.14182) 1048 : cluster [DBG] pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:36.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:36 smithi118 conmon[35245]: cluster 2024-01-21T10:03:35.078968+0000 mgr.smithi118.lddrqf (mgr.14182) 1048 : cluster [DBG] pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:36.797 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:03:37.798 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:03:38.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:38 smithi134 conmon[40421]: audit 2024-01-21T10:03:36.240311+0000 mgr.smithi118.lddrqf (mgr.14182) 1049 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:38.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:38 smithi134 conmon[40421]: cluster 2024-01-21T10:03:37.079606+0000 mgr.smithi118.lddrqf (mgr.14182) 1050 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:38.589 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:38 smithi118 conmon[35245]: audit 2024-01-21T10:03:36.240311+0000 mgr.smithi118.lddrqf (mgr.14182) 1049 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:38.589 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:38 smithi118 conmon[35245]: cluster 2024-01-21T10:03:37.079606+0000 mgr.smithi118.lddrqf (mgr.14182) 1050 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:39.512 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:03:39.512 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:03:39.996 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:03:40.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:40 smithi118 conmon[35245]: cluster 2024-01-21T10:03:39.080303+0000 mgr.smithi118.lddrqf (mgr.14182) 1051 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:40.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:40 smithi134 conmon[40421]: cluster 2024-01-21T10:03:39.080303+0000 mgr.smithi118.lddrqf (mgr.14182) 1051 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:40.997 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:03:41.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:41 smithi118 conmon[35245]: audit 2024-01-21T10:03:39.508944+0000 mgr.smithi118.lddrqf (mgr. 2024-01-21T10:03:41.347 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:41 smithi118 conmon[35245]: 14182) 1052 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:41.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:41 smithi134 conmon[40421]: audit 2024-01-21T10:03:39.508944+0000 mgr.smithi118.lddrqf (mgr.14182) 1052 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:42.440 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:42 smithi118 conmon[35245]: cluster 2024-01-21T10:03:41.080840+0000 mgr.smithi118.lddrqf (mgr.14182) 1053 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:42.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:42 smithi134 conmon[40421]: cluster 2024-01-21T10:03:41.080840+0000 mgr.smithi118.lddrqf (mgr.14182) 1053 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:42.785 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:03:42.786 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:03:43.322 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:03:43.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:43 smithi118 conmon[35245]: audit 2024-01-21T10:03:42.782198+0000 mgr.smithi118.lddrqf (mgr.14182) 1054 2024-01-21T10:03:43.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:43 smithi118 conmon[35245]: : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:43.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:43 smithi118 conmon[35245]: cluster 2024-01-21T10:03:43.081270+0000 mgr.smithi118.lddrqf (mgr.14182) 1055 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:43.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:43 smithi134 conmon[40421]: audit 2024-01-21T10:03:42.782198+0000 mgr.smithi118.lddrqf (mgr.14182) 1054 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:43.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:43 smithi134 conmon[40421]: cluster 2024 2024-01-21T10:03:43.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:43 smithi134 conmon[40421]: -01-21T10:03:43.081270+0000 mgr.smithi118.lddrqf (mgr.14182) 1055 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:44.323 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:03:46.162 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:03:46.163 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:03:46.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:46 smithi134 conmon[40421]: cluster 2024-01-21T10:03:45.081677+0000 mgr.smithi118.lddrqf (mgr.14182) 1056 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:46.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:46 smithi118 conmon[35245]: cluster 2024-01-21T10:03:45.081677+0000 mgr.smithi118.lddrqf (mgr.14182) 1056 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:46.671 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:03:47.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:47 smithi134 conmon[40421]: audit 2024-01-21T10:03:46.158887+0000 mgr.smithi118.lddrqf (mgr.14182) 1057 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:47.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:47 smithi118 conmon[35245]: audit 2024-01-21T10:03:46.158887+0000 mgr.smithi118.lddrqf (mgr.14182) 1057 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:47.672 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:03:48.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:48 smithi118 conmon[35245]: cluster 2024-01-21T10:03:47.082160+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T10:03:48.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:48 smithi118 conmon[35245]: ) 1058 : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:48.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:48 smithi134 conmon[40421]: cluster 2024-01-21T10:03:47.082160+0000 mgr.smithi118.lddrqf (mgr.14182) 1058 : cluster 2024-01-21T10:03:48.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:48 smithi134 conmon[40421]: [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:49.427 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:03:49.428 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:03:49.995 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:03:50.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:50 smithi118 conmon[35245]: cluster 2024-01-21T10:03:49.082592+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T10:03:50.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:50 smithi118 conmon[35245]: ) 1059 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:50.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:50 smithi134 conmon[40421]: cluster 2024-01-21T10:03:49.082592+0000 mgr.smithi118.lddrqf (mgr.14182) 1059 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:50.995 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:03:51.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:51 smithi118 conmon[35245]: audit 2024-01-21T10:03:49.423787+0000 mgr.smithi118.lddrqf (mgr.14182) 1060 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:51.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:51 smithi134 conmon[40421]: audit 2024-01-21T10:03:49.423787+0000 mgr.smithi118.lddrqf (mgr.14182) 1060 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:52.404 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:52 smithi118 conmon[35245]: cluster 2024-01-21T10:03:51. 2024-01-21T10:03:52.404 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:52 smithi118 conmon[35245]: 083156+0000 mgr.smithi118.lddrqf (mgr.14182) 1061 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:52.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:52 smithi134 conmon[40421]: cluster 2024-01-21T10:03:51.083156+0000 mgr.smithi118.lddrqf (mgr.14182) 1061 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:52.746 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:03:52.746 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:03:53.311 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:03:54.312 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:03:54.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:54 smithi134 conmon[40421]: audit 2024-01-21T10:03:52.742438+0000 mgr.smithi118.lddrqf (mgr.14182) 1062 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:54.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:54 smithi134 conmon[40421]: cluster 2024-01-21T10:03:53.083577+0000 mgr.smithi118.lddrqf (mgr.14182) 1063 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:54.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:54 smithi118 conmon[35245]: audit 2024-01-21T10:03:52.742438+0000 mgr.smithi118.lddrqf (mgr.14182) 1062 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:54.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:54 smithi118 conmon[35245]: cluster 2024-01-21T10:03:53.083577+0000 mgr.smithi118.lddrqf (mgr.14182) 1063 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:56.019 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:03:56.019 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:03:56.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:56 smithi118 conmon[35245]: cluster 2024-01-21T10:03:55.084040+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T10:03:56.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:56 smithi118 conmon[35245]: 1064 : cluster [DBG] pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:56.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:56 smithi134 conmon[40421]: cluster 2024-01-21T10:03:55.084040+0000 mgr.smithi118.lddrqf (mgr.14182) 1064 : cluster [DBG] pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:56.552 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:03:57.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:57 smithi134 conmon[40421]: audit 2024-01-21T10:03:56.015530+0000 mgr.smithi118.lddrqf (mgr.14182) 1065 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:57.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:57 smithi134 conmon[40421]: 2024-01-21T10:03:57.553 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:03:57.587 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:57 smithi118 conmon[35245]: audit 2024-01-21T10:03:56.015530+0000 mgr.smithi118.lddrqf 2024-01-21T10:03:57.587 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:57 smithi118 conmon[35245]: (mgr.14182) 1065 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:03:58.303 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:58 smithi118 conmon[35245]: cluster 2024-01-21T10:03:57.084565+0000 mgr.smithi118.lddrqf (mgr 2024-01-21T10:03:58.303 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:03:58 smithi118 conmon[35245]: .14182) 1066 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:58.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:03:58 smithi134 conmon[40421]: cluster 2024-01-21T10:03:57.084565+0000 mgr.smithi118.lddrqf (mgr.14182) 1066 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:03:59.269 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:03:59.269 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:03:59.810 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:04:00.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:00 smithi134 conmon[40421]: cluster 2024-01-21T10:03:59.085027+0000 mgr.smithi118.lddrqf (mgr.14182) 1067 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:00.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:00 smithi118 conmon[35245]: cluster 2024-01-21T10:03:59.085027+0000 mgr.smithi118.lddrqf (mgr.14182) 1067 : cluster 2024-01-21T10:04:00.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:00 smithi118 conmon[35245]: [DBG] pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:00.811 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:04:01.439 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:01 smithi118 conmon[35245]: audit 2024-01-21T10:03:59.266049+0000 mgr.smithi118.lddrqf (mgr.14182) 1068 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:01.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:01 smithi134 conmon[40421]: audit 2024-01-21T10:03:59.266049+0000 mgr.smithi118.lddrqf (mgr.14182) 1068 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:02.241 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:02 smithi118 conmon[35245]: cluster 2024-01-21T10:04:01.085498+0000 mgr.smithi118.lddrqf (mgr.14182) 1069 : 2024-01-21T10:04:02.241 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:02 smithi118 conmon[35245]: cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:02.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:02 smithi134 conmon[40421]: cluster 2024-01-21T10:04:01.085498+0000 mgr.smithi118.lddrqf (mgr.14182) 1069 : cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:02.559 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:04:02.559 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:04:03.086 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:04:04.087 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:04:04.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:04 smithi134 conmon[40421]: audit 2024-01-21T10:04:02.555946+0000 mgr.smithi118.lddrqf (mgr.14182) 1070 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:04.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:04 smithi134 conmon[40421]: cluster 2024-01-21T10:04:03.085957+0000 mgr.smithi118.lddrqf (mgr.14182) 1071 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:04.544 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:04 smithi118 conmon[35245]: audit 2024-01-21T10:04:02.555946+0000 mgr.smithi118.lddrqf (mgr.14182) 1070 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:04.544 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:04 smithi118 conmon[35245]: cluster 2024-01-21T10:04:03.085957+0000 mgr.smithi118.lddrqf (mgr.14182) 1071 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:05.806 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:04:05.806 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:04:06.376 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:04:06.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:06 smithi134 conmon[40421]: cluster 2024-01-21T10:04:05.086614+0000 mgr.smithi118.lddrqf (mgr.14182) 1072 : cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:06.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:06 smithi118 conmon[35245]: cluster 2024-01-21T10:04:05.086614+0000 mgr.smithi118.lddrqf (mgr.14182) 1072 : 2024-01-21T10:04:06.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:06 smithi118 conmon[35245]: cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:07.376 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:04:07.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:07 smithi134 conmon[40421]: audit 2024-01-21T10:04:05.802885+0000 mgr.smithi118.lddrqf (mgr.14182) 1073 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:07.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:07 smithi118 conmon[35245]: audit 2024-01-21T10:04:05.802885+0000 mgr.smithi118.lddrqf (mgr.14182) 1073 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:08.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:08 smithi134 conmon[40421]: cluster 2024-01-21T10:04:07.087384+0000 mgr.smithi118.lddrqf (mgr.14182) 1074 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:08.502 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:08 smithi118 conmon[35245]: cluster 2024-01-21T10:04:07.087384+0000 mgr.smithi118.lddrqf (mgr.14182) 1074 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:09.069 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:04:09.069 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:04:09.659 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:04:10.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:10 smithi134 conmon[40421]: audit 2024-01-21T10:04:09.065983+0000 mgr.smithi118.lddrqf (mgr.14182) 1075 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:10.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:10 smithi134 conmon[40421]: cluster 2024-01-21T10:04:09.087898+0000 mgr.smithi118.lddrqf (mgr.14182) 1076 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:10.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:10 smithi118 conmon[35245]: audit 2024-01-21T10:04:09.065983+0000 mgr.smithi118.lddrqf (mgr.14182) 1075 2024-01-21T10:04:10.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:10 smithi118 conmon[35245]: : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:10.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:10 smithi118 conmon[35245]: cluster 2024-01-21T10:04:09.087898+0000 mgr.smithi118.lddrqf (mgr.14182) 1076 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:10.660 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:04:11.443 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:11 smithi118 conmon[35245]: cluster 2024-01-21T10:04:11.088477+0000 mgr.smithi118.lddrqf (mgr.14182) 1077 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:11.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:11 smithi134 conmon[40421]: cluster 2024-01-21T10:04:11.088477+0000 mgr.smithi118.lddrqf (mgr.14182) 1077 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:12.423 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:04:12.423 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:04:12.999 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:04:14.001 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:04:14.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:14 smithi118 conmon[35245]: audit 2024-01-21T10:04:12.419411+0000 mgr.smithi118.lddrqf ( 2024-01-21T10:04:14.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:14 smithi118 conmon[35245]: mgr.14182) 1078 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:14.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:14 smithi118 conmon[35245]: cluster 2024-01-21T10:04:13.088885+0000 mgr.smithi118.lddrqf (mgr.14182) 1079 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:14.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:14 smithi134 conmon[40421]: audit 2024-01-21T10:04:12.419411+0000 mgr.smithi118.lddrqf (mgr.14182) 1078 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:14.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:14 smithi134 conmon[40421]: cluster 2024-01-21T10:04:14.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:14 smithi134 conmon[40421]: 2024-01-21T10:04:13.088885+0000 mgr.smithi118.lddrqf (mgr.14182) 1079 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:15.719 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:04:15.719 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:04:16.291 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:04:16.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:16 smithi134 conmon[40421]: cluster 2024-01-21T10:04:15.089413+0000 mgr.smithi118.lddrqf (mgr.14182) 1080 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:16.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:16 smithi118 conmon[35245]: cluster 2024-01-21T10:04:15. 2024-01-21T10:04:16.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:16 smithi118 conmon[35245]: 089413+0000 mgr.smithi118.lddrqf (mgr.14182) 1080 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:17.292 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:04:17.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:17 smithi134 conmon[40421]: audit 2024-01-21T10:04:15.714768+0000 mgr.smithi118.lddrqf (mgr.14182) 1081 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:17.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:17 smithi118 conmon[35245]: audit 2024-01-21T10:04:15.714768+0000 2024-01-21T10:04:17.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:17 smithi118 conmon[35245]: mgr.smithi118.lddrqf (mgr.14182) 1081 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:18.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:18 smithi118 conmon[35245]: cluster 2024-01-21T10:04:17.090103+0000 mgr.smithi118.lddrqf (mgr.14182) 1082 : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:18.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:18 smithi134 conmon[40421]: cluster 2024-01-21T10:04:17.090103+0000 mgr.smithi118.lddrqf (mgr.14182) 1082 : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:19.017 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:04:19.017 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:04:19.598 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:04:20.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:20 smithi134 conmon[40421]: audit 2024-01-21T10:04:19.013660+0000 mgr.smithi118.lddrqf (mgr.14182) 1083 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:20.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:20 smithi134 conmon[40421]: cluster 2024-01-21T10:04:19.090592+0000 mgr.smithi118.lddrqf (mgr.14182) 1084 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:20.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:20 smithi118 conmon[35245]: audit 2024-01-21T10:04:19.013660+0000 mgr.smithi118.lddrqf (mgr.14182) 1083 : audit 2024-01-21T10:04:20.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:20 smithi118 conmon[35245]: [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:20.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:20 smithi118 conmon[35245]: cluster 2024-01-21T10:04:19.090592+0000 mgr.smithi118.lddrqf (mgr.14182) 1084 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:20.599 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:04:21.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:21 smithi118 conmon[35245]: cluster 2024-01-21T10:04:21.091099+0000 mgr.smithi118.lddrqf (mgr.14182) 1085 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:21.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:21 smithi134 conmon[40421]: cluster 2024-01-21T10:04:21.091099+0000 mgr.smithi118.lddrqf (mgr.14182) 1085 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:22.358 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:04:22.358 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:04:22.906 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:04:23.907 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:04:24.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:24 smithi118 conmon[35245]: audit 2024-01-21T10:04:22.354156+0000 mgr.smithi118.lddrqf (mgr.14182) 1086 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:24.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:24 smithi118 conmon[35245]: cluster 2024-01-21T10:04:23.091582+0000 mgr.smithi118.lddrqf (mgr.14182) 1087 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:24.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:24 smithi134 conmon[40421]: audit 2024-01-21T10:04:22.354156+0000 mgr.smithi118.lddrqf (mgr.14182) 1086 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:24.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:24 smithi134 conmon[40421]: cluster 2024-01-21T10:04:23.091582+0000 mgr.smithi118.lddrqf (mgr.14182) 1087 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:25.595 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:04:25.596 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:04:26.105 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:04:26.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:26 smithi118 conmon[35245]: cluster 2024-01-21T10:04:25.092020+0000 mgr.smithi118.lddrqf (mgr.14182) 1088 : cluster [DBG] 2024-01-21T10:04:26.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:26 smithi118 conmon[35245]: pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:26.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:26 smithi134 conmon[40421]: cluster 2024-01-21T10:04:25.092020+0000 mgr.smithi118.lddrqf (mgr.14182) 1088 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:27.107 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:04:27.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:27 smithi134 conmon[40421]: audit 2024-01-21T10:04:25.592381+0000 mgr.smithi118.lddrqf (mgr.14182) 1089 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:27.547 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:27 smithi118 conmon[35245]: audit 2024-01-21T10:04:25.592381+0000 mgr.smithi118.lddrqf (mgr.14182) 1089 : audit 2024-01-21T10:04:27.548 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:27 smithi118 conmon[35245]: [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:28.307 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:28 smithi118 conmon[35245]: cluster 2024-01-21T10:04:27.092667+0000 mgr.smithi118.lddrqf (mgr.14182) 1090 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:28.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:28 smithi134 conmon[40421]: cluster 2024-01-21T10:04:27.092667+0000 mgr.smithi118.lddrqf (mgr.14182) 1090 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:28.872 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:04:28.873 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:04:29.363 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:04:30.364 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:04:30.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:30 smithi134 conmon[40421]: audit 2024-01-21T10:04:28.868722+0000 mgr.smithi118.lddrqf (mgr.14182) 1091 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:30.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:30 smithi134 conmon[40421]: cluster 2024-01-21T10:04:29.093465+0000 mgr.smithi118.lddrqf (mgr.14182) 1092 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:30.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:30 smithi118 conmon[35245]: audit 2024-01-21T10:04:28.868722+0000 mgr.smithi118.lddrqf (mgr.14182) 1091 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:30.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:30 smithi118 conmon[35245]: 2024-01-21T10:04:30.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:30 smithi118 conmon[35245]: cluster 2024-01-21T10:04:29.093465+0000 mgr.smithi118.lddrqf (mgr.14182) 1092 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:31.547 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:31 smithi118 conmon[35245]: cluster 2024-01-21T10:04:31.094057+0000 mgr.smithi118.lddrqf (mgr.14182) 1093 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:31.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:31 smithi134 conmon[40421]: cluster 2024-01-21T10:04:31.094057+0000 mgr.smithi118.lddrqf (mgr.14182) 1093 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:32.158 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:04:32.158 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:04:32.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:32 smithi118 conmon[35245]: audit 2024-01-21T10:04:32.154335+0000 mgr.smithi118.lddrqf (mgr. 2024-01-21T10:04:32.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:32 smithi118 conmon[35245]: 14182) 1094 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:32.629 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:04:32.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:32 smithi134 conmon[40421]: audit 2024-01-21T10:04:32.154335+0000 mgr.smithi118.lddrqf (mgr.14182) 1094 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:33.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:33 smithi118 conmon[35245]: cluster 2024-01-21T10:04:33.094616+0000 mgr.smithi118.lddrqf (mgr.14182) 1095 : cluster 2024-01-21T10:04:33.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:33 smithi118 conmon[35245]: [DBG] pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:33.630 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:04:33.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:33 smithi134 conmon[40421]: cluster 2024-01-21T10:04:33.094616+0000 mgr.smithi118.lddrqf (mgr.14182) 1095 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:35.324 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:04:35.325 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:04:35.862 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:04:36.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:36 smithi134 conmon[40421]: cluster 2024-01-21T10:04:35.095191+0000 mgr.smithi118.lddrqf (mgr.14182) 1096 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:36.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:36 smithi118 conmon[35245]: cluster 2024-01-21T10:04:35.095191+0000 mgr.smithi118.lddrqf (mgr.14182) 1096 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:36.863 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:04:37.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:37 smithi134 conmon[40421]: audit 2024-01-21T10:04:35.320302+0000 mgr.smithi118.lddrqf (mgr.14182) 1097 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:37.481 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:37 smithi118 conmon[35245]: audit 2024-01-21T10:04:35.320302+0000 mgr.smithi118.lddrqf (mgr.14182) 1097 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:38.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:38 smithi118 conmon[35245]: cluster 2024-01-21T10:04:37.095685+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T10:04:38.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:38 smithi118 conmon[35245]: 1098 : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:38.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:38 smithi134 conmon[40421]: cluster 2024-01-21T10:04:37.095685+0000 mgr.smithi118.lddrqf (mgr.14182) 1098 : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:38.590 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:04:38.591 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:04:39.171 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:04:40.173 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:04:40.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:40 smithi134 conmon[40421]: audit 2024-01-21T10:04:38.586926+0000 mgr.smithi118.lddrqf (mgr.14182) 1099 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:40.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:40 smithi134 conmon[40421]: cluster 2024-01-21T10:04:39.096255+0000 mgr.smithi118.lddrqf (mgr.14182) 1100 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:40.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:40 smithi118 conmon[35245]: audit 2024-01-21T10:04:38.586926+0000 mgr.smithi118.lddrqf (mgr.14182) 1099 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:40.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:40 smithi118 conmon[35245]: 2024-01-21T10:04:40.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:40 smithi118 conmon[35245]: cluster 2024-01-21T10:04:39.096255+0000 mgr.smithi118.lddrqf (mgr.14182) 1100 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:41.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:41 smithi118 conmon[35245]: cluster 2024-01-21T10:04:41.096755+0000 mgr.smithi118.lddrqf (mgr.14182) 1101 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:41.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:41 smithi134 conmon[40421]: cluster 2024-01-21T10:04:41.096755+0000 mgr.smithi118.lddrqf (mgr.14182) 1101 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:42.007 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:04:42.007 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:04:42.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:42 smithi118 conmon[35245]: audit 2024-01-21T10:04:42.003002+0000 mgr.smithi118.lddrqf (mgr.14182) 1102 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:42.563 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:04:42.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:42 smithi134 conmon[40421]: audit 2024-01-21T10:04:42.003002+0000 mgr.smithi118.lddrqf (mgr.14182) 1102 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:43.564 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:04:43.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:43 smithi118 conmon[35245]: cluster 2024-01-21T10:04:43.097470+0000 mgr.smithi118.lddrqf (mgr.14182) 1103 : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:43.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:43 smithi134 conmon[40421]: cluster 2024-01-21T10:04:43.097470+0000 mgr.smithi118.lddrqf (mgr.14182) 1103 : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:45.229 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:04:45.230 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:04:45.778 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:04:46.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:46 smithi134 conmon[40421]: cluster 2024-01-21T10:04:45.097998+0000 mgr.smithi118.lddrqf (mgr.14182) 1104 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:46.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:46 smithi118 conmon[35245]: cluster 2024-01-21T10:04:45.097998+0000 mgr.smithi118.lddrqf (mgr.14182) 1104 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:46.778 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:04:47.411 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:47 smithi118 conmon[35245]: audit 2024-01-21T10:04:45.226222+0000 mgr.smithi118.lddrqf (mgr.14182) 1105 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:47.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:47 smithi134 conmon[40421]: audit 2024-01-21T10:04:45.226222+0000 mgr.smithi118.lddrqf (mgr.14182) 1105 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:47.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:47 smithi134 conmon[40421]: 2024-01-21T10:04:48.171 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:48 smithi118 conmon[35245]: cluster 2024-01-21T10:04:47.098503+0000 mgr.smithi118.lddrqf (mgr.14182) 1106 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:48.171 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:48 smithi118 conmon[35245]: 2024-01-21T10:04:48.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:48 smithi134 conmon[40421]: cluster 2024-01-21T10:04:47.098503+0000 mgr.smithi118.lddrqf (mgr.14182) 1106 : cluster [DBG] 2024-01-21T10:04:48.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:48 smithi134 conmon[40421]: pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:48.534 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:04:48.534 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:04:49.120 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:04:50.121 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:04:50.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:50 smithi134 conmon[40421]: audit 2024-01-21T10:04:48.530379+0000 mgr.smithi118.lddrqf (mgr.14182) 1107 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:50.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:50 smithi134 conmon[40421]: cluster 2024-01-21T10:04:49.099013+0000 mgr.smithi118.lddrqf (mgr.14182) 1108 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:50.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:50 smithi118 conmon[35245]: audit 2024-01-21T10:04:48.530379+0000 mgr.smithi118.lddrqf (mgr.14182) 1107 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:50.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:50 smithi118 conmon[35245]: cluster 2024-01-21T10:04:49.099013+0000 mgr.smithi118.lddrqf (mgr.14182) 1108 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:51.545 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:51 smithi118 conmon[35245]: cluster 2024-01-21T10:04:51.099497+0000 mgr.smithi118.lddrqf (mgr.14182) 1109 : 2024-01-21T10:04:51.545 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:51 smithi118 conmon[35245]: cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:51.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:51 smithi134 conmon[40421]: cluster 2024-01-21T10:04:51.099497+0000 mgr.smithi118.lddrqf (mgr.14182) 1109 : cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:51.924 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:04:51.924 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:04:52.478 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:04:52.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:52 smithi118 conmon[35245]: audit 2024-01-21T10:04:51.920529+0000 mgr.smithi118.lddrqf (mgr.14182) 1110 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:52.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:52 smithi134 conmon[40421]: audit 2024-01-21T10:04:51.920529+0000 mgr.smithi118.lddrqf (mgr.14182) 1110 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:53.479 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:04:53.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:53 smithi118 conmon[35245]: cluster 2024-01-21T10:04:53.099955+0000 mgr.smithi118.lddrqf (mgr.14182) 1111 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:53.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:53 smithi134 conmon[40421]: cluster 2024-01-21T10:04:53.099955+0000 mgr.smithi118.lddrqf (mgr.14182) 1111 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:55.227 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:04:55.227 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:04:55.799 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:04:56.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:56 smithi134 conmon[40421]: cluster 2024-01-21T10:04:55.100462+0000 mgr.smithi118.lddrqf (mgr.14182) 1112 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:56.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:56 smithi118 conmon[35245]: cluster 2024-01-21T10:04:55.100462+0000 mgr.smithi118.lddrqf (mgr.14182) 1112 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:56.800 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:04:57.418 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:57 smithi118 conmon[35245]: audit 2024-01-21T10:04:55.223273+0000 mgr.smithi118.lddrqf (mgr.14182) 1113 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:57.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:57 smithi134 conmon[40421]: audit 2024-01-21T10:04:55.223273+0000 mgr.smithi118.lddrqf (mgr.14182) 1113 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:04:58.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:58 smithi118 conmon[35245]: cluster 2024-01 2024-01-21T10:04:58.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:04:58 smithi118 conmon[35245]: -21T10:04:57.100989+0000 mgr.smithi118.lddrqf (mgr.14182) 1114 : cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:58.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:58 smithi134 conmon[40421]: cluster 2024-01-21T10:04:57.100989+0000 mgr.smithi118.lddrqf (mgr.14182) 1114 : cluster 2024-01-21T10:04:58.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:04:58 smithi134 conmon[40421]: [DBG] pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:04:58.535 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:04:58.535 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:04:59.101 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:05:00.102 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:05:00.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:00 smithi134 conmon[40421]: audit 2024-01-21T10:04:58.531987+0000 mgr.smithi118.lddrqf (mgr.14182) 1115 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:00.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:00 smithi134 conmon[40421]: cluster 2024-01-21T10:04:59.101585+0000 mgr.smithi118.lddrqf (mgr.14182) 1116 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:00.542 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:00 smithi118 conmon[35245]: audit 2024-01-21T10:04:58.531987+0000 mgr.smithi118.lddrqf (mgr.14182) 1115 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:00.542 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:00 smithi118 conmon[35245]: cluster 2024-01-21T10:04:59.101585+0000 mgr.smithi118.lddrqf (mgr.14182) 1116 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:01.512 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:01 smithi118 conmon[35245]: cluster 2024-01-21T10:05:01.102299 2024-01-21T10:05:01.512 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:01 smithi118 conmon[35245]: +0000 mgr.smithi118.lddrqf (mgr.14182) 1117 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:01.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:01 smithi134 conmon[40421]: cluster 2024-01-21T10:05:01.102299+0000 mgr.smithi118.lddrqf (mgr.14182) 1117 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:01.852 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:05:01.852 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:05:02.433 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:05:02.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:02 smithi118 conmon[35245]: audit 2024-01-21T10:05:01.848730+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T10:05:02.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:02 smithi118 conmon[35245]: 1118 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:02.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:02 smithi134 conmon[40421]: audit 2024-01-21T10:05:01.848730+0000 mgr.smithi118.lddrqf (mgr.14182) 1118 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:03.435 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:05:03.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:03 smithi118 conmon[35245]: cluster 2024-01-21T10:05:03.102750+0000 mgr.smithi118.lddrqf (mgr.14182) 1119 : cluster [DBG] 2024-01-21T10:05:03.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:03 smithi118 conmon[35245]: pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:03.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:03 smithi134 conmon[40421]: cluster 2024-01-21T10:05:03.102750+0000 mgr.smithi118.lddrqf (mgr.14182) 1119 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:05.150 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:05:05.150 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:05:05.750 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:05:06.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:06 smithi134 conmon[40421]: cluster 2024-01-21T10:05:05.103339+0000 mgr.smithi118.lddrqf (mgr.14182) 1120 : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:06.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:06 smithi134 conmon[40421]: audit 2024-01-21T10:05:05.146286+0000 mgr.smithi118.lddrqf (mgr.14182) 1121 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:06.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:06 smithi118 conmon[35245]: cluster 2024-01-21T10:05:05.103339+0000 mgr.smithi118.lddrqf (mgr.14182) 1120 : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:06.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:06 smithi118 conmon[35245]: audit 2024-01-21T10:05:05.146286+0000 mgr.smithi118.lddrqf (mgr.14182) 1121 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:06.750 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:05:08.195 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:08 smithi118 conmon[35245]: cluster 2024-01-21T10:05:07.103794+0000 mgr.smithi118.lddrqf (mgr.14182) 1122 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:08.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:08 smithi134 conmon[40421]: cluster 2024-01-21T10:05:07.103794+0000 mgr.smithi118.lddrqf (mgr.14182) 1122 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:08.537 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:05:08.537 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:05:09.074 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:05:10.074 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:05:10.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:10 smithi134 conmon[40421]: audit 2024-01-21T10:05:08.533464+0000 mgr.smithi118.lddrqf (mgr.14182) 1123 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:10.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:10 smithi134 conmon[40421]: cluster 2024-01-21T10:05:10.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:10 smithi134 conmon[40421]: 2024-01-21T10:05:09.104380+0000 mgr.smithi118.lddrqf (mgr.14182) 1124 : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:10.516 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:10 smithi118 conmon[35245]: audit 2024-01-21T10:05:08.533464+0000 mgr.smithi118.lddrqf (mgr.14182) 1123 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:10.517 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:10 smithi118 conmon[35245]: cluster 2024-01-21T10:05:09.104380+0000 mgr.smithi118.lddrqf (mgr.14182) 1124 : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:11.501 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:11 smithi118 conmon[35245]: cluster 2024-01-21T10:05:11.104803+0000 mgr.smithi118.lddrqf (mgr 2024-01-21T10:05:11.502 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:11 smithi118 conmon[35245]: .14182) 1125 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:11.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:11 smithi134 conmon[40421]: cluster 2024-01-21T10:05:11.104803+0000 mgr.smithi118.lddrqf (mgr.14182) 1125 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:11.833 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:05:11.833 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:05:12.391 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:05:12.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:12 smithi118 conmon[35245]: audit 2024-01-21T10:05:11.829467+0000 mgr.smithi118.lddrqf (mgr.14182) 1126 : 2024-01-21T10:05:12.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:12 smithi118 conmon[35245]: audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:12.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:12 smithi134 conmon[40421]: audit 2024-01-21T10:05:11.829467+0000 mgr.smithi118.lddrqf (mgr.14182) 1126 2024-01-21T10:05:12.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:12 smithi134 conmon[40421]: : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:13.392 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:05:13.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:13 smithi118 conmon[35245]: cluster 2024-01-21T10:05:13.105559+0000 mgr.smithi118.lddrqf (mgr.14182) 1127 2024-01-21T10:05:13.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:13 smithi118 conmon[35245]: : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:13.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:13 smithi134 conmon[40421]: cluster 2024-01-21T10:05:13.105559+0000 mgr.smithi118.lddrqf (mgr.14182) 1127 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:15.115 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:05:15.115 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:05:15.665 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:05:16.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:16 smithi134 conmon[40421]: cluster 2024-01-21T10:05:15.106056+0000 mgr.smithi118.lddrqf (mgr.14182) 1128 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:16.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:16 smithi134 conmon[40421]: audit 2024-01-21T10:05:15.111460+0000 mgr.smithi118.lddrqf (mgr.14182) 1129 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:16.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:16 smithi118 conmon[35245]: cluster 2024-01-21T10:05:15.106056+0000 mgr.smithi118.lddrqf (mgr.14182) 1128 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:16.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:16 smithi118 conmon[35245]: audit 2024-01-21T10:05:15.111460+0000 mgr.smithi118.lddrqf (mgr.14182) 1129 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:16.666 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:05:18.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:18 smithi134 conmon[40421]: cluster 2024-01-21T10:05:17.106766+0000 mgr.smithi118.lddrqf (mgr.14182) 1130 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:18.468 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:05:18.468 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:05:18.489 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:18 smithi118 conmon[35245]: cluster 2024-01-21T10:05:17.106766+0000 mgr.smithi118.lddrqf (mgr.14182) 1130 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:18.997 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:05:19.998 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:05:20.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:20 smithi118 conmon[35245]: audit 2024-01-21T10:05:18.464734+0000 mgr.smithi118.lddrqf (mgr.14182) 1131 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:20.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:20 smithi118 conmon[35245]: cluster 2024-01-21T10:05:19.107270+0000 mgr.smithi118.lddrqf (mgr.14182) 1132 : cluster [DBG] pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:20.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:20 smithi134 conmon[40421]: audit 2024-01-21T10:05:18.464734+0000 mgr.smithi118.lddrqf (mgr.14182) 1131 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:20.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:20 smithi134 conmon[40421]: cluster 2024-01-21T10:05:19.107270+0000 mgr.smithi118.lddrqf (mgr.14182) 1132 : cluster [DBG] pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:21.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:21 smithi118 conmon[35245]: cluster 2024-01-21T10:05:21.107729+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T10:05:21.345 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:21 smithi118 conmon[35245]: ) 1133 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:21.656 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:05:21.657 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:05:21.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:21 smithi134 conmon[40421]: cluster 2024-01-21T10:05:21.107729+0000 mgr.smithi118.lddrqf (mgr.14182) 1133 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:22.205 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:05:22.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:22 smithi118 conmon[35245]: audit 2024-01-21T10:05:21.653266+0000 mgr.smithi118.lddrqf (mgr.14182) 1134 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:22.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:22 smithi134 conmon[40421]: audit 2024-01-21T10:05:21.653266+0000 mgr.smithi118.lddrqf (mgr.14182) 1134 : audit [DBG] 2024-01-21T10:05:22.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:22 smithi134 conmon[40421]: from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:23.206 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:05:23.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:23 smithi118 conmon[35245]: cluster 2024-01-21T10:05:23.108260+0000 mgr.smithi118.lddrqf (mgr.14182) 1135 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:23.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:23 smithi134 conmon[40421]: cluster 2024-01-21T10:05:23.108260+0000 mgr.smithi118.lddrqf (mgr.14182) 1135 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:24.916 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:05:24.916 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:56:36.878773Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ubwunm on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:05:25.506 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:05:26.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:26 smithi134 conmon[40421]: audit 2024-01-21T10:05:24.912209+0000 mgr.smithi118.lddrqf (mgr.14182) 1136 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:26.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:26 smithi134 conmon[40421]: cluster 2024-01-21T10:05:25.108891+0000 mgr.smithi118.lddrqf (mgr.14182) 1137 : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:26.503 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:26 smithi118 conmon[35245]: audit 2024-01-21T10:05:24.912209+0000 mgr.smithi118.lddrqf (mgr.14182) 1136 : audit [DBG] 2024-01-21T10:05:26.504 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:26 smithi118 conmon[35245]: from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:26.504 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:26 smithi118 conmon[35245]: cluster 2024-01-21T10:05:25.108891+0000 mgr.smithi118.lddrqf (mgr.14182) 1137 : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:26.506 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:05:27.314 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:27 smithi118 conmon[35245]: audit 2024-01-21T10:05:26.504438+0000 mon.smithi118 (mon.0) 713 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi134.ltjhim"}]: dispatch 2024-01-21T10:05:27.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:27 smithi134 conmon[40421]: audit 2024-01-21T10:05:26.504438+0000 mon.smithi118 (mon.0) 713 : audit [INF] from='mgr.14182 172.21.15.118:0/2083712634' entity='mgr.smithi118.lddrqf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi134.ltjhim"}]: dispatch 2024-01-21T10:05:28.341 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:05:28.341 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:05:28.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: cephadm 2024-01-21T10:05:26.503831+0000 mgr.smithi118.lddrqf (mgr.14182) 1138 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim 2024-01-21T10:05:28.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim 2024-01-21T10:05:28.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim 2024-01-21T10:05:28.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim 2024-01-21T10:05:28.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: Deploy daemon haproxy.rgw.foo.smithi134.ltjhim ... 2024-01-21T10:05:28.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:05:28.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T10:05:28.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: stat: stderr time="2024-01-21T10:03:29Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:05:28.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: stat: stderr time="2024-01-21T10:04:07Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:05:28.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: stat: stderr time="2024-01-21T10:04:46Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:05:28.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T10:05:28.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T10:05:28.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:05:28.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: Traceback (most recent call last): 2024-01-21T10:05:28.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T10:05:28.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: yield (conn, connr) 2024-01-21T10:05:28.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T10:05:28.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: code, '\n'.join(err))) 2024-01-21T10:05:28.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: 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-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim 2024-01-21T10:05:28.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim 2024-01-21T10:05:28.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim 2024-01-21T10:05:28.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim 2024-01-21T10:05:28.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: Deploy daemon haproxy.rgw.foo.smithi134.ltjhim ... 2024-01-21T10:05:28.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:05:28.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T10:05:28.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: stat: stderr time="2024-01-21T10:03:29Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:05:28.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: stat: stderr time="2024-01-21T10:04:07Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:05:28.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: stat: stderr time="2024-01-21T10:04:46Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:05:28.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T10:05:28.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase 2024-01-21T10:05:28.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T10:05:28.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:05:28.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: cephadm 2024-01-21T10:05:26.504043+0000 mgr.smithi118.lddrqf (mgr.14182) 1139 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi134.ltjhim 2024-01-21T10:05:28.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: cephadm 2024-01-21T10:05:26.505168+0000 mgr.smithi118.lddrqf (mgr.14182) 1140 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim 2024-01-21T10:05:28.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim 2024-01-21T10:05:28.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim 2024-01-21T10:05:28.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim 2024-01-21T10:05:28.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: Deploy daemon haproxy.rgw.foo.smithi134.ltjhim ... 2024-01-21T10:05:28.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:05:28.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T10:05:28.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: stat: stderr time="2024-01-21T10:03:29Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:05:28.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: stat: stderr time="2024-01-21T10:04:07Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:05:28.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: stat: stderr time="2024-01-21T10:04:46Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:05:28.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T10:05:28.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T10:05:28.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:05:28.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: cephadm 2024-01-21T10:05:26.506841+0000 mgr.smithi118.lddrqf (mgr.14182) 1141 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi118.slpggl on smithi118 2024-01-21T10:05:28.467 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:28 smithi134 conmon[40421]: cluster 2024-01-21T10:05:27.109382+0000 mgr.smithi118.lddrqf (mgr.14182) 1142 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:28.539 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: cephadm 2024-01-21T10:05:26.503831+0000 mgr.smithi118.lddrqf (mgr.14182) 1138 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim 2024-01-21T10:05:28.540 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim 2024-01-21T10:05:28.540 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim 2024-01-21T10:05:28.540 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim 2024-01-21T10:05:28.540 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: Deploy daemon haproxy.rgw.foo.smithi134.ltjhim ... 2024-01-21T10:05:28.540 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:05:28.540 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T10:05:28.540 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: stat: stderr time="2024-01-21T10:03:29Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:05:28.540 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: stat: stderr time="2024-01-21T10:04:07Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:05:28.540 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: stat: stderr time="2024-01-21T10:04:46Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:05:28.540 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T10:05:28.540 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T10:05:28.540 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:05:28.541 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: Traceback (most recent call last): 2024-01-21T10:05:28.541 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T10:05:28.541 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: yield (conn, connr) 2024-01-21T10:05:28.541 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T10:05:28.541 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: code, '\n'.join(err))) 2024-01-21T10:05:28.541 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: 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-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim 2024-01-21T10:05:28.541 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim 2024-01-21T10:05:28.541 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim 2024-01-21T10:05:28.541 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim 2024-01-21T10:05:28.541 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: Deploy daemon haproxy.rgw.foo.smithi134.ltjhim ... 2024-01-21T10:05:28.541 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:05:28.541 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T10:05:28.541 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: stat: stderr time="2024-01-21T10:03:29Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:05:28.541 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: stat: stderr time="2024-01-21T10:04:07Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:05:28.542 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: stat: stderr time="2024-01-21T10:04:46Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:05:28.542 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T10:05:28.542 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase 2024-01-21T10:05:28.542 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T10:05:28.542 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:05:28.542 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: cephadm 2024-01-21T10:05:26.504043+0000 mgr.smithi118.lddrqf (mgr.14182) 1139 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi134.ltjhim 2024-01-21T10:05:28.542 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: cephadm 2024-01-21T10:05:26.505168+0000 mgr.smithi118.lddrqf (mgr.14182) 1140 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim 2024-01-21T10:05:28.542 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim 2024-01-21T10:05:28.542 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim 2024-01-21T10:05:28.542 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: /bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim 2024-01-21T10:05:28.542 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: Deploy daemon haproxy.rgw.foo.smithi134.ltjhim ... 2024-01-21T10:05:28.542 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:05:28.542 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T10:05:28.543 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: stat: stderr time="2024-01-21T10:03:29Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:05:28.543 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: stat: stderr time="2024-01-21T10:04:07Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:05:28.543 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: stat: stderr time="2024-01-21T10:04:46Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:05:28.543 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T10:05:28.543 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T10:05:28.543 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:05:28.543 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: cephadm 2024-01-21T10:05:26.506841+0000 mgr.smithi118.lddrqf (mgr.14182) 1141 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi118.slpggl on smithi118 2024-01-21T10:05:28.543 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:28 smithi118 conmon[35245]: cluster 2024-01-21T10:05:27.109382+0000 mgr.smithi118.lddrqf (mgr.14182) 1142 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:28.937 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:05:29.938 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:05:30.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:30 smithi118 conmon[35245]: audit 2024-01-21T10:05:28.337804+0000 mgr.smithi118.lddrqf (mgr.14182) 1143 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:30.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:30 smithi118 conmon[35245]: cluster 2024-01-21T10:05:29.109833+0000 mgr.smithi118.lddrqf (mgr.14182) 1144 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:30.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:30 smithi134 conmon[40421]: audit 2024-01-21T10:05:28.337804+0000 mgr.smithi118.lddrqf (mgr.14182) 1143 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:30.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:30 smithi134 conmon[40421]: cluster 2024-01-21T10:05:29.109833+0000 mgr.smithi118.lddrqf (mgr.14182) 1144 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:31.365 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:31 smithi118 conmon[35245]: cluster 2024-01-21T10:05:31.110355+0000 mgr.smithi118.lddrqf (mgr. 2024-01-21T10:05:31.366 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:31 smithi118 conmon[35245]: 14182) 1145 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:31.684 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:05:31.684 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:05:31.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:31 smithi134 conmon[40421]: cluster 2024-01-21T10:05:31.110355+0000 mgr.smithi118.lddrqf (mgr.14182) 1145 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:32.279 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:05:32.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:32 smithi118 conmon[35245]: audit 2024-01-21T10:05:31.680995+0000 mgr.smithi118.lddrqf (mgr.14182) 1146 : audit 2024-01-21T10:05:32.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:32 smithi118 conmon[35245]: [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:32.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:32 smithi134 conmon[40421]: audit 2024-01-21T10:05:31.680995+0000 mgr.smithi118.lddrqf (mgr.14182) 1146 2024-01-21T10:05:32.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:32 smithi134 conmon[40421]: : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:33.280 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:05:33.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:33 smithi118 conmon[35245]: cluster 2024-01-21T10:05:33.110856+0000 mgr.smithi118.lddrqf (mgr.14182) 1147 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:33.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:33 smithi134 conmon[40421]: cluster 2024-01-21T10:05:33.110856+0000 mgr.smithi118.lddrqf (mgr.14182) 1147 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:35.000 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:05:35.000 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:05:35.603 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:05:36.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:36 smithi134 conmon[40421]: audit 2024-01-21T10:05:34.996383+0000 mgr.smithi118.lddrqf (mgr.14182) 1148 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:36.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:36 smithi134 conmon[40421]: cluster 2024-01-21T10:05:35.111432+0000 mgr.smithi118.lddrqf (mgr.14182) 1149 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:36.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:36 smithi118 conmon[35245]: audit 2024-01-21T10:05:34.996383+0000 mgr.smithi118.lddrqf (mgr.14182) 1148 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:36.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:36 smithi118 conmon[35245]: cluster 2024-01-21T10:05:35.111432+0000 mgr.smithi118.lddrqf (mgr.14182) 1149 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:36.603 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:05:38.329 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:05:38.329 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:05:38.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:38 smithi134 conmon[40421]: cluster 2024-01-21T10:05:37.111848+0000 mgr.smithi118.lddrqf (mgr.14182) 1150 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:38.525 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:38 smithi118 conmon[35245]: cluster 2024-01-21T10:05:37.111848+0000 mgr.smithi118.lddrqf (mgr.14182) 1150 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:38.918 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:05:39.919 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:05:40.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:40 smithi118 conmon[35245]: audit 2024-01-21T10:05:38.325470+0000 mgr.smithi118.lddrqf (mgr.14182) 1151 : 2024-01-21T10:05:40.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:40 smithi118 conmon[35245]: audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:40.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:40 smithi118 conmon[35245]: cluster 2024-01-21T10:05:39.112389+0000 mgr.smithi118.lddrqf (mgr.14182) 1152 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:40.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:40 smithi134 conmon[40421]: audit 2024-01-21T10:05:38.325470+0000 mgr.smithi118.lddrqf (mgr.14182) 1151 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:40.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:40 smithi134 conmon[40421]: cluster 2024-01-21T10:05:39.112389+0000 mgr.smithi118.lddrqf (mgr.14182) 1152 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:41.379 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:41 smithi118 conmon[35245]: cluster 2024-01-21T10:05:41.112930+0000 mgr.smithi118.lddrqf (mgr.14182) 1153 : cluster [DBG] 2024-01-21T10:05:41.380 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:41 smithi118 conmon[35245]: pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:41.694 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:05:41.694 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:05:41.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:41 smithi134 conmon[40421]: cluster 2024-01-21T10:05:41.112930+0000 mgr.smithi118.lddrqf (mgr.14182) 1153 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:42.236 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:05:42.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:42 smithi118 conmon[35245]: audit 2024-01-21T10:05:41.690371+0000 mgr.smithi118.lddrqf (mgr.14182) 1154 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:42.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:42 smithi134 conmon[40421]: audit 2024-01-21T10:05:41.690371+0000 mgr.smithi118.lddrqf (mgr.14182) 1154 : audit [DBG] 2024-01-21T10:05:42.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:42 smithi134 conmon[40421]: from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:43.236 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:05:43.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:43 smithi118 conmon[35245]: cluster 2024-01-21T10:05:43.113624+0000 mgr.smithi118.lddrqf (mgr.14182) 1155 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:43.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:43 smithi134 conmon[40421]: cluster 2024-01-21T10:05:43.113624+0000 mgr.smithi118.lddrqf (mgr.14182) 1155 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:44.976 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:05:44.976 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:05:45.518 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:05:46.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:46 smithi134 conmon[40421]: audit 2024-01-21T10:05:44.971978+0000 mgr.smithi118.lddrqf (mgr.14182) 1156 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:46.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:46 smithi134 conmon[40421]: cluster 2024-01-21T10:05:45.114398+0000 mgr.smithi118.lddrqf (mgr.14182) 1157 : cluster [DBG] pgmap v733: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:46.519 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:05:46.553 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:46 smithi118 conmon[35245]: audit 2024-01-21T10:05:44.971978+0000 mgr.smithi118.lddrqf (mgr.14182) 1156 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:46.553 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:46 smithi118 conmon[35245]: cluster 2024-01-21T10:05:45.114398+0000 mgr.smithi118.lddrqf (mgr.14182) 1157 : cluster [DBG] pgmap v733: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:48.301 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:05:48.301 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:05:48.436 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:48 smithi118 conmon[35245]: cluster 2024-01-21T10:05:47.115060+0000 mgr.smithi118.lddrqf (mgr.14182) 1158 : cluster 2024-01-21T10:05:48.436 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:48 smithi118 conmon[35245]: [DBG] pgmap v734: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:48.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:48 smithi134 conmon[40421]: cluster 2024-01-21T10:05:47.115060+0000 mgr.smithi118.lddrqf (mgr.14182) 1158 : cluster [DBG] pgmap v734: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:48.851 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:05:49.852 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:05:50.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:50 smithi134 conmon[40421]: audit 2024-01-21T10:05:48.297480+0000 mgr.smithi118.lddrqf (mgr.14182) 1159 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:50.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:50 smithi134 conmon[40421]: cluster 2024-01-21T10:05:49.115577+0000 mgr.smithi118.lddrqf (mgr.14182) 1160 : cluster [DBG] pgmap v735: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:50.466 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:50 smithi118 conmon[35245]: audit 2024-01-21T10:05:48.297480+0000 mgr.smithi118.lddrqf (mgr.14182) 1159 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:50.466 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:50 smithi118 conmon[35245]: cluster 2024-01-21T10:05:49.115577+0000 mgr.smithi118.lddrqf (mgr.14182) 1160 : cluster [DBG] pgmap v735: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:51.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:51 smithi118 conmon[35245]: cluster 2024-01-21T10:05:51.116061+0000 2024-01-21T10:05:51.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:51 smithi118 conmon[35245]: mgr.smithi118.lddrqf (mgr.14182) 1161 : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:51.640 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:05:51.641 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:05:51.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:51 smithi134 conmon[40421]: cluster 2024-01-21T10:05:51.116061+0000 mgr.smithi118.lddrqf (mgr.14182) 1161 : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:52.176 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:05:52.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:52 smithi118 conmon[35245]: audit 2024-01-21T10:05:51.636838+0000 mgr.smithi118.lddrqf (mgr.14182) 1162 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:52.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:52 smithi134 conmon[40421]: audit 2024-01-21T10:05:51.636838+0000 mgr.smithi118.lddrqf (mgr.14182) 1162 : audit [DBG] 2024-01-21T10:05:52.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:52 smithi134 conmon[40421]: from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:53.176 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:05:53.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:53 smithi118 conmon[35245]: cluster 2024-01-21T10:05:53.116600+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T10:05:53.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:53 smithi118 conmon[35245]: ) 1163 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:53.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:53 smithi134 conmon[40421]: cluster 2024-01-21T10:05:53.116600+0000 mgr.smithi118.lddrqf (mgr.14182) 1163 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:54.881 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:05:54.881 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:05:55.383 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:05:56.384 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:05:56.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:56 smithi134 conmon[40421]: audit 2024-01-21T10:05:54.877684+0000 mgr.smithi118.lddrqf (mgr.14182) 1164 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:56.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:56 smithi134 conmon[40421]: cluster 2024-01-21T10:05:55.117103+0000 mgr.smithi118.lddrqf (mgr.14182) 1165 : cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:56.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:56 smithi118 conmon[35245]: audit 2024-01-21T10:05:54.877684+0000 mgr.smithi118.lddrqf (mgr.14182) 1164 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:56.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:56 smithi118 conmon[35245]: cluster 2024-01-21T10:05:55.117103+0000 mgr.smithi118.lddrqf (mgr.14182) 1165 : cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:58.144 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:05:58.144 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:05:58.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:58 smithi134 conmon[40421]: cluster 2024-01-21T10:05:57.117689+0000 mgr.smithi118.lddrqf (mgr.14182) 1166 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:58.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:58 smithi118 conmon[35245]: cluster 2024-01-21T10:05:57.117689+0000 mgr.smithi118.lddrqf (mgr.14182) 1166 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:05:58.683 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:05:59.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:05:59 smithi134 conmon[40421]: audit 2024-01-21T10:05:58.140582+0000 mgr.smithi118.lddrqf (mgr.14182) 1167 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:59.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:05:59 smithi118 conmon[35245]: audit 2024-01-21T10:05:58.140582+0000 mgr.smithi118.lddrqf (mgr.14182) 1167 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:05:59.684 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:06:00.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:00 smithi134 conmon[40421]: cluster 2024-01-21T10:05:59.118187+0000 mgr.smithi118.lddrqf (mgr.14182) 1168 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:00.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:00 smithi134 conmon[40421]: 2024-01-21T10:06:00.508 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:00 smithi118 conmon[35245]: cluster 2024-01-21T10:05:59.118187+0000 mgr.smithi118.lddrqf (mgr.14182) 1168 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:01.474 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:06:01.474 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:06:01.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:01 smithi118 conmon[35245]: cluster 2024-01-21T10:06:01.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:01 smithi118 conmon[35245]: 2024-01-21T10:06:01.118692+0000 mgr.smithi118.lddrqf (mgr.14182) 1169 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:01.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:01 smithi134 conmon[40421]: cluster 2024-01-21T10:06:01.118692+0000 mgr.smithi118.lddrqf (mgr.14182) 1169 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:02.041 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:06:02.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:02 smithi118 conmon[35245]: audit 2024-01-21T10:06:01.470545+0000 mgr.smithi118.lddrqf (mgr.14182) 1170 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:02.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:02 smithi134 conmon[40421]: audit 2024-01-21T10:06:01.470545+0000 mgr.smithi118.lddrqf (mgr.14182) 1170 : audit [DBG] 2024-01-21T10:06:02.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:02 smithi134 conmon[40421]: from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:03.042 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:06:03.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:03 smithi118 conmon[35245]: cluster 2024-01-21T10:06:03.119202+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T10:06:03.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:03 smithi118 conmon[35245]: 1171 : cluster [DBG] pgmap v742: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:03.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:03 smithi134 conmon[40421]: cluster 2024-01-21T10:06:03.119202+0000 mgr.smithi118.lddrqf (mgr.14182) 1171 : cluster [DBG] pgmap v742: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:04.795 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:06:04.796 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:06:05.357 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:06:06.357 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:06:06.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:06 smithi134 conmon[40421]: audit 2024-01-21T10:06:04.791607+0000 mgr.smithi118.lddrqf (mgr.14182) 1172 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:06.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:06 smithi134 conmon[40421]: cluster 2024-01-21T10:06:06.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:06 smithi134 conmon[40421]: 2024-01-21T10:06:05.119690+0000 mgr.smithi118.lddrqf (mgr.14182) 1173 : cluster [DBG] pgmap v743: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:06.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:06 smithi118 conmon[35245]: audit 2024-01-21T10:06:04.791607+0000 mgr.smithi118.lddrqf (mgr.14182) 1172 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:06.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:06 smithi118 conmon[35245]: cluster 2024-01-21T10:06:05.119690+0000 mgr.smithi118.lddrqf (mgr.14182) 1173 : cluster [DBG] pgmap v743: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:08.030 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:06:08.030 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:06:08.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:08 smithi118 conmon[35245]: cluster 2024-01-21T10:06:07.120178+0000 mgr.smithi118.lddrqf (mgr.14182) 1174 : cluster [DBG] pgmap v744: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:08.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:08 smithi134 conmon[40421]: cluster 2024-01-21T10:06:07.120178+0000 mgr.smithi118.lddrqf (mgr.14182) 1174 : cluster [DBG] pgmap v744: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:08.539 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:06:09.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:09 smithi134 conmon[40421]: audit 2024-01-21T10:06:08.026307+0000 mgr.smithi118.lddrqf (mgr.14182) 1175 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:09.540 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:06:09.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:09 smithi118 conmon[35245]: audit 2024-01-21T10:06:08.026307+0000 mgr.smithi118.lddrqf (mgr.14182) 1175 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:10.273 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:10 smithi118 conmon[35245]: cluster 2024-01-21T10:06:09.120745+0000 mgr.smithi118.lddrqf (mgr.14182) 1176 : cluster 2024-01-21T10:06:10.273 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:10 smithi118 conmon[35245]: [DBG] pgmap v745: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:10.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:10 smithi134 conmon[40421]: cluster 2024-01-21T10:06:09.120745+0000 mgr.smithi118.lddrqf (mgr.14182) 1176 : cluster [DBG] pgmap v745: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:11.226 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:06:11.226 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:06:11.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:11 smithi118 conmon[35245]: cluster 2024-01-21T10:06: 2024-01-21T10:06:11.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:11 smithi118 conmon[35245]: 11.121257+0000 mgr.smithi118.lddrqf (mgr.14182) 1177 : cluster [DBG] pgmap v746: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:11.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:11 smithi118 conmon[35245]: audit 2024-01-21T10:06:11.223025+0000 mgr.smithi118.lddrqf (mgr.14182) 1178 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:11.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:11 smithi134 conmon[40421]: cluster 2024-01-21T10:06:11.121257+0000 mgr.smithi118.lddrqf (mgr.14182) 1177 : cluster [DBG] pgmap v746: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:11.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:11 smithi134 conmon[40421]: audit 2024 2024-01-21T10:06:11.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:11 smithi134 conmon[40421]: -01-21T10:06:11.223025+0000 mgr.smithi118.lddrqf (mgr.14182) 1178 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:11.756 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:06:12.758 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:06:14.437 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:06:14.437 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:06:14.463 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:14 smithi118 conmon[35245]: cluster 2024-01-21T10:06:13.121703+0000 mgr.smithi118.lddrqf (mgr.14182) 1179 : cluster [DBG] pgmap v747: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:14.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:14 smithi134 conmon[40421]: cluster 2024-01-21T10:06:13.121703+0000 mgr.smithi118.lddrqf (mgr.14182) 1179 : cluster [DBG] pgmap v747: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:14.996 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:06:15.998 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:06:16.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:16 smithi118 conmon[35245]: audit 2024-01-21T10:06:14.433631+0000 mgr.smithi118.lddrqf (mgr.14182) 1180 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:16.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:16 smithi118 conmon[35245]: cluster 2024-01-21T10:06:15.122364+0000 mgr.smithi118.lddrqf (mgr.14182) 1181 : cluster [DBG] pgmap v748: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:16.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:16 smithi134 conmon[40421]: audit 2024-01-21T10:06:14.433631+0000 mgr.smithi118.lddrqf (mgr.14182) 1180 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:16.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:16 smithi134 conmon[40421]: cluster 2024-01-21T10:06:15.122364+0000 mgr.smithi118.lddrqf (mgr.14182) 1181 : cluster [DBG] pgmap v748: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:17.694 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:06:17.695 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:06:18.264 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:06:18.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:18 smithi134 conmon[40421]: cluster 2024-01-21T10:06:17.122843+0000 mgr.smithi118.lddrqf (mgr.14182) 1182 : cluster [DBG] pgmap v749: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:18.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:18 smithi118 conmon[35245]: cluster 2024-01-21T10:06:17.122843+0000 mgr.smithi118.lddrqf (mgr.14182) 1182 : cluster [DBG] pgmap v749: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:19.266 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:06:19.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:19 smithi134 conmon[40421]: audit 2024-01-21T10:06:17.690808+0000 mgr.smithi118.lddrqf (mgr.14182) 1183 : 2024-01-21T10:06:19.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:19 smithi134 conmon[40421]: audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:19.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:19 smithi118 conmon[35245]: audit 2024-01-21T10:06:17.690808+0000 mgr.smithi118.lddrqf (mgr. 2024-01-21T10:06:19.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:19 smithi118 conmon[35245]: 14182) 1183 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:20.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:20 smithi118 conmon[35245]: cluster 2024-01-21T10:06:19.123336+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T10:06:20.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:20 smithi118 conmon[35245]: 1184 : cluster [DBG] pgmap v750: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 30 op/s 2024-01-21T10:06:20.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:20 smithi134 conmon[40421]: cluster 2024-01-21T10:06:19.123336+0000 mgr.smithi118.lddrqf (mgr.14182) 1184 : cluster [DBG] pgmap v750: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 30 op/s 2024-01-21T10:06:20.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:20 smithi134 conmon[40421]: 2024-01-21T10:06:21.198 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:06:21.198 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:06:21.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:21 smithi118 conmon[35245]: cluster 2024-01-21T10:06:21.123839+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T10:06:21.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:21 smithi118 conmon[35245]: 1185 : cluster [DBG] pgmap v751: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 68 KiB/s rd, 0 B/s wr, 112 op/s 2024-01-21T10:06:21.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:21 smithi118 conmon[35245]: audit 2024-01-21T10:06:21.194680+0000 mgr.smithi118.lddrqf (mgr.14182) 1186 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:21.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:21 smithi134 conmon[40421]: cluster 2024-01-21T10:06:21.123839+0000 mgr.smithi118.lddrqf (mgr.14182) 1185 : cluster [DBG] pgmap v751: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 68 KiB/s rd, 0 B/s wr, 112 op/s 2024-01-21T10:06:21.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:21 smithi134 conmon[40421]: audit 2024-01-21T10:06:21.194680+0000 mgr.smithi118.lddrqf (mgr.14182) 1186 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:21.803 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:06:22.804 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:06:24.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:24 smithi118 conmon[35245]: cluster 2024-01-21T10:06:23.124266+0000 mgr.smithi118.lddrqf (mgr 2024-01-21T10:06:24.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:24 smithi118 conmon[35245]: .14182) 1187 : cluster [DBG] pgmap v752: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 106 KiB/s rd, 0 B/s wr, 176 op/s 2024-01-21T10:06:24.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:24 smithi134 conmon[40421]: cluster 2024-01-21T10:06:23.124266+0000 mgr.smithi118.lddrqf (mgr.14182) 1187 : cluster [DBG] pgmap v752: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 106 KiB/s rd, 0 B/s wr, 176 op/s 2024-01-21T10:06:24.527 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:06:24.527 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:06:25.096 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:06:26.097 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:06:26.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:26 smithi134 conmon[40421]: audit 2024-01-21T10:06:24.523484+0000 mgr.smithi118.lddrqf (mgr.14182) 1188 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:26.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:26 smithi134 conmon[40421]: cluster 2024-01-21T10:06:25.124870+0000 mgr.smithi118.lddrqf (mgr.14182) 1189 : cluster [DBG] pgmap v753: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 179 op/s 2024-01-21T10:06:26.528 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:26 smithi118 conmon[35245]: audit 2024-01-21T10:06:24.523484+0000 mgr.smithi118.lddrqf (mgr.14182) 1188 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:26.528 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:26 smithi118 conmon[35245]: cluster 2024-01-21T10:06:25.124870+0000 mgr.smithi118.lddrqf (mgr.14182) 1189 : cluster [DBG] pgmap v753: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 179 op/s 2024-01-21T10:06:27.844 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:06:27.844 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:06:28.419 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:06:28.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:28 smithi134 conmon[40421]: cluster 2024-01-21T10:06:27.125548+0000 mgr.smithi118.lddrqf (mgr.14182) 1190 : cluster [DBG] pgmap v754: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 179 op/s 2024-01-21T10:06:28.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:28 smithi118 conmon[35245]: cluster 2024-01-21T10:06:27.125548+0000 mgr.smithi118.lddrqf (mgr.14182) 1190 : cluster [DBG] pgmap v754: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 179 op/s 2024-01-21T10:06:29.420 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:06:29.454 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:29 smithi118 conmon[35245]: audit 2024-01-21T10:06:27.840475+0000 mgr.smithi118.lddrqf (mgr.14182) 1191 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:29.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:29 smithi134 conmon[40421]: audit 2024-01-21T10:06:27.840475+0000 mgr.smithi118.lddrqf (mgr.14182) 1191 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:30.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:30 smithi134 conmon[40421]: cluster 2024-01-21T10:06:29.126090+0000 mgr.smithi118.lddrqf (mgr.14182) 1192 : cluster [DBG] pgmap v755: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 179 op/s 2024-01-21T10:06:30.583 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:30 smithi118 conmon[35245]: cluster 2024-01-21T10:06:29.126090+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T10:06:30.583 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:30 smithi118 conmon[35245]: 1192 : cluster [DBG] pgmap v755: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 179 op/s 2024-01-21T10:06:31.182 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:06:31.182 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:06:31.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:31 smithi118 conmon[35245]: cluster 2024-01-21T10:06:31.126609+0000 mgr.smithi118.lddrqf (mgr.14182) 1193 : cluster [DBG] pgmap v756: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 KiB/s rd, 0 B/s wr, 149 op/s 2024-01-21T10:06:31.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:31 smithi118 conmon[35245]: audit 2024-01-21T10:06:31.178525+0000 mgr.smithi118.lddrqf (mgr.14182) 1194 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:31.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:31 smithi134 conmon[40421]: cluster 2024-01-21T10:06:31.126609+0000 mgr.smithi118.lddrqf (mgr.14182) 1193 : cluster [DBG] pgmap v756: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 KiB/s rd, 0 B/s wr, 149 op/s 2024-01-21T10:06:31.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:31 smithi134 conmon[40421]: audit 2024-01-21T10:06:31.178525+0000 mgr.smithi118.lddrqf (mgr.14182) 1194 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:31.778 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:06:32.779 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:06:34.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:34 smithi134 conmon[40421]: cluster 2024-01-21T10:06:33.127087+0000 mgr.smithi118.lddrqf (mgr.14182) 1195 : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2024-01-21T10:06:34.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:34 smithi134 conmon[40421]: 2024-01-21T10:06:34.510 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:06:34.510 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:06:34.535 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:34 smithi118 conmon[35245]: cluster 2024-01-21T10:06:33.127087+0000 mgr.smithi118.lddrqf ( 2024-01-21T10:06:34.535 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:34 smithi118 conmon[35245]: mgr.14182) 1195 : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2024-01-21T10:06:35.143 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:06:36.144 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:06:36.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:36 smithi134 conmon[40421]: audit 2024-01-21T10:06:34.506761+0000 mgr.smithi118.lddrqf (mgr.14182) 1196 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:36.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:36 smithi134 conmon[40421]: cluster 2024-01-21T10:06:35.127621+0000 mgr.smithi118.lddrqf (mgr.14182) 1197 : cluster [DBG] pgmap v758: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 0 B/s wr, 2 op/s 2024-01-21T10:06:36.562 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:36 smithi118 conmon[35245]: audit 2024-01-21T10:06:34.506761+0000 mgr.smithi118.lddrqf (mgr.14182) 1196 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:36.562 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:36 smithi118 conmon[35245]: cluster 2024-01-21T10:06:35.127621+0000 mgr.smithi118.lddrqf (mgr.14182) 1197 : cluster [DBG] pgmap v758: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 0 B/s wr, 2 op/s 2024-01-21T10:06:37.891 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:06:37.892 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:06:38.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:38 smithi134 conmon[40421]: cluster 2024-01-21T10:06:37.128276+0000 mgr.smithi118.lddrqf (mgr.14182) 1198 : cluster [DBG] pgmap v759: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:38.549 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:38 smithi118 conmon[35245]: cluster 2024-01-21T10:06:37.128276+0000 mgr.smithi118.lddrqf (mgr.14182) 1198 : cluster [DBG] pgmap v759: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:38.567 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:06:39.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:39 smithi134 conmon[40421]: audit 2024-01-21T10:06:37.887496+0000 mgr.smithi118.lddrqf (mgr.14182) 1199 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:39.568 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:06:39.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:39 smithi118 conmon[35245]: audit 2024-01-21T10:06:37.887496+0000 mgr.smithi118.lddrqf (mgr.14182) 1199 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:40.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:40 smithi118 conmon[35245]: cluster 2024-01-21T10:06:39.128749+0000 mgr.smithi118.lddrqf (mgr.14182) 1200 : cluster [DBG] pgmap v760: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:40.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:40 smithi134 conmon[40421]: cluster 2024-01-21T10:06:39.128749+0000 mgr.smithi118.lddrqf (mgr.14182) 1200 : cluster [DBG] pgmap v760: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:41.347 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:06:41.347 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:06:41.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:41 smithi118 conmon[35245]: cluster 2024-01-21T10:06:41.129290+0000 mgr.smithi118.lddrqf (mgr.14182) 1201 : cluster [DBG] pgmap v761: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:41.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:41 smithi134 conmon[40421]: cluster 2024-01-21T10:06:41.129290+0000 mgr.smithi118.lddrqf (mgr.14182) 1201 : cluster [DBG] pgmap v761: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:41.941 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:06:42.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:42 smithi118 conmon[35245]: audit 2024-01-21T10:06:41.342087+0000 mgr.smithi118.lddrqf (mgr.14182) 1202 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:42.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:42 smithi134 conmon[40421]: audit 2024-01-21T10:06:41.342087+0000 mgr.smithi118.lddrqf (mgr.14182) 1202 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:42.942 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:06:43.578 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:43 smithi118 conmon[35245]: cluster 2024-01-21T10:06:43.129756+0000 mgr.smithi118.lddrqf (mgr.14182) 1203 : cluster [DBG] pgmap v762: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:43.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:43 smithi134 conmon[40421]: cluster 2024-01-21T10:06:43.129756+0000 mgr.smithi118.lddrqf (mgr.14182) 1203 : cluster [DBG] pgmap v762: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:44.777 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:06:44.777 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:06:45.349 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:06:46.350 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:06:46.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:46 smithi134 conmon[40421]: audit 2024-01-21T10:06:44.772335+0000 mgr.smithi118.lddrqf (mgr.14182) 1204 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:46.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:46 smithi134 conmon[40421]: cluster 2024-01-21T10:06:46.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:46 smithi134 conmon[40421]: 2024-01-21T10:06:45.130286+0000 mgr.smithi118.lddrqf (mgr.14182) 1205 : cluster [DBG] pgmap v763: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:46.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:46 smithi118 conmon[35245]: audit 2024-01-21T10:06:44.772335+0000 mgr.smithi118.lddrqf (mgr.14182) 1204 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:46.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:46 smithi118 conmon[35245]: cluster 2024-01-21T10:06:45.130286+0000 mgr.smithi118.lddrqf (mgr.14182) 1205 : cluster [DBG] pgmap v763: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:48.140 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:06:48.140 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:06:48.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:48 smithi134 conmon[40421]: cluster 2024-01-21T10:06:47.130823+0000 mgr.smithi118.lddrqf (mgr.14182) 1206 : cluster [DBG] pgmap v764: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:48.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:48 smithi118 conmon[35245]: cluster 2024-01-21T10:06:47.130823+0000 mgr.smithi118.lddrqf (mgr.14182) 1206 : cluster [DBG] pgmap v764: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:48.708 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:06:49.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:49 smithi134 conmon[40421]: audit 2024-01-21T10:06:48.136243+0000 mgr.smithi118.lddrqf (mgr.14182) 1207 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:49.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:49 smithi118 conmon[35245]: audit 2024-01-21T10:06:48.136243+0000 mgr.smithi118.lddrqf (mgr.14182) 1207 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:49.709 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:06:50.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:50 smithi134 conmon[40421]: cluster 2024-01-21T10:06:49.131478+0000 mgr.smithi118.lddrqf (mgr.14182) 1208 : cluster [DBG] pgmap v765: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:50.467 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:50 smithi118 conmon[35245]: cluster 2024-01-21T10:06:49.131478+0000 mgr.smithi118.lddrqf (mgr.14182) 1208 2024-01-21T10:06:50.467 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:50 smithi118 conmon[35245]: : cluster [DBG] pgmap v765: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:51.510 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:06:51.510 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:06:51.537 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:51 smithi118 conmon[35245]: cluster 2024-01-21T10:06:51.132012+0000 mgr.smithi118.lddrqf (mgr.14182) 1209 : cluster [DBG] pgmap v766: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:51.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:51 smithi134 conmon[40421]: cluster 2024-01-21T10:06:51.132012+0000 mgr.smithi118.lddrqf (mgr.14182) 1209 : cluster [DBG] pgmap v766: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:52.066 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:06:52.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:52 smithi118 conmon[35245]: audit 2024-01-21T10:06:51.506494+0000 mgr.smithi118.lddrqf (mgr.14182) 1210 : 2024-01-21T10:06:52.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:52 smithi118 conmon[35245]: audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:52.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:52 smithi134 conmon[40421]: audit 2024-01-21T10:06:51.506494+0000 mgr.smithi118.lddrqf (mgr.14182) 1210 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:53.066 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:06:53.508 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:53 smithi118 conmon[35245]: cluster 2024-01-21T10:06:53.132688+0000 mgr.smithi118.lddrqf (mgr.14182) 1211 : cluster 2024-01-21T10:06:53.508 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:53 smithi118 conmon[35245]: [DBG] pgmap v767: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:53.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:53 smithi134 conmon[40421]: cluster 2024-01-21T10:06:53.132688+0000 mgr.smithi118.lddrqf (mgr.14182) 1211 : cluster [DBG] pgmap v767: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:54.793 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:06:54.794 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:06:55.391 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:06:56.392 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:06:56.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:56 smithi134 conmon[40421]: audit 2024-01-21T10:06:54.789186+0000 mgr.smithi118.lddrqf (mgr.14182) 1212 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:56.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:56 smithi134 conmon[40421]: cluster 2024-01-21T10:06:55.133255+0000 mgr.smithi118.lddrqf (mgr.14182) 1213 : cluster [DBG] pgmap v768: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:56.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:56 smithi118 conmon[35245]: audit 2024-01-21T10:06:54.789186+0000 mgr.smithi118.lddrqf (mgr.14182) 1212 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:56.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:56 smithi118 conmon[35245]: cluster 2024-01-21T10:06:55.133255+0000 mgr.smithi118.lddrqf (mgr.14182) 1213 : cluster [DBG] pgmap v768: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:58.106 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:06:58.106 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:06:58.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:58 smithi134 conmon[40421]: cluster 2024-01-21T10:06:57.133724+0000 mgr.smithi118.lddrqf (mgr.14182) 1214 : cluster [DBG] pgmap v769: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:58.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:58 smithi118 conmon[35245]: cluster 2024-01-21T10:06:57.133724+0000 mgr.smithi118.lddrqf (mgr.14182) 1214 : cluster [DBG] pgmap v769: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:06:58.673 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:06:59.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:06:59 smithi134 conmon[40421]: audit 2024-01-21T10:06:58.102043+0000 mgr.smithi118.lddrqf (mgr.14182) 1215 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:59.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:06:59 smithi118 conmon[35245]: audit 2024-01-21T10:06:58.102043+0000 mgr.smithi118.lddrqf (mgr.14182) 1215 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:06:59.675 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:07:00.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:00 smithi118 conmon[35245]: cluster 2024-01-21T10:06:59.134299+0000 mgr.smithi118.lddrqf 2024-01-21T10:07:00.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:00 smithi118 conmon[35245]: (mgr.14182) 1216 : cluster [DBG] pgmap v770: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:00.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:00 smithi134 conmon[40421]: cluster 2024-01-21T10:06:59.134299+0000 mgr.smithi118.lddrqf (mgr.14182) 1216 : cluster [DBG] pgmap v770: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:01.382 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:07:01.382 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:07:01.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:01 smithi118 conmon[35245]: cluster 2024-01-21T10:07:01.134772+0000 mgr.smithi118.lddrqf (mgr.14182) 1217 : cluster [DBG] pgmap v771: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:01.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:01 smithi134 conmon[40421]: cluster 2024-01-21T10:07:01.134772+0000 mgr.smithi118.lddrqf (mgr.14182) 1217 : cluster [DBG] pgmap v771: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:01.896 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:07:02.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:02 smithi118 conmon[35245]: audit 2024-01-21T10:07:01.377923+0000 mgr.smithi118.lddrqf (mgr.14182) 1218 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:02.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:02 smithi134 conmon[40421]: audit 2024-01-21T10:07:01.377923+0000 mgr.smithi118.lddrqf (mgr.14182) 1218 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:02.898 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:07:03.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:03 smithi118 conmon[35245]: cluster 2024-01 2024-01-21T10:07:03.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:03 smithi118 conmon[35245]: -21T10:07:03.135248+0000 mgr.smithi118.lddrqf (mgr.14182) 1219 : cluster [DBG] pgmap v772: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:03.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:03 smithi134 conmon[40421]: cluster 2024-01-21T10:07:03.135248+0000 mgr.smithi118.lddrqf (mgr.14182) 1219 : cluster [DBG] pgmap v772: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:04.615 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:07:04.615 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:07:05.163 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:07:06.164 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:07:06.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:06 smithi134 conmon[40421]: audit 2024-01-21T10:07:04.611137+0000 mgr.smithi118.lddrqf (mgr.14182) 1220 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:06.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:06 smithi134 conmon[40421]: cluster 2024-01-21T10:07:06.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:06 smithi134 conmon[40421]: 2024-01-21T10:07:05.136079+0000 mgr.smithi118.lddrqf (mgr.14182) 1221 : cluster [DBG] pgmap v773: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:06.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:06 smithi118 conmon[35245]: audit 2024-01-21T10:07:04.611137+0000 mgr.smithi118.lddrqf (mgr.14182) 1220 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:06.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:06 smithi118 conmon[35245]: cluster 2024-01-21T10:07:05.136079+0000 mgr.smithi118.lddrqf (mgr.14182) 1221 : cluster [DBG] pgmap v773: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:07.871 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:07:07.871 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:07:08.453 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:08 smithi118 conmon[35245]: cluster 2024-01-21T10:07:07.136581+0000 mgr.smithi118.lddrqf (mgr.14182) 1222 : cluster [DBG] pgmap v774: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:08.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:08 smithi134 conmon[40421]: cluster 2024-01-21T10:07:07.136581+0000 mgr.smithi118.lddrqf (mgr.14182) 1222 : cluster [DBG] pgmap v774: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:08.471 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:07:09.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:09 smithi134 conmon[40421]: audit 2024-01-21T10:07:07.867240+0000 mgr.smithi118.lddrqf (mgr.14182) 1223 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:09.472 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:07:09.502 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:09 smithi118 conmon[35245]: audit 2024-01-21T10:07:07.867240+0000 mgr.smithi118.lddrqf (mgr.14182) 1223 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:09.502 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:09 smithi118 conmon[35245]: 2024-01-21T10:07:10.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:10 smithi134 conmon[40421]: cluster 2024-01-21T10:07:09.137132+0000 mgr.smithi118.lddrqf (mgr.14182) 1224 : cluster [DBG] pgmap v775: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:10.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:10 smithi118 conmon[35245]: cluster 2024-01-21T10:07:09.137132+0000 mgr.smithi118.lddrqf (mgr.14182) 1224 : cluster [DBG] pgmap v775: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:11.199 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:07:11.199 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:07:11.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:11 smithi118 conmon[35245]: cluster 2024-01-21T10:07:11.137637+0000 mgr.smithi118.lddrqf (mgr.14182) 1225 : 2024-01-21T10:07:11.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:11 smithi118 conmon[35245]: cluster [DBG] pgmap v776: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:11.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:11 smithi118 conmon[35245]: audit 2024-01-21T10:07:11.195477+0000 mgr.smithi118.lddrqf (mgr.14182) 1226 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:11.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:11 smithi134 conmon[40421]: cluster 2024-01-21T10:07:11.137637+0000 mgr.smithi118.lddrqf (mgr.14182) 1225 : cluster [DBG] pgmap v776: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:11.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:11 smithi134 conmon[40421]: audit 2024-01-21T10:07:11.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:11 smithi134 conmon[40421]: 2024-01-21T10:07:11.195477+0000 mgr.smithi118.lddrqf (mgr.14182) 1226 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:11.771 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:07:12.772 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:07:14.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:14 smithi134 conmon[40421]: cluster 2024-01-21T10:07:13.138068+0000 mgr.smithi118.lddrqf (mgr.14182) 1227 : cluster [DBG] pgmap v777: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:14.472 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:07:14.472 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:07:14.493 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:14 smithi118 conmon[35245]: cluster 2024-01-21T10:07:13.138068+0000 mgr.smithi118.lddrqf (mgr.14182) 1227 : cluster [DBG] 2024-01-21T10:07:14.493 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:14 smithi118 conmon[35245]: pgmap v777: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:15.004 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:07:16.005 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:07:16.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:16 smithi118 conmon[35245]: audit 2024-01-21T10:07:14.468274+0000 mgr.smithi118.lddrqf (mgr.14182) 1228 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:16.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:16 smithi118 conmon[35245]: cluster 2024-01-21T10:07:15.138568+0000 mgr.smithi118.lddrqf (mgr.14182) 1229 : cluster [DBG] pgmap v778: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:16.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:16 smithi134 conmon[40421]: audit 2024-01-21T10:07:14.468274+0000 mgr.smithi118.lddrqf (mgr.14182) 1228 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:16.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:16 smithi134 conmon[40421]: cluster 2024-01- 2024-01-21T10:07:16.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:16 smithi134 conmon[40421]: 21T10:07:15.138568+0000 mgr.smithi118.lddrqf (mgr.14182) 1229 : cluster [DBG] pgmap v778: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:17.665 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:07:17.665 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:07:18.270 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:07:18.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:18 smithi134 conmon[40421]: cluster 2024-01-21T10:07:17.139003+0000 mgr.smithi118.lddrqf (mgr.14182) 1230 : cluster [DBG] pgmap v779: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:18.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:18 smithi118 conmon[35245]: cluster 2024-01-21T10:07:17.139003+0000 mgr.smithi118.lddrqf (mgr.14182) 1230 2024-01-21T10:07:18.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:18 smithi118 conmon[35245]: : cluster [DBG] pgmap v779: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:19.271 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:07:19.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:19 smithi134 conmon[40421]: audit 2024-01-21T10:07:17.661534+0000 mgr.smithi118.lddrqf (mgr.14182) 1231 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:19.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:19 smithi118 conmon[35245]: audit 2024-01-21T10:07:17.661534+0000 mgr.smithi118.lddrqf (mgr.14182) 1231 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:20.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:20 smithi118 conmon[35245]: cluster 2024-01-21T10:07:19.139740+0000 mgr.smithi118.lddrqf (mgr.14182) 1232 : cluster [DBG] pgmap v780: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:20.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:20 smithi134 conmon[40421]: cluster 2024-01-21T10:07:19.139740+0000 mgr.smithi118.lddrqf (mgr.14182) 1232 : cluster [DBG] pgmap v780: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:21.062 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:07:21.062 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:07:21.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:21 smithi118 conmon[35245]: audit 2024-01-21T10:07:21.058748+0000 mgr.smithi118.lddrqf (mgr.14182) 1233 : audit 2024-01-21T10:07:21.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:21 smithi118 conmon[35245]: [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:21.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:21 smithi118 conmon[35245]: cluster 2024-01-21T10:07:21.140202+0000 mgr.smithi118.lddrqf (mgr.14182) 1234 : cluster [DBG] pgmap v781: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:21.586 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:07:21.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:21 smithi134 conmon[40421]: audit 2024-01-21T10:07:21.058748+0000 mgr.smithi118.lddrqf (mgr.14182) 1233 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:21.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:21 smithi134 conmon[40421]: cluster 2024-01-21T10:07:21.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:21 smithi134 conmon[40421]: 2024-01-21T10:07:21.140202+0000 mgr.smithi118.lddrqf (mgr.14182) 1234 : cluster [DBG] pgmap v781: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:22.587 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:07:24.290 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:07:24.290 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:07:24.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:24 smithi134 conmon[40421]: cluster 2024-01-21T10:07:23.140797+0000 mgr.smithi118.lddrqf (mgr.14182) 1235 : cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:24.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:24 smithi118 conmon[35245]: cluster 2024-01-21T10:07:23.140797+0000 mgr.smithi118.lddrqf (mgr.14182) 1235 : cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:24.777 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:07:25.778 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:07:26.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:26 smithi134 conmon[40421]: audit 2024-01-21T10:07:24.286016+0000 mgr.smithi118.lddrqf (mgr.14182) 1236 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:26.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:26 smithi134 conmon[40421]: cluster 2024-01-21T10:07:25.141404+0000 mgr.smithi118.lddrqf (mgr. 2024-01-21T10:07:26.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:26 smithi134 conmon[40421]: 14182) 1237 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:26.545 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:26 smithi118 conmon[35245]: audit 2024-01-21T10:07:24.286016+0000 mgr.smithi118.lddrqf (mgr.14182) 1236 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:26.545 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:26 smithi118 conmon[35245]: cluster 2024-01-21T10:07:25.141404+0000 mgr.smithi118.lddrqf (mgr.14182) 1237 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:27.460 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:07:27.460 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:07:28.035 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:07:28.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:28 smithi118 conmon[35245]: cluster 2024-01-21T10:07:27.142062+0000 mgr.smithi118.lddrqf (mgr.14182 2024-01-21T10:07:28.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:28 smithi118 conmon[35245]: ) 1238 : cluster [DBG] pgmap v784: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:28.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:28 smithi134 conmon[40421]: cluster 2024-01-21T10:07:27.142062+0000 mgr.smithi118.lddrqf (mgr.14182) 1238 : cluster [DBG] pgmap v784: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:29.036 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:07:29.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:29 smithi118 conmon[35245]: audit 2024-01-21T10:07:27.456534+0000 mgr.smithi118.lddrqf (mgr.14182) 1239 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:29.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:29 smithi134 conmon[40421]: audit 2024-01-21T10:07:27.456534+0000 mgr.smithi118.lddrqf (mgr.14182) 1239 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:30.448 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:30 smithi118 conmon[35245]: cluster 2024-01-21T10:07:29.142560 2024-01-21T10:07:30.448 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:30 smithi118 conmon[35245]: +0000 mgr.smithi118.lddrqf (mgr.14182) 1240 : cluster [DBG] pgmap v785: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:30.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:30 smithi134 conmon[40421]: cluster 2024-01-21T10:07:29.142560+0000 mgr.smithi118.lddrqf (mgr.14182) 1240 : cluster [DBG] pgmap v785: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:30.769 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:07:30.769 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:07:31.385 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:07:31.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:31 smithi118 conmon[35245]: audit 2024-01-21T10:07:30.766134+0000 mgr.smithi118.lddrqf (mgr.14182) 1241 : audit [DBG] 2024-01-21T10:07:31.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:31 smithi118 conmon[35245]: from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:31.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:31 smithi118 conmon[35245]: cluster 2024-01-21T10:07:31.143122+0000 mgr.smithi118.lddrqf (mgr.14182) 1242 : cluster [DBG] pgmap v786: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:31.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:31 smithi134 conmon[40421]: audit 2024-01-21T10:07:30.766134+0000 mgr.smithi118.lddrqf (mgr.14182) 1241 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:31.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:31 smithi134 conmon[40421]: cluster 2024-01-21T10:07:31.143122+0000 mgr.smithi118.lddrqf (mgr.14182) 1242 2024-01-21T10:07:31.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:31 smithi134 conmon[40421]: : cluster [DBG] pgmap v786: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:32.386 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:07:34.140 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:07:34.140 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:07:34.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:34 smithi134 conmon[40421]: cluster 2024-01-21T10:07:33.143660+0000 mgr.smithi118.lddrqf (mgr.14182) 1243 : cluster [DBG] pgmap v787: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:34.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:34 smithi118 conmon[35245]: cluster 2024-01-21T10:07:33.143660+0000 mgr.smithi118.lddrqf (mgr 2024-01-21T10:07:34.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:34 smithi118 conmon[35245]: .14182) 1243 : cluster [DBG] pgmap v787: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:34.711 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:07:35.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:35 smithi134 conmon[40421]: audit 2024-01-21T10:07:34.136168+0000 mgr.smithi118.lddrqf (mgr.14182) 1244 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:35.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:35 smithi118 conmon[35245]: audit 2024-01-21T10:07:34.136168+0000 mgr.smithi118.lddrqf (mgr.14182) 1244 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:35.712 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:07:36.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:36 smithi134 conmon[40421]: cluster 2024-01-21T10:07:35.144419+0000 mgr.smithi118.lddrqf (mgr.14182) 1245 : cluster [DBG] pgmap v788: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:36.466 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:36 smithi118 conmon[35245]: cluster 2024-01-21T10:07:35.144419+0000 mgr.smithi118.lddrqf (mgr.14182) 2024-01-21T10:07:36.466 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:36 smithi118 conmon[35245]: 1245 : cluster [DBG] pgmap v788: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:37.419 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:07:37.419 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:07:37.975 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:07:38.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:38 smithi134 conmon[40421]: cluster 2024-01-21T10:07:37.144883+0000 mgr.smithi118.lddrqf (mgr.14182) 1246 : cluster [DBG] pgmap v789: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:38.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:38 smithi118 conmon[35245]: cluster 2024-01-21T10:07:37.144883+0000 mgr.smithi118.lddrqf (mgr.14182) 1246 : cluster [DBG] pgmap v789: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:38.976 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:07:39.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:39 smithi118 conmon[35245]: audit 2024-01-21T10:07:37.413971+0000 2024-01-21T10:07:39.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:39 smithi118 conmon[35245]: mgr.smithi118.lddrqf (mgr.14182) 1247 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:39.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:39 smithi134 conmon[40421]: audit 2024-01-21T10:07:37.413971+0000 mgr.smithi118.lddrqf (mgr.14182) 1247 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:40.381 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:40 smithi118 conmon[35245]: cluster 2024-01-21T10:07:39.145432+0000 2024-01-21T10:07:40.382 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:40 smithi118 conmon[35245]: mgr.smithi118.lddrqf (mgr.14182) 1248 : cluster [DBG] pgmap v790: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:40.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:40 smithi134 conmon[40421]: cluster 2024-01-21T10:07:39.145432+0000 mgr.smithi118.lddrqf (mgr.14182) 1248 : cluster [DBG] pgmap v790: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:40.714 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:07:40.714 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:07:41.249 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:07:41.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:41 smithi118 conmon[35245]: audit 2024-01-21T10:07:40.709605+0000 mgr.smithi118.lddrqf (mgr.14182) 1249 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:41.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:41 smithi118 conmon[35245]: cluster 2024-01-21T10:07:41.146245+0000 mgr.smithi118.lddrqf (mgr.14182) 1250 : cluster [DBG] pgmap v791: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:41.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:41 smithi134 conmon[40421]: audit 2024-01-21T10:07:40.709605+0000 mgr.smithi118.lddrqf (mgr.14182) 1249 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:41.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:41 smithi134 conmon[40421]: cluster 2024-01-21T10:07:41.146245+0000 mgr.smithi118.lddrqf (mgr.14182) 1250 : cluster [DBG] pgmap v791: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:42.250 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:07:43.952 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:07:43.953 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:07:44.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:44 smithi118 conmon[35245]: cluster 2024-01-21T10:07:43.146718+0000 mgr.smithi118.lddrqf (mgr.14182) 1251 : cluster [DBG] pgmap v792: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:44.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:44 smithi134 conmon[40421]: cluster 2024-01-21T10:07:43.146718+0000 mgr.smithi118.lddrqf (mgr.14182) 1251 : cluster [DBG] pgmap v792: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:44.548 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:07:45.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:45 smithi134 conmon[40421]: audit 2024-01-21T10:07:43.948176+0000 mgr.smithi118.lddrqf (mgr.14182) 1252 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:45.549 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:07:45.583 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:45 smithi118 conmon[35245]: audit 2024-01-21T10:07:43.948176+0000 mgr.smithi118.lddrqf (mgr.14182) 1252 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:46.275 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:46 smithi118 conmon[35245]: cluster 2024-01-21T10:07:45.147266+0000 mgr.smithi118.lddrqf (mgr. 2024-01-21T10:07:46.275 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:46 smithi118 conmon[35245]: 14182) 1253 : cluster [DBG] pgmap v793: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:46.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:46 smithi134 conmon[40421]: cluster 2024-01-21T10:07:45.147266+0000 mgr.smithi118.lddrqf (mgr.14182) 1253 : cluster [DBG] pgmap v793: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:47.232 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:07:47.233 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:07:47.748 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:07:48.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:48 smithi134 conmon[40421]: cluster 2024-01-21T10:07:47.147801+0000 mgr.smithi118.lddrqf (mgr.14182) 1254 : cluster [DBG] pgmap v794: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:48.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:48 smithi134 conmon[40421]: audit 2024-01-21T10:07:47.228642+0000 mgr.smithi118.lddrqf 2024-01-21T10:07:48.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:48 smithi134 conmon[40421]: (mgr.14182) 1255 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:48.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:48 smithi118 conmon[35245]: cluster 2024-01-21T10:07:47.147801+0000 mgr.smithi118.lddrqf (mgr.14182) 1254 : cluster [DBG] pgmap v794: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:48.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:48 smithi118 conmon[35245]: audit 2024-01-21T10:07:47.228642+0000 mgr.smithi118.lddrqf (mgr.14182) 1255 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:48.749 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:07:50.517 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:07:50.517 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:07:50.542 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:50 smithi118 conmon[35245]: cluster 2024-01-21T10:07:49.148321+0000 mgr.smithi118.lddrqf (mgr. 2024-01-21T10:07:50.542 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:50 smithi118 conmon[35245]: 14182) 1256 : cluster [DBG] pgmap v795: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:50.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:50 smithi134 conmon[40421]: cluster 2024-01-21T10:07:49.148321+0000 mgr.smithi118.lddrqf (mgr.14182) 1256 : cluster [DBG] pgmap v795: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:51.073 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:07:51.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:51 smithi118 conmon[35245]: audit 2024-01-21T10:07:50.513218+0000 mgr.smithi118.lddrqf (mgr.14182) 1257 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:51.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:51 smithi118 conmon[35245]: cluster 2024-01-21T10:07:51.148831+0000 mgr.smithi118.lddrqf (mgr.14182) 1258 : cluster [DBG] pgmap v796: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:51.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:51 smithi134 conmon[40421]: audit 2024-01-21T10:07:50.513218+0000 mgr.smithi118.lddrqf (mgr.14182) 1257 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:51.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:51 smithi134 conmon[40421]: cluster 2024-01-21T10:07:51.148831+0000 mgr.smithi118.lddrqf (mgr.14182) 1258 : cluster 2024-01-21T10:07:51.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:51 smithi134 conmon[40421]: [DBG] pgmap v796: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:52.074 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:07:53.844 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:07:53.844 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:07:54.365 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:07:54.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:54 smithi134 conmon[40421]: cluster 2024-01-21T10:07:53.149251+0000 mgr.smithi118.lddrqf (mgr.14182) 1259 : cluster [DBG] pgmap v797: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:54.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:54 smithi118 conmon[35245]: cluster 2024-01-21T10:07:53.149251+0000 mgr.smithi118.lddrqf (mgr.14182) 1259 : cluster [DBG] pgmap v797: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:55.367 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 111bae68-b841-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:07:55.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:55 smithi134 conmon[40421]: audit 2024-01-21T10:07:53.839762+0000 mgr.smithi118.lddrqf (mgr.14182) 1260 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:55.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:55 smithi118 conmon[35245]: audit 2024-01-21T10:07:53.839762+0000 mgr.smithi118.lddrqf (mgr.14182) 1260 : audit 2024-01-21T10:07:55.594 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:55 smithi118 conmon[35245]: [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:56.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:56 smithi134 conmon[40421]: cluster 2024-01-21T10:07:55.149867+0000 mgr.smithi118.lddrqf (mgr.14182) 1261 : cluster [DBG] pgmap v798: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:56.503 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:56 smithi118 conmon[35245]: cluster 2024-01-21T10:07:55.149867+0000 mgr.smithi118.lddrqf (mgr.14182) 1261 2024-01-21T10:07:56.503 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:56 smithi118 conmon[35245]: : cluster [DBG] pgmap v798: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:57.114 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T10:07:57.114 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T09:41:32.964626Z", "last_refresh": "2024-01-21T10:02:52.715612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T09:41:27.946817Z", "last_refresh": "2024-01-21T10:02:50.504379Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T09:41:30.663114Z", "last_refresh": "2024-01-21T10:02:52.715736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:59:15.303917Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.xqzujb on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-xqzujb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.xqzujb\nDeploy daemon haproxy.rgw.foo.smithi134.xqzujb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:57:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:57:56Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T09:58:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.719834Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi118.ecqygf on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi118-ecqygf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi118.ecqygf\nDeploy daemon haproxy.rgw.foo.smithi118.ecqygf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T09:59:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:00:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:01:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T10:01:48.721002Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi118.shmqzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:01:48.721971Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.kyogwr on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-21T10:05:26.505064Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ltjhim on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy-rgw-foo-smithi134-ltjhim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\n/bin/podman: stderr Error: error inspecting object: no such container ceph-111bae68-b841-11ee-95b0-87774f69a715-haproxy.rgw.foo.smithi134.ltjhim\nDeploy daemon haproxy.rgw.foo.smithi134.ltjhim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:03:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:04:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2024-01-21T09:46:01.370116Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T09:41:26.492102Z", "last_refresh": "2024-01-21T10:02:50.504542Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T09:42:53.999769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi134:172.21.15.134=smithi134"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T09:42:53.997270Z", "last_refresh": "2024-01-21T10:02:50.504617Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T09:41:31.827895Z", "last_refresh": "2024-01-21T10:02:50.504680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T09:43:25.416146Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T09:43:25.413052Z", "last_refresh": "2024-01-21T10:02:50.504741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T09:41:29.525839Z", "last_refresh": "2024-01-21T10:02:52.715901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:46:01.369791Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-21T09:46:07.604363Z", "last_refresh": "2024-01-21T10:02:50.505017Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-21T10:07:57.620 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-21T10:07:57.621 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-21T10:07:57.851 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=1689308469184998bee2f135097edd96 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-21T10:07:57.853 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-01-21T10:07:57.863 INFO:tasks.vip:Removing 10.0.15.118 (and any VIPs) on smithi118.front.sepia.ceph.com iface enp3s0f1... 2024-01-21T10:07:57.863 DEBUG:teuthology.orchestra.run.smithi118:> sudo ip addr del 10.0.15.118/16 dev enp3s0f1 2024-01-21T10:07:57.898 DEBUG:teuthology.orchestra.run.smithi118:> sudo ip addr del 10.0.31.118/16 dev enp3s0f1 2024-01-21T10:07:57.965 INFO:teuthology.orchestra.run.smithi118.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-21T10:07:57.966 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-21T10:07:57.966 INFO:tasks.vip:Removing 10.0.15.134 (and any VIPs) on smithi134.front.sepia.ceph.com iface enp3s0f1... 2024-01-21T10:07:57.966 DEBUG:teuthology.orchestra.run.smithi134:> sudo ip addr del 10.0.15.134/16 dev enp3s0f1 2024-01-21T10:07:58.019 DEBUG:teuthology.orchestra.run.smithi134:> sudo ip addr del 10.0.31.118/16 dev enp3s0f1 2024-01-21T10:07:58.047 INFO:teuthology.orchestra.run.smithi134.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-21T10:07:58.049 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-21T10:07:58.049 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-21T10:07:58.058 INFO:tasks.cephadm:Teardown begin 2024-01-21T10:07:58.059 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T10:07:58.086 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T10:07:58.118 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-21T10:07:58.118 DEBUG:teuthology.orchestra.run.smithi118:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-21T10:07:58.143 DEBUG:teuthology.orchestra.run.smithi134:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-21T10:07:58.176 INFO:tasks.cephadm:Stopping all daemons... 2024-01-21T10:07:58.176 INFO:tasks.cephadm.mon.smithi118:Stopping mon.smithi118... 2024-01-21T10:07:58.176 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ceph-111bae68-b841-11ee-95b0-87774f69a715@mon.smithi118 2024-01-21T10:07:58.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:58 smithi134 conmon[40421]: audit 2024-01-21T10:07:57.108488+0000 mgr.smithi118.lddrqf (mgr.14182) 1262 : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:58.463 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:58 smithi134 conmon[40421]: cluster 2024-01-21T10:07:57.150399+0000 mgr.smithi118.lddrqf (mgr.14182) 1263 : cluster [DBG] pgmap v799: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:58.506 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:58 smithi118 conmon[35245]: audit 2024-01-21T10:07:57.108488+0000 mgr.smithi118.lddrqf (mgr.14182) 1262 : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:07:58.506 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:58 smithi118 conmon[35245]: cluster 2024-01-21T10:07:57.150399+0000 mgr.smithi118.lddrqf (mgr.14182) 1263 : cluster [DBG] pgmap v799: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:07:58.506 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:58 smithi118 systemd[1]: Stopping Ceph mon.smithi118 for 111bae68-b841-11ee-95b0-87774f69a715... 2024-01-21T10:07:58.507 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:58 smithi118 bash[237480]: Error: no container with name or ID ceph-111bae68-b841-11ee-95b0-87774f69a715-mon.smithi118 found: no such container 2024-01-21T10:07:58.841 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:58 smithi118 conmon[35245]: debug 2024-01-21T10:07:58.505+0000 7fe80beb5700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi118 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-21T10:07:58.841 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 10:07:58 smithi118 conmon[35245]: debug 2024-01-21T10:07:58.505+0000 7fe80beb5700 -1 mon.smithi118@0(leader) e2 *** Got Signal Terminated *** 2024-01-21T10:07:59.370 DEBUG:teuthology.orchestra.run.smithi118:> sudo pkill -f 'journalctl -f -n 0 -u ceph-111bae68-b841-11ee-95b0-87774f69a715@mon.smithi118.service' 2024-01-21T10:07:59.424 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T10:07:59.424 INFO:tasks.cephadm.mon.smithi118:Stopped mon.smithi118 2024-01-21T10:07:59.424 INFO:tasks.cephadm.mon.smithi134:Stopping mon.smithi134... 2024-01-21T10:07:59.425 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ceph-111bae68-b841-11ee-95b0-87774f69a715@mon.smithi134 2024-01-21T10:07:59.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:59 smithi134 systemd[1]: Stopping Ceph mon.smithi134 for 111bae68-b841-11ee-95b0-87774f69a715... 2024-01-21T10:07:59.713 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:59 smithi134 bash[69686]: Error: no container with name or ID ceph-111bae68-b841-11ee-95b0-87774f69a715-mon.smithi134 found: no such container 2024-01-21T10:08:00.073 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:59 smithi134 conmon[40421]: debug 2024-01-21T10:07:59.763+0000 7f5ddc69c700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi134 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-21T10:08:00.073 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:59 smithi134 conmon[40421]: debug 2024-01-21T10:07:59.763+0000 7f5ddc69c700 -1 mon.smithi134@1(peon) e2 *** Got Signal Terminated *** 2024-01-21T10:08:00.073 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Jan 21 10:07:59 smithi134 bash[69802]: d7e0d710e2ba8510f02b6eca26394f459cc4759abd31b1439238698922504c4b 2024-01-21T10:08:00.401 DEBUG:teuthology.orchestra.run.smithi134:> sudo pkill -f 'journalctl -f -n 0 -u ceph-111bae68-b841-11ee-95b0-87774f69a715@mon.smithi134.service' 2024-01-21T10:08:00.444 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T10:08:00.445 INFO:tasks.cephadm.mon.smithi134:Stopped mon.smithi134 2024-01-21T10:08:00.445 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 111bae68-b841-11ee-95b0-87774f69a715 --force --keep-logs 2024-01-21T10:08:58.977 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 111bae68-b841-11ee-95b0-87774f69a715 --force --keep-logs 2024-01-21T10:09:54.111 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T10:09:54.152 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T10:09:54.183 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-21T10:09:54.185 DEBUG:teuthology.misc:Transferring archived files from smithi118:/var/lib/ceph/111bae68-b841-11ee-95b0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524358/remote/ubuntu@smithi118.front.sepia.ceph.com/crash 2024-01-21T10:09:54.186 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /var/lib/ceph/111bae68-b841-11ee-95b0-87774f69a715/crash -- . 2024-01-21T10:09:54.264 INFO:teuthology.orchestra.run.smithi118.stderr:tar: /var/lib/ceph/111bae68-b841-11ee-95b0-87774f69a715/crash: Cannot open: No such file or directory 2024-01-21T10:09:54.275 INFO:teuthology.orchestra.run.smithi118.stderr:tar: Error is not recoverable: exiting now 2024-01-21T10:09:54.277 DEBUG:teuthology.misc:Transferring archived files from smithi134:/var/lib/ceph/111bae68-b841-11ee-95b0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524358/remote/ubuntu@smithi134.front.sepia.ceph.com/crash 2024-01-21T10:09:54.277 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /var/lib/ceph/111bae68-b841-11ee-95b0-87774f69a715/crash -- . 2024-01-21T10:09:54.321 INFO:teuthology.orchestra.run.smithi134.stderr:tar: /var/lib/ceph/111bae68-b841-11ee-95b0-87774f69a715/crash: Cannot open: No such file or directory 2024-01-21T10:09:54.321 INFO:teuthology.orchestra.run.smithi134.stderr:tar: Error is not recoverable: exiting now 2024-01-21T10:09:54.322 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-21T10:09:54.323 DEBUG:teuthology.orchestra.run.smithi118:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-21T10:09:54.356 INFO:teuthology.orchestra.run.smithi118.stderr:grep: /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph.log: No such file or directory 2024-01-21T10:09:54.358 INFO:tasks.cephadm:Compressing logs... 2024-01-21T10:09:54.358 DEBUG:teuthology.orchestra.run.smithi118:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-21T10:09:54.402 DEBUG:teuthology.orchestra.run.smithi134:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-21T10:09:54.433 INFO:teuthology.orchestra.run.smithi134.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-21T10:09:54.433 INFO:teuthology.orchestra.run.smithi134.stderr:: No such file or directory 2024-01-21T10:09:54.433 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-client.rgw.foo.smithi134.qinovk.log 2024-01-21T10:09:54.434 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-osd.2.log 2024-01-21T10:09:54.434 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-volume.log 2024-01-21T10:09:54.434 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-client.rgw.foo.smithi134.qinovk.log: /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-osd.0.log 2024-01-21T10:09:54.437 INFO:teuthology.orchestra.run.smithi134.stderr: 78.2% -- replaced with /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-client.rgw.foo.smithi134.qinovk.log.gz 2024-01-21T10:09:54.437 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-client.rgw.foo.smithi134.donakh.log 2024-01-21T10:09:54.437 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-volume.log: /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-mon.smithi134.log 2024-01-21T10:09:54.437 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-client.rgw.foo.smithi134.donakh.log: 79.6% -- replaced with /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-client.rgw.foo.smithi134.donakh.log.gz 2024-01-21T10:09:54.437 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-mon.smithi134.log: gzip -5 --verbose -- /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-osd.6.log 2024-01-21T10:09:54.437 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-osd.4.log 2024-01-21T10:09:54.438 INFO:teuthology.orchestra.run.smithi118.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-21T10:09:54.438 INFO:teuthology.orchestra.run.smithi118.stderr:: No such file or directory 2024-01-21T10:09:54.438 INFO:teuthology.orchestra.run.smithi118.stderr:gzip -5 --verbose -- /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-osd.5.log 2024-01-21T10:09:54.438 INFO:teuthology.orchestra.run.smithi118.stderr:gzip -5 --verbose -- /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-client.rgw.foo.smithi118.aeoean.log 2024-01-21T10:09:54.438 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-osd.7.log 2024-01-21T10:09:54.438 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-osd.5.log: /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-client.rgw.foo.smithi118.aeoean.log: gzip -5 --verbose -- /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-mgr.smithi118.lddrqf.log 2024-01-21T10:09:54.439 INFO:teuthology.orchestra.run.smithi118.stderr: 63.7% -- replaced with /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-client.rgw.foo.smithi118.aeoean.log.gz 2024-01-21T10:09:54.439 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-osd.1.log 2024-01-21T10:09:54.439 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-mgr.smithi118.lddrqf.log: gzip -5 --verbose -- /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-osd.3.log 2024-01-21T10:09:54.440 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-volume.log 2024-01-21T10:09:54.440 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-osd.6.log: /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-osd.4.log: 90.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-21T10:09:54.441 INFO:teuthology.orchestra.run.smithi134.stderr: 92.3% -- replaced with /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-volume.log.gz 2024-01-21T10:09:54.441 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-mgr.smithi134.papjbv.log 2024-01-21T10:09:54.442 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-mgr.smithi134.papjbv.log: 93.3% -- replaced with /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-mgr.smithi134.papjbv.log.gz 2024-01-21T10:09:54.443 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-osd.3.log: /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-mon.smithi118.log 2024-01-21T10:09:54.453 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-mon.smithi118.log: 92.4% -- replaced with /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-volume.log.gz 2024-01-21T10:09:54.453 INFO:teuthology.orchestra.run.smithi118.stderr:gzip -5 --verbose -- /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-client.rgw.foo.smithi118.dcbgcm.log 2024-01-21T10:09:54.453 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-client.rgw.foo.smithi118.dcbgcm.log: 58.6% -- replaced with /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-client.rgw.foo.smithi118.dcbgcm.log.gz 2024-01-21T10:09:54.457 INFO:teuthology.orchestra.run.smithi118.stderr: 93.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-21T10:09:54.709 INFO:teuthology.orchestra.run.smithi118.stderr: 90.2% -- replaced with /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-mgr.smithi118.lddrqf.log.gz 2024-01-21T10:09:54.779 INFO:teuthology.orchestra.run.smithi134.stderr: 92.7% -- replaced with /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-mon.smithi134.log.gz 2024-01-21T10:09:55.030 INFO:teuthology.orchestra.run.smithi134.stderr: 93.3% -- replaced with /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-osd.2.log.gz 2024-01-21T10:09:55.134 INFO:teuthology.orchestra.run.smithi118.stderr: 90.3% -- replaced with /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-mon.smithi118.log.gz 2024-01-21T10:09:55.229 INFO:teuthology.orchestra.run.smithi118.stderr: 93.2% -- replaced with /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-osd.5.log.gz 2024-01-21T10:09:55.259 INFO:teuthology.orchestra.run.smithi134.stderr: 93.1% -- replaced with /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-osd.4.log.gz 2024-01-21T10:09:55.292 INFO:teuthology.orchestra.run.smithi134.stderr: 93.2% -- replaced with /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-osd.6.log.gz 2024-01-21T10:09:55.368 INFO:teuthology.orchestra.run.smithi134.stderr: 93.2% -- replaced with /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-osd.0.log.gz 2024-01-21T10:09:55.370 INFO:teuthology.orchestra.run.smithi134.stderr: 2024-01-21T10:09:55.370 INFO:teuthology.orchestra.run.smithi134.stderr:real 0m0.952s 2024-01-21T10:09:55.370 INFO:teuthology.orchestra.run.smithi134.stderr:user 0m3.458s 2024-01-21T10:09:55.370 INFO:teuthology.orchestra.run.smithi134.stderr:sys 0m0.153s 2024-01-21T10:09:55.374 INFO:teuthology.orchestra.run.smithi118.stderr: 93.4% -- replaced with /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-osd.7.log.gz 2024-01-21T10:09:55.502 INFO:teuthology.orchestra.run.smithi118.stderr: 93.4% -- replaced with /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-osd.1.log.gz 2024-01-21T10:09:55.520 INFO:teuthology.orchestra.run.smithi118.stderr: 93.5% -- replaced with /var/log/ceph/111bae68-b841-11ee-95b0-87774f69a715/ceph-osd.3.log.gz 2024-01-21T10:09:55.522 INFO:teuthology.orchestra.run.smithi118.stderr: 2024-01-21T10:09:55.522 INFO:teuthology.orchestra.run.smithi118.stderr:real 0m1.103s 2024-01-21T10:09:55.522 INFO:teuthology.orchestra.run.smithi118.stderr:user 0m4.715s 2024-01-21T10:09:55.522 INFO:teuthology.orchestra.run.smithi118.stderr:sys 0m0.198s 2024-01-21T10:09:55.522 INFO:tasks.cephadm:Archiving logs... 2024-01-21T10:09:55.523 DEBUG:teuthology.misc:Transferring archived files from smithi118:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524358/remote/ubuntu@smithi118.front.sepia.ceph.com/log 2024-01-21T10:09:55.524 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-21T10:09:56.221 DEBUG:teuthology.misc:Transferring archived files from smithi134:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524358/remote/ubuntu@smithi134.front.sepia.ceph.com/log 2024-01-21T10:09:56.222 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-21T10:09:56.743 INFO:tasks.cephadm:Removing cluster... 2024-01-21T10:09:56.744 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 111bae68-b841-11ee-95b0-87774f69a715 --force 2024-01-21T10:09:57.189 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 111bae68-b841-11ee-95b0-87774f69a715 --force 2024-01-21T10:09:57.641 INFO:tasks.cephadm:Removing cephadm ... 2024-01-21T10:09:57.641 DEBUG:teuthology.orchestra.run.smithi118:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-21T10:09:57.659 DEBUG:teuthology.orchestra.run.smithi134:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-21T10:09:57.676 INFO:tasks.cephadm:Teardown complete 2024-01-21T10:09:57.676 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-01-21T10:09:57.688 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi118:/dev/vg_nvme/lv_1... 2024-01-21T10:09:57.688 DEBUG:teuthology.orchestra.run.smithi118:> sudo nvme disconnect -n lv_1 2024-01-21T10:09:57.833 INFO:teuthology.orchestra.run.smithi118.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-21T10:09:57.834 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T10:09:57.834 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi118:/dev/vg_nvme/lv_2... 2024-01-21T10:09:57.835 DEBUG:teuthology.orchestra.run.smithi118:> sudo nvme disconnect -n lv_2 2024-01-21T10:09:57.965 INFO:teuthology.orchestra.run.smithi118.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-21T10:09:57.967 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T10:09:57.967 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi118:/dev/vg_nvme/lv_3... 2024-01-21T10:09:57.968 DEBUG:teuthology.orchestra.run.smithi118:> sudo nvme disconnect -n lv_3 2024-01-21T10:09:58.099 INFO:teuthology.orchestra.run.smithi118.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-21T10:09:58.100 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T10:09:58.100 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi118:/dev/vg_nvme/lv_4... 2024-01-21T10:09:58.100 DEBUG:teuthology.orchestra.run.smithi118:> sudo nvme disconnect -n lv_4 2024-01-21T10:09:58.219 INFO:teuthology.orchestra.run.smithi118.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-21T10:09:58.221 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T10:09:58.221 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-21T10:09:58.221 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/scratch_devs 2024-01-21T10:09:58.247 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi134:/dev/vg_nvme/lv_1... 2024-01-21T10:09:58.247 DEBUG:teuthology.orchestra.run.smithi134:> sudo nvme disconnect -n lv_1 2024-01-21T10:09:58.376 INFO:teuthology.orchestra.run.smithi134.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-21T10:09:58.377 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T10:09:58.378 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi134:/dev/vg_nvme/lv_2... 2024-01-21T10:09:58.378 DEBUG:teuthology.orchestra.run.smithi134:> sudo nvme disconnect -n lv_2 2024-01-21T10:09:58.517 INFO:teuthology.orchestra.run.smithi134.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-21T10:09:58.518 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T10:09:58.519 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi134:/dev/vg_nvme/lv_3... 2024-01-21T10:09:58.519 DEBUG:teuthology.orchestra.run.smithi134:> sudo nvme disconnect -n lv_3 2024-01-21T10:09:58.658 INFO:teuthology.orchestra.run.smithi134.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-21T10:09:58.659 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T10:09:58.659 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi134:/dev/vg_nvme/lv_4... 2024-01-21T10:09:58.660 DEBUG:teuthology.orchestra.run.smithi134:> sudo nvme disconnect -n lv_4 2024-01-21T10:09:58.790 INFO:teuthology.orchestra.run.smithi134.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-21T10:09:58.791 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T10:09:58.792 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-01-21T10:09:58.792 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/scratch_devs 2024-01-21T10:09:58.818 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-21T10:09:58.829 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-21T10:09:58.829 DEBUG:teuthology.orchestra.run.smithi118:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T10:09:58.832 DEBUG:teuthology.orchestra.run.smithi134:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T10:09:58.847 INFO:teuthology.orchestra.run.smithi118.stderr:bash: ntpq: command not found 2024-01-21T10:09:58.851 INFO:teuthology.orchestra.run.smithi118.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T10:09:58.852 INFO:teuthology.orchestra.run.smithi118.stdout:=============================================================================== 2024-01-21T10:09:58.852 INFO:teuthology.orchestra.run.smithi118.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 52 -1522us[-1522us] +/- 68ms 2024-01-21T10:09:58.852 INFO:teuthology.orchestra.run.smithi118.stdout:^* hv02.front.sepia.ceph.com 3 6 377 52 -395us[ -402us] +/- 59ms 2024-01-21T10:09:58.852 INFO:teuthology.orchestra.run.smithi118.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 52 +1972us[+1972us] +/- 81ms 2024-01-21T10:09:58.852 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T10:09:58.874 INFO:teuthology.orchestra.run.smithi134.stderr:bash: ntpq: command not found 2024-01-21T10:09:58.878 INFO:teuthology.orchestra.run.smithi134.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T10:09:58.878 INFO:teuthology.orchestra.run.smithi134.stdout:=============================================================================== 2024-01-21T10:09:58.879 INFO:teuthology.orchestra.run.smithi134.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 51 -1452us[-1499us] +/- 68ms 2024-01-21T10:09:58.879 INFO:teuthology.orchestra.run.smithi134.stdout:^* hv02.front.sepia.ceph.com 3 6 377 50 -372us[ -418us] +/- 59ms 2024-01-21T10:09:58.879 INFO:teuthology.orchestra.run.smithi134.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 51 +1999us[+1953us] +/- 82ms 2024-01-21T10:09:58.879 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T10:09:58.879 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-21T10:09:58.890 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-21T10:09:58.890 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-21T10:09:58.902 DEBUG:teuthology.orchestra.run.smithi118:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-21T10:09:58.977 DEBUG:teuthology.orchestra.run.smithi134:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-21T10:09:59.037 DEBUG:teuthology.orchestra.run.smithi118:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-21T10:09:59.069 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T10:09:59.070 DEBUG:teuthology.orchestra.run.smithi134:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-21T10:09:59.099 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T10:09:59.100 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-21T10:09:59.110 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-21T10:09:59.126 INFO:teuthology.task.internal:Duration was 2322.010739 seconds 2024-01-21T10:09:59.126 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-21T10:09:59.139 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-21T10:09:59.139 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-21T10:09:59.142 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-21T10:09:59.187 INFO:teuthology.orchestra.run.smithi118.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T10:09:59.188 INFO:teuthology.orchestra.run.smithi134.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T10:09:59.475 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-21T10:09:59.475 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi118.front.sepia.ceph.com 2024-01-21T10:09:59.475 DEBUG:teuthology.orchestra.run.smithi118:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-21T10:09:59.498 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi134.front.sepia.ceph.com 2024-01-21T10:09:59.498 DEBUG:teuthology.orchestra.run.smithi134:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-21T10:09:59.520 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-21T10:09:59.520 DEBUG:teuthology.orchestra.run.smithi118:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-21T10:09:59.541 DEBUG:teuthology.orchestra.run.smithi134:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-21T10:09:59.616 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-21T10:09:59.616 DEBUG:teuthology.orchestra.run.smithi118:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-21T10:09:59.618 DEBUG:teuthology.orchestra.run.smithi134:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-21T10:09:59.781 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-21T10:09:59.792 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-21T10:09:59.792 DEBUG:teuthology.orchestra.run.smithi118:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-21T10:09:59.819 DEBUG:teuthology.orchestra.run.smithi134:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-21T10:09:59.846 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-21T10:09:59.860 DEBUG:teuthology.orchestra.run.smithi118:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-21T10:09:59.862 DEBUG:teuthology.orchestra.run.smithi134:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-21T10:09:59.886 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern = core 2024-01-21T10:09:59.913 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern = core 2024-01-21T10:09:59.936 DEBUG:teuthology.orchestra.run.smithi118:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-21T10:09:59.962 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T10:09:59.963 DEBUG:teuthology.orchestra.run.smithi134:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-21T10:09:59.992 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T10:09:59.992 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-21T10:10:00.004 INFO:teuthology.task.internal:Transferring archived files... 2024-01-21T10:10:00.005 DEBUG:teuthology.misc:Transferring archived files from smithi118:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524358/remote/smithi118 2024-01-21T10:10:00.006 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-21T10:10:00.056 DEBUG:teuthology.misc:Transferring archived files from smithi134:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524358/remote/smithi134 2024-01-21T10:10:00.056 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-21T10:10:00.099 INFO:teuthology.task.internal:Removing archive directory... 2024-01-21T10:10:00.099 DEBUG:teuthology.orchestra.run.smithi118:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-21T10:10:00.102 DEBUG:teuthology.orchestra.run.smithi134:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-21T10:10:00.149 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-21T10:10:00.162 INFO:teuthology.task.internal:Not uploading archives. 2024-01-21T10:10:00.163 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-21T10:10:00.186 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-21T10:10:00.187 DEBUG:teuthology.orchestra.run.smithi118:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-21T10:10:00.189 DEBUG:teuthology.orchestra.run.smithi134:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-21T10:10:00.204 INFO:teuthology.orchestra.run.smithi118.stdout: 262179 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 21 10:10 /home/ubuntu/cephtest 2024-01-21T10:10:00.206 INFO:teuthology.orchestra.run.smithi134.stdout: 262158 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 21 10:10 /home/ubuntu/cephtest 2024-01-21T10:10:00.207 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-21T10:10:00.219 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-21T10:10:00.244 INFO:teuthology.nuke:Checking targets against current locks 2024-01-21T10:10:00.268 DEBUG:teuthology.nuke:shortname: smithi118 2024-01-21T10:10:00.268 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T10:10:00.291 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi118.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524358', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-21 09:25:07.602454', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGGRZTqHoZ4ScyyeQ5ub+njU4o6tRSO8mBquxadqSeCQSyzYXIdVmQKDPLGwRr+GN3iDB8EPNFyU66lli15Qwa8='} 2024-01-21T10:10:00.294 DEBUG:teuthology.nuke:shortname: smithi134 2024-01-21T10:10:00.295 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T10:10:00.316 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi134.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524358', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-21 09:25:07.604058', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAbfhk5AtdKFu5Fr3Fbj8Elew/4jSsIInn7o39PaNx1fD3MkQkUeOjHl9Z3eM3mU2uG4RiQs6itk5nQCkJWq62s='} 2024-01-21T10:10:00.344 INFO:teuthology.orchestra.console.smithi118:Power off 2024-01-21T10:10:00.345 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-21T10:10:00.372 DEBUG:teuthology.orchestra.console.smithi118:power off output: Chassis Power Control: Down/Off 2024-01-21T10:10:00.372 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T10:10:00.388 INFO:teuthology.orchestra.console.smithi134:Power off 2024-01-21T10:10:00.388 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-21T10:10:00.397 DEBUG:teuthology.orchestra.console.smithi118:check power output: Chassis Power is on 2024-01-21T10:10:00.412 DEBUG:teuthology.orchestra.console.smithi134:power off output: Chassis Power Control: Down/Off 2024-01-21T10:10:00.412 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T10:10:00.435 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is on 2024-01-21T10:10:04.397 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T10:10:04.436 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T10:10:04.508 DEBUG:teuthology.orchestra.console.smithi118:check power output: Chassis Power is on 2024-01-21T10:10:04.546 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is on 2024-01-21T10:10:08.512 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T10:10:08.547 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T10:10:08.623 DEBUG:teuthology.orchestra.console.smithi118:check power output: Chassis Power is off 2024-01-21T10:10:08.658 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is off 2024-01-21T10:10:08.724 INFO:teuthology.orchestra.console.smithi118:Power off completed 2024-01-21T10:10:08.759 INFO:teuthology.orchestra.console.smithi134:Power off completed 2024-01-21T10:10:08.863 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: 2322.0107386112213 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=1689308469184998bee2f135097edd96 status: fail success: false 2024-01-21T10:10:08.863 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-21T10:10:08.939 INFO:teuthology.run:FAIL